修订版 | 07603243c1456201f1ed1627070fe2a30379263c (tree) |
---|---|
时间 | 2013-07-12 19:30:22 |
作者 | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
README is updated for MPI running. #31588
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/mpi-cis@1391 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -75,10 +75,14 @@ COMPILE(using GNUmake): | ||
75 | 75 | ============================================================================== |
76 | 76 | CARRY OUT MolDS: |
77 | 77 | After the compile, in the "src" directory, |
78 | + | |
79 | + For the calculations with single process: | |
78 | 80 | $ ./MolDS.out < input.in |
79 | 81 | or |
80 | 82 | $ ./MolDS.out input.in |
81 | 83 | |
84 | + For the calculations with multiple processes(n) by MPI: | |
85 | + $ mpirun -np n MolDS.out input.in | |
82 | 86 | ============================================================================== |
83 | 87 | SAMPLE and TEST |
84 | 88 | See files in "test" directories for sample files. |