Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,8 @@ case ${MACHINE_ID} in
module load cray-mpich/8.1.30
module load python/3.11
if [[ "${ECFLOW:-false}" == true ]] ; then
module use /ncrc/proj/epic/spack-stack/modulefiles
module load ecflow/5.8.4
module use /ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/gcc/12.3.0
module load ecflow/5.11.4
ECF_HOST=$(hostname)
ECF_PORT=$(( $(id -u) + 1500 ))
export ECF_PORT ECF_HOST
Expand Down