Skip to content

Commit

Permalink
Update rocoto and ecflow module loading for Gaea-C6
Browse files Browse the repository at this point in the history
  • Loading branch information
RatkoVasic-NOAA committed Nov 15, 2024
1 parent 103bd7c commit 1d6908c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -743,28 +743,24 @@ case ${MACHINE_ID} in
gaeac6)
echo "rt.sh: Setting up gaea c6..."
if [[ "${ROCOTO:-false}" == true ]] ; then
# module use /ncrc/proj/epic/rocoto/modulefiles
module load rocoto
module use /ncrc/proj/epic/c6/modulefiles
module load rocoto/1.3.7
ROCOTO_SCHEDULER="slurm"
fi

export LD_PRELOAD=/usr/lib64/libstdc++.so.6
module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core
module load PrgEnv-intel/8.5.0
module load intel-classic/2023.2.0
module load stack-intel/2023.2.0
module load cray-mpich/8.1.29
module load python/3.10.13
module use /ncrc/proj/epic/spack-stack/modulefiles
module load gcc-native/12.3
if [[ "${ECFLOW:-false}" == true ]] ; then
module use /ncrc/proj/epic/spack-stack/modulefiles
module load ecflow/5.8.4
ECF_HOST=$(hostname)
ECF_PORT=$(( $(id -u) + 1500 ))
export ECF_PORT ECF_HOST
fi

#DISKNM=/gpfs/f5/epic/world-shared/UFS-WM_RT
#DISKNM=/gpfs/f6/drsa-fire2/world-shared/Brian.Curtis
DISKNM=/gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT
QUEUE=normal
COMPILE_QUEUE=normal
Expand Down

0 comments on commit 1d6908c

Please sign in to comment.