Skip to content
Merged
Show file tree
Hide file tree
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 modulefiles/gsi_orion.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
help([[
]])

prepend_path("MODULEPATH", "/work/noaa/epic-ps/role-epic-ps/miniconda3/modulefiles")
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/contrib/orion/miniconda3/modulefiles")
miniconda3_ver=os.getenv("miniconda3_ver") or "4.12.0"
load(pathJoin("miniconda3", miniconda3_ver))

prepend_path("MODULEPATH", "/work/noaa/epic-ps/role-epic-ps/hpc-stack/libs/intel-2022.1.2/modulefiles/stack")
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/contrib/orion/hpc-stack/intel-2022.1.2/modulefiles/stack")

local hpc_ver=os.getenv("hpc_ver") or "1.2.0"
local hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1.2"
Expand Down
2 changes: 1 addition & 1 deletion regression/regression_param.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ if [[ "$machine" = "Hera" ]]; then
export APRUN="srun"
elif [[ "$machine" = "Orion" ]]; then
export OMP_STACKSIZE=2048M
export APRUN="srun --label -n \$ntasks"
export APRUN="srun -n \$ntasks"
elif [[ "$machine" = "Jet" ]]; then
export OMP_STACKSIZE=1024M
export MPI_BUFS_PER_PROC=256
Expand Down
3 changes: 1 addition & 2 deletions ush/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ elif [[ $MACHINE_ID = hera* ]] ; then
elif [[ $MACHINE_ID = orion* ]] ; then
# We are on Orion
if ( ! eval module help > /dev/null 2>&1 ) ; then
source /apps/lmod/init/bash
source /apps/lmod/lmod/init/bash
fi
module purge

Expand Down Expand Up @@ -58,7 +58,6 @@ elif [[ $MACHINE_ID = gaea* ]] ; then
source /etc/profile
__ms_source_etc_profile=yes
fi
source /lustre/f2/dev/role.epic/contrib/Lmod_init.sh

source /lustre/f2/dev/role.epic/contrib/Lmod_init.sh

Expand Down