This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
howto:openfoam [2020/05/21 13:45] ccrosby [Warning: mpirun parameters changed] |
howto:openfoam [2020/05/21 13:59] ccrosby [Running OpenFOAM] |
||
---|---|---|---|
Line 13: | Line 13: | ||
''HYDT_bsci_init (tools/bootstrap/src/bsci_init.c:175): unrecognized RMK: user'' | ''HYDT_bsci_init (tools/bootstrap/src/bsci_init.c:175): unrecognized RMK: user'' | ||
- | The simple solution to this error is to remove the ''-machinefile $PBS_NODEFILE'' parameter to the mpirun command. | + | **The simple solution to this error is to remove the ''-machinefile $PBS_NODEFILE'' parameter to the mpirun command.** |
Line 74: | Line 74: | ||
decomposePar -force > decompose.out | decomposePar -force > decompose.out | ||
## Issue the MPIRUN command. Omit -iface ib0 when using OpenMPI versions | ## Issue the MPIRUN command. Omit -iface ib0 when using OpenMPI versions | ||
- | mpirun -iface ib0 -np $nproc -machinefile $PBS_NODEFILE $exe -parallel > foam.out | + | mpirun -iface ib0 -np $nproc $exe -parallel > foam.out |
reconstructPar -latestTime > reconstruct.out | reconstructPar -latestTime > reconstruct.out | ||
rm -rf processor* | rm -rf processor* |