This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
howto:fds [2018/07/27 11:11] ccrosby |
howto:fds [2020/05/21 14:36] ccrosby [Sample PBS script] |
||
---|---|---|---|
Line 37: | Line 37: | ||
## The number of MPI processes is extracted from the length of the machinefile $PBS_NODEFILE | ## The number of MPI processes is extracted from the length of the machinefile $PBS_NODEFILE | ||
nproc=`cat $PBS_NODEFILE | wc -l` | nproc=`cat $PBS_NODEFILE | wc -l` | ||
- | mpirun -np $nproc -machinefile $PBS_NODEFILE fds FDS_inputFile.fds > fds.out | + | mpirun -np $nproc fds FDS_inputFile.fds > fds.out |
</file> | </file> | ||