mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
18 lines
619 B
Bash
18 lines
619 B
Bash
#!/bin/bash
|
|
#SBATCH --job-name=dolo_warmup_debug
|
|
#SBATCH --output=dolo_warmup_debug%j.out
|
|
#SBATCH --error=dolo_warmup_debug%j.err
|
|
#SBATCH --partition=long
|
|
#SBATCH --nodes=4
|
|
#SBATCH --ntasks=96
|
|
#SBATCH --ntasks-per-node=24
|
|
#SBATCH --exclusive
|
|
#SBATCH --time=12:00:00
|
|
|
|
|
|
source /etc/profile.d/modules.sh
|
|
module purge
|
|
module load cmake gcc openmpi
|
|
|
|
mpirun -n 96 ./poet --interp dolo_fgcs_3.R dolo_fgcs_3.qs2 dolo_warmup_debug
|
|
#mpirun -n 96 ./poet --interp barite_fgcs_2.R barite_fgcs_2.qs2 bar_fgcs_500_eps |