Changes between Version 10 and Version 11 of YM_Course_2009/Lab8


Ignore:
Timestamp:
Jul 5, 2009, 3:33:03 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • YM_Course_2009/Lab8

    v10 v11  
    88
    99◢ <[wiki:YM_Course_2009/Lab7 實作七]> | <[wiki:YM_Course_2009 回課程大綱]> ▲ | <[wiki:YM_Course_2009/Lab9 實作九]> ◣
     10
     11== MPI 環境設定 ==
    1012
    1113 * 使用你的帳號登入: ym**
     
    8385wall clock time = 0.000277
    8486}}}
     87
     88== 範例一:test1.c ==
     89
    8590 * 貼上 test1.c
    8691{{{
     
    117122ym24@bio001:~$ mpiexec -n 12 ./test1
    118123}}}
     124
     125== 範例二:test2.c ==
     126
    119127 * here is test2.c
    120128{{{
     
    162170ym24@bio001:~$ mpiexec -n 12 ./test2
    163171}}}
     172
     173== 範例三:test3.c ==
     174
    164175 * here is test3.c
    165176{{{
     
    216227ym24@bio001:~$ mpiexec -n 12 ./test3
    217228}}}
     229
     230== 範例四:test4.c ==
     231
    218232 * here is test4
    219233{{{