From 2a09d89ab46abfd4a90990bcdf77e620627860a3 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Tue, 12 Mar 2024 12:50:19 -0400 Subject: [PATCH] remove gaea and add gaea-c5 to tests/machine --- tests/machine/gaea | 20 -------------------- tests/machine/gaea-c5 | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 20 deletions(-) delete mode 100644 tests/machine/gaea create mode 100644 tests/machine/gaea-c5 diff --git a/tests/machine/gaea b/tests/machine/gaea deleted file mode 100644 index cce22b8da9..0000000000 --- a/tests/machine/gaea +++ /dev/null @@ -1,20 +0,0 @@ - module use /lustre/f2/dev/Samuel.Trahan/hafs/modulefiles/ - module load rocoto - ROCOTORUN=$(which rocotorun) - ROCOTOSTAT=$(which rocotostat) - ROCOTOCOMPLETE=$(which rocotocomplete) - ROCOTO_SCHEDULER=slurm - - module use /lustre/f2/dev/role.epic/contrib/spack-stack/c4/modulefiles - module load ecflow/5.8.4 - ECFLOW_START=/lustre/f2/dev/role.epic/contrib/spack-stack/c4/ecflow-5.8.4/bin/ecflow_start.sh - ECF_PORT=$(( $(id -u) + 1500 )) - - DISKNM=/lustre/f2/pdata/ncep/role.epic/RT - QUEUE=normal - COMPILE_QUEUE=normal - PARTITION=c4 - STMP=/lustre/f2/scratch - PTMP=/lustre/f2/scratch - - SCHEDULER=slurm \ No newline at end of file diff --git a/tests/machine/gaea-c5 b/tests/machine/gaea-c5 new file mode 100644 index 0000000000..554b7ea254 --- /dev/null +++ b/tests/machine/gaea-c5 @@ -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 \ No newline at end of file