This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
howto:su2 [2019/07/12 13:56] ccrosby |
howto:su2 [2020/05/21 14:00] ccrosby [Sample PBS script] |
||
---|---|---|---|
Line 28: | Line 28: | ||
### Run the SU2_CFD solver | ### Run the SU2_CFD solver | ||
### For the gcc/mpich and PGI/mpich versions, use mpirun -iface ib0 .... | ### For the gcc/mpich and PGI/mpich versions, use mpirun -iface ib0 .... | ||
- | mpirun -np $nproc -machinefile $PBS_NODEFILE SU2_CFD inv_ONERAM6_JST.cfg > SU2_CFD.out | + | mpirun -np $nproc SU2_CFD inv_ONERAM6_JST.cfg > SU2_CFD.out |
### Check to see if the solution_flow.dat file exists. If it does, | ### Check to see if the solution_flow.dat file exists. If it does, | ||
### use it to generate the necessary output files. If it doesn't, | ### use it to generate the necessary output files. If it doesn't, |