Skip to content

Commit

Permalink
remove gaea and add gaea-c5 to tests/machine
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Mar 12, 2024
1 parent 16d29a8 commit 2a09d89
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tests/machine/gaea

This file was deleted.

24 changes: 24 additions & 0 deletions tests/machine/gaea-c5
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
module use /lustre/f2/dev/role.epic/contrib/C5/rocoto/modulefiles
module load rocoto
ROCOTORUN=$(which rocotorun)
ROCOTOSTAT=$(which rocotostat)
ROCOTOCOMPLETE=$(which rocotocomplete)
ROCOTO_SCHEDULER=slurm

module load PrgEnv-intel/8.3.3
module load intel-classic/2023.1.0
module load cray-mpich/8.1.25
module load python/3.9.12
module use /lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/modulefiles
module load ecflow/5.8.4
ECFLOW_START=/lustre/f2/dev/wpo/role.epic/contrib/spack-stack/c5/ecflow-5.8.4/bin/ecflow_start.sh
ECF_PORT=$(( $(id -u) + 1500 ))

DISKNM=/lustre/f2/pdata/ncep/role.epic/C5/RT
QUEUE=normal
COMPILE_QUEUE=normal
PARTITION=c5
STMP=/lustre/f2/scratch
PTMP=/lustre/f2/scratch

SCHEDULER=slurm

0 comments on commit 2a09d89

Please sign in to comment.