User Tools

Site Tools


howto:amr-wind

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
howto:amr-wind [2023/09/15 13:18]
ccrosby [CHPC installations]
howto:amr-wind [2023/09/18 08:49] (current)
ccrosby [CHPC installations]
Line 12: Line 12:
   - ''module load chpc/compmech/amr-wind/23.09-7-gpu''   - ''module load chpc/compmech/amr-wind/23.09-7-gpu''
  
-Refer to the [[https://exawind.github.io/amr-wind/user/inputs.html|AMR-Wind input manual for the appropriate format of the input file]]+Refer to the [[https://exawind.github.io/amr-wind/user/inputs.html|AMR-Wind input manual]] for the appropriate format of the input file.
  
 ===== CPU-only example job script ===== ===== CPU-only example job script =====
Line 28: Line 28:
 module load chpc/compmech/amr-wind/23.09-7-nogpu module load chpc/compmech/amr-wind/23.09-7-nogpu
 nproc=`cat $PBS_NODEFILE | wc -l` nproc=`cat $PBS_NODEFILE | wc -l`
-mpirun -iface ib0 -np $nproc amr_wind inputs.txt > amr-wind-nogpu.out.txt  +mpirun -iface ib0 -np $nproc amr_wind inputs.txt > amr-wind-nogpu.out  
 </file> </file>
  
Line 44: Line 44:
 cd /mnt/lustre/users/jblogs/amr-wind_test_gpu cd /mnt/lustre/users/jblogs/amr-wind_test_gpu
 module load chpc/compmech/amr-wind/23.09-7-gpu module load chpc/compmech/amr-wind/23.09-7-gpu
-mpirun -iface ib0 -np 3 amr_wind inputs.txt > amr-wind-gpu.out.txt  +mpirun -iface ib0 -np 3 amr_wind inputs.txt > amr-wind-gpu.out  
 </file> </file>
/app/dokuwiki/data/attic/howto/amr-wind.1694776710.txt.gz · Last modified: 2023/09/15 13:18 by ccrosby