To run it on ultrasound-gpu queue of DCC:
-
prepare a repository with all the fullwave essential
*.datfiles (like fortry6_nomex) with theFullWave2D_PGI_19.10_CUDA_9.1_20200512.gpu_voltainside the repository instead oftry6_nomex -
Login to dcc-slogin-01 (not 02, 03 etc, the compiler is node locked).
-
Transfer the repository to DCC.
-
To try it interactively use something like:
srun -p ultrasound-gpu --gres=gpu:1 -c6 --pty bash -i -
Or, a sbatch file, with contents something like:
#!/bin/bash
#SBATCH --partition=ultrasound-gpu
#SBATCH --output=Output.txt
#SBATCH --nodes=1
#SBATCH --gres=gpu:1
#SBATCH --mem=2G
#SBATCH --time=02:00:00
rm genout.dat
module load CUDA/9.1
module load PGI-compiler/19.10
srun ./FullWave2D_PGI_19.10_CUDA_9.1_20200406.gpu_volta