Changes between Version 10 and Version 11 of YM_Course_2009/Lab8
- Timestamp:
- Jul 5, 2009, 3:33:03 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
YM_Course_2009/Lab8
v10 v11 8 8 9 9 ◢ <[wiki:YM_Course_2009/Lab7 實作七]> | <[wiki:YM_Course_2009 回課程大綱]> ▲ | <[wiki:YM_Course_2009/Lab9 實作九]> ◣ 10 11 == MPI 環境設定 == 10 12 11 13 * 使用你的帳號登入: ym** … … 83 85 wall clock time = 0.000277 84 86 }}} 87 88 == 範例一:test1.c == 89 85 90 * 貼上 test1.c 86 91 {{{ … … 117 122 ym24@bio001:~$ mpiexec -n 12 ./test1 118 123 }}} 124 125 == 範例二:test2.c == 126 119 127 * here is test2.c 120 128 {{{ … … 162 170 ym24@bio001:~$ mpiexec -n 12 ./test2 163 171 }}} 172 173 == 範例三:test3.c == 174 164 175 * here is test3.c 165 176 {{{ … … 216 227 ym24@bio001:~$ mpiexec -n 12 ./test3 217 228 }}} 229 230 == 範例四:test4.c == 231 218 232 * here is test4 219 233 {{{