Revision | f665026997e484d96c76d4714e461d390d9bd816 (tree) |
---|---|
Time | 2013-07-11 19:32:30 |
Author | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
README.txt is updated. #31588
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/mpi-cis@1380 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -229,10 +229,11 @@ HOW TO WRITE INPUT: | ||
229 | 229 | -options |
230 | 230 | "limit_message" is only prepared. |
231 | 231 | This parameter means that maximum size of data on a message passing is restricted to the value. |
232 | - If data more than this value is needed to be transfered, the original value is splitted | |
233 | - to some chunks by MolDS automatically. Then, the chunks are transferred with sequential multiple message passing. | |
234 | - In general, users do not need to care about this parameter. | |
235 | - The default value is 1000[MB]. | |
232 | + If data bigger than this value is needed to be transfered, the original data is splitted | |
233 | + to some chunks by MolDS automatically. Then, the chunks are transferred with sequential | |
234 | + multiple message passing. In general, users do not need to care about this parameter, | |
235 | + therefore, the default value that is 1000[MB] is reccomended to be used. | |
236 | + The value of this option should be written with the MByte unit if you want to set this option. | |
236 | 237 | |
237 | 238 | E.g. |
238 | 239 | MPI |