hello,
i'm doing a tutorial on OpenFoam, but when i run in parallel by typing "mpirun -np 30 foamProMesh -parallel | tee 2>&1 log/FPM.log"
On the terminal window , after 10 minutes of run, it iterate but i have at the end:
......
Feature refinement iteration 5
------------------------------
Marked for refinement due to explicit features : 0 cells.
Determined cells to refine in = 0.17 s
Selected for feature refinement : 0 cells (out of 93753)
Stopping refining since too few cells selected.
Surface refinement iteration 0
------------------------------
Marked for refinement due to surface intersection : 3171 cells.
--------------------------------------------------------------------------
mpirun noticed that process rank 0 with PID 18900 on node linux-qv31 exited on signal 9 (Killed).
--------------------------------------------------------------------------
2 total processes killed (some possibly by mpirun during cleanup)
I don't understand the problem, can someone give me more information?
thanks