CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

typo error

Register Blogs Community New Posts Updated Threads Search

Rate this Entry

typo error

Posted February 23, 2017 at 05:03 by kindle

Q : Get very nasty output in the log when running in parallel ?
A : may be forgot the "-parallel" flag on the command line.
E : In stead of
Code:
mpirun -np 16 icoFoam -parallel > log
you trust your memory and write
Code:
mpirun -np 16 icoFoam > log
Then you will directly get the time directories of the whole domaine and there will be no time directionary in processor*. And in log, it seems that multiple processes are writing at the same time.
So the flag "-parallel" is necessary ! Because normally you get time directories in processor* and in order to see the whole domaine you need to
Code:
reconstructPar
Posted in Q&A
Views 1148 Comments 0 Edit Tags Email Blog Entry
« Prev     Main     Next »
Total Comments 0

Comments

 

All times are GMT -4. The time now is 17:52.