This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
howto:mfix [2025/04/16 12:18] ccrosby |
howto:mfix [2025/04/16 12:28] (current) ccrosby [MFix-Exa] |
||
|---|---|---|---|
| Line 30: | Line 30: | ||
| #PBS -l walltime=02: | #PBS -l walltime=02: | ||
| #PBS -q normal | #PBS -q normal | ||
| - | #PBS -o / | + | #PBS -o / |
| - | #PBS -e / | + | #PBS -e / |
| ### Change directory to a typical test case that comes with MFix. Obviously use your own directory. | ### Change directory to a typical test case that comes with MFix. Obviously use your own directory. | ||
| Line 45: | Line 45: | ||
| nproc=`cat $PBS_NODEFILE | wc -l` | nproc=`cat $PBS_NODEFILE | wc -l` | ||
| - | mpirun -iface ib0 -np $nproc mfix-exa > mfix.out | + | mpirun -iface ib0 -np $nproc mfix-exa |
| </ | </ | ||