Skip to content

Commit

Permalink
[develop] Jet switch from CentOS to Rocky (ufs-community#1045)
Browse files Browse the repository at this point in the history
Jet has migrated from CentOS to Rocky8 following the system maintenance on 03/12/2024.

This work sets the updated Rocky8 spack-stack as default in the build_jet_intel.lua modulefile and modifies the Jet machine file to use PARTITION_FCST: xjet.
---------

Co-authored-by: michael.lueken <[email protected]>
  • Loading branch information
RatkoVasic-NOAA and MichaelLueken committed Mar 13, 2024
1 parent 86b8cd4 commit 6e6a27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions modulefiles/build_jet_intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ the NOAA RDHPC machine Jet using Intel-2021.5.0

whatis([===[Loads libraries needed for building the UFS SRW App on Jet ]===])

prepend_path("MODULEPATH","/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.0/envs/unified-env/install/modulefiles/Core")
prepend_path("MODULEPATH","/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.0/envs/unified-env-rocky8/install/modulefiles/Core")
prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/spack-stack/modulefiles")

load("stack-intel/2021.5.0")
Expand All @@ -15,7 +15,6 @@ load("cmake/3.23.1")

load("srw_common")

load("prod-util/1.2.2")
load("nccmp/1.9.0.1")
load("nco/5.0.6")

Expand Down
2 changes: 1 addition & 1 deletion ush/machine/jet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platform:
DOMAIN_PREGEN_BASEDIR: /mnt/lfs4/HFIP/hfv3gfs/role.epic/UFS_SRW_data/develop/FV3LAM_pregen
PARTITION_DEFAULT: sjet,vjet,kjet,xjet
QUEUE_DEFAULT: batch
PARTITION_FCST: vjet
PARTITION_FCST: xjet
QUEUE_FCST: batch
PARTITION_HPSS: service
QUEUE_HPSS: batch
Expand Down

0 comments on commit 6e6a27f

Please sign in to comment.