• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版07603243c1456201f1ed1627070fe2a30379263c (tree)
时间2013-07-12 19:30:22
作者Mikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

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

更改概述

差异

--- a/doc/README.txt
+++ b/doc/README.txt
@@ -75,10 +75,14 @@ COMPILE(using GNUmake):
7575 ==============================================================================
7676 CARRY OUT MolDS:
7777 After the compile, in the "src" directory,
78+
79+ For the calculations with single process:
7880 $ ./MolDS.out < input.in
7981 or
8082 $ ./MolDS.out input.in
8183
84+ For the calculations with multiple processes(n) by MPI:
85+ $ mpirun -np n MolDS.out input.in
8286 ==============================================================================
8387 SAMPLE and TEST
8488 See files in "test" directories for sample files.