Changes between Version 8 and Version 9 of YM_Course_2009/Lab8


Ignore:
Timestamp:
Jul 5, 2009, 2:34:58 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • YM_Course_2009/Lab8

    v8 v9  
    107107EOF
    108108}}}
     109 * 用 mpicc 編譯 test1.c
     110{{{
     111ym000@bio001:~$ mpicc -o test1 test1.c
     112}}}
     113 * 用 mpiexec 執行 test1 程式
     114{{{
     115ym000@bio001:~$ mpiexec -n 1 ./test1
     116This is machine 0 of 1 name = bio001
     117ym000@bio001:~$ mpiexec -n 12 ./test1
     118}}}