/[MITgcm]/MITgcm/tools/example_scripts/engaging/submit
ViewVC logotype

Contents of /MITgcm/tools/example_scripts/engaging/submit

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Dec 17 20:53:34 2015 UTC (8 years, 4 months ago) by jahn
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, HEAD
add scripts for testing on the engaging cluster

1 #!/bin/sh
2 . /etc/profile.d/modules.sh
3 module add slurm
4
5 cvsjob=$( sbatch job_cvs.slurm | awk '/Submitted batch job/{print $4}' )
6
7 if ! [ "$cvsjob" -ne 0 ]; then
8 exit
9 fi
10
11 for c in gfortran intel open64 openad_gfortran openad_gfortran-mpi; do
12 sbatch --dependency=afterok:$cvsjob job_$c.slurm
13 done

  ViewVC Help
Powered by ViewVC 1.1.22