Skip to content

Commit

Permalink
making shell script to run test script on the HPC
Browse files Browse the repository at this point in the history
  • Loading branch information
aestears committed Jun 18, 2024
1 parent 5fec03c commit a6c4713
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions HPC_Files/ShellScripts/hovenweep_rnetcdf_test1.slurm
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/bash
#SBATCH --account=swbsc
#SBATCH --partition=cpu
#SBATCH --job-name=gridSTDF_Test
#SBATCH --time=6-0:00:00
#SBATCH --nodes=10
#SBATCH --ntasks=360
#SBATCH --chdir=/caldera/projects/usgs/ecosystems/swbsc/DrylandEcologyTeam/gridSTDF/
#SBATCH --output=/caldera/projects/usgs/ecosystems/swbsc/DrylandEcologyTeam/gridSTDF/HPC_Files/Outs/gridSTDF_%j.stdout

# Add module
module module load cray-R-netcdf

#srun date

#srun Rscript projects/05-Setup-futureMonthly-netCDFs/Create-template-netCDFs.R
srun Rscript main/implementation/01_main-simulation-runner.R

#srun date

0 comments on commit a6c4713

Please sign in to comment.