typo error
Posted February 23, 2017 at 06: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
you trust your memory and write
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
A : may be forgot the "-parallel" flag on the command line.
E : In stead of
Code:
mpirun -np 16 icoFoam -parallel > log
Code:
mpirun -np 16 icoFoam > log
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
Total Comments 0