modi_veros_batch.sh 258 Bytes
Newer Older
mashun1's avatar
veros  
mashun1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash -l
#
#SBATCH -p modi_short
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --job-name=verosbgc

echo started at `date`

singularity exec ~/modi_images/hpc-ocean-notebook_latest.sif bash -l ~/modi_mount/modi_veros_run.sh $1

echo finished at `date`