From 8b12b4cf24d30c8a9560ce5195c7142aad385ca2 Mon Sep 17 00:00:00 2001 From: Benjamin Cash Date: Fri, 3 May 2024 12:31:37 -0500 Subject: [PATCH 1/4] Add detection for Frontera login nodes --- tests/detect_machine.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/detect_machine.sh b/tests/detect_machine.sh index 98839e2c70..9c6c937c4a 100755 --- a/tests/detect_machine.sh +++ b/tests/detect_machine.sh @@ -48,6 +48,8 @@ case $(hostname -f) in login[1-4].stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede1-4 + login[1-4].frontera.tacc.utexas.edu) MACHINE_ID=frontera ;; ### frontera1-4 + login0[1-2].expanse.sdsc.edu) MACHINE_ID=expanse ;; ### expanse1-2 discover3[1-5].prv.cube) MACHINE_ID=discover ;; ### discover31-35 From babaef42af2053e3c0e2e2ee9f97e782f5374c96 Mon Sep 17 00:00:00 2001 From: Benjamin Cash Date: Fri, 3 May 2024 12:36:28 -0500 Subject: [PATCH 2/4] Add detection for Frontera compute nodes --- tests/detect_machine.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/detect_machine.sh b/tests/detect_machine.sh index 9c6c937c4a..4d4edf2e4e 100755 --- a/tests/detect_machine.sh +++ b/tests/detect_machine.sh @@ -49,6 +49,7 @@ case $(hostname -f) in login[1-4].stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede1-4 login[1-4].frontera.tacc.utexas.edu) MACHINE_ID=frontera ;; ### frontera1-4 + c*.frontera.tacc.utexas.edu) MACHINE_ID=frontera ;; ### frontera compute login0[1-2].expanse.sdsc.edu) MACHINE_ID=expanse ;; ### expanse1-2 From 6d54abf0acff85f54abd5283aa7cdc421338f67e Mon Sep 17 00:00:00 2001 From: Benjamin Cash Date: Fri, 3 May 2024 14:58:47 -0500 Subject: [PATCH 3/4] ufs frontera module files as created by Ufuk for ufs coastal --- modulefiles/ufs_frontera.intel.lua | 1704 ++++++++++++++++++++++++++++ 1 file changed, 1704 insertions(+) create mode 100644 modulefiles/ufs_frontera.intel.lua diff --git a/modulefiles/ufs_frontera.intel.lua b/modulefiles/ufs_frontera.intel.lua new file mode 100644 index 0000000000..5b57404fc4 --- /dev/null +++ b/modulefiles/ufs_frontera.intel.lua @@ -0,0 +1,1704 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ufs-coastal/modulefiles/ufs_frontera.intel.lua at 9de9fe3a0195f5a4913433dcfec7445689b8851e · oceanmodeling/ufs-coastal · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ Skip to content + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + + + + + +
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+
+ + + + +
+ +
+ +
+
+ +
+ +
+

Footer

+ + + + +
+
+ + + + + © 2024 GitHub, Inc. + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + From db5766bf31a09bd6f6231fa5b41f85aa2bcad8dc Mon Sep 17 00:00:00 2001 From: Benjamin Cash Date: Fri, 3 May 2024 15:29:31 -0500 Subject: [PATCH 4/4] add frontera to module setup --- tests/module-setup.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/module-setup.sh b/tests/module-setup.sh index 57e02965c7..123a64ed6b 100755 --- a/tests/module-setup.sh +++ b/tests/module-setup.sh @@ -65,6 +65,13 @@ elif [[ ${MACHINE_ID} = stampede ]] ; then fi module purge +elif [[ ${MACHINE_ID} = frontera ]] ; then + # We are on TACC Frontera + if ( ! eval module help > /dev/null 2>&1 ) ; then + source /opt/apps/lmod/lmod/init/bash + fi + module purge + elif [[ ${MACHINE_ID} = gaea ]] ; then # We are on GAEA if ( ! eval module help > /dev/null 2>&1 ) ; then