Changes between Version 8 and Version 9 of YM_Course_2009/Lab8
- Timestamp:
- Jul 5, 2009, 2:34:58 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
YM_Course_2009/Lab8
v8 v9 107 107 EOF 108 108 }}} 109 * 用 mpicc 編譯 test1.c 110 {{{ 111 ym000@bio001:~$ mpicc -o test1 test1.c 112 }}} 113 * 用 mpiexec 執行 test1 程式 114 {{{ 115 ym000@bio001:~$ mpiexec -n 1 ./test1 116 This is machine 0 of 1 name = bio001 117 ym000@bio001:~$ mpiexec -n 12 ./test1 118 }}}