close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jul 5, 2009, 2:34:58 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
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 | }}} |