Skip to content

Commit

Permalink
Create runHillAgnesi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
OsKnoth committed Jul 17, 2024
1 parent 3327648 commit db831e2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions BatchScripts/NCAR/runHillAgnesi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/bash
#PBS -A UCIT0011
#PBS -N gpu_aquaplanet_dyamond_helem_256_0M_256gpu_job
#PBS -q main
#PBS -m n
#PBS -l walltime=01:00:00
#PBS -l select=2:ncpus=8:mem=480GB:ngpus=4

# Use scratch for temporary files to avoid space limits in /tmp

# If you are using zsh as default shell
source /glade/u/apps/derecho/23.09/spack/opt/spack/lmod/8.7.24/gcc/7.5.0/c645/lmod/lmod/init/zsh

export MODULEPATH="/glade/campaign/univ/ucit0011/ClimaModules-Derecho:$MODULEPATH"
#module --force purge
module load climacommon/2024_05_27
module load julia-preferences/2024_02_20
module load julia/1.10.4
module load mpiwrapper/2024_05_27

export JuliaDevice="GPU"
export JuliaGPU="CUDA"

mpiexec -n 4 -ppn 4 ./Jobs/NHCart/JobNHHillAgnesiCart

0 comments on commit db831e2

Please sign in to comment.