Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ae6d0ff
update intel compiler to intel2022
junwang-noaa Mar 15, 2022
052607e
update to develop branch
junwang-noaa May 11, 2022
cb2ee6f
Merge remote-tracking branch 'upstream/develop' into intel2022
junwang-noaa May 11, 2022
600b784
update libpng
junwang-noaa May 11, 2022
55c7745
update intel compiler on ufs_hera.intel_debug
junwang-noaa May 12, 2022
91ff7b9
Merge remote-tracking branch 'upstream/develop' into intel2022
junwang-noaa May 16, 2022
52ab37f
remove I_MPI_DAPL_UD fot Intel 2022/2021
junwang-noaa May 16, 2022
3dae554
update libraries g2 (3.4.5), Jasper (2.0.25), PIO (2.5.3), libpng (1.…
junwang-noaa May 16, 2022
c10ab6d
updated gnu/cheyenne hpc-stack location
jkbk2004 May 16, 2022
4f506f4
Update ufs_cheyenne.gnu_debug
jkbk2004 May 16, 2022
d0c46da
Update ufs_cheyenne.intel
jkbk2004 May 16, 2022
5b25383
Update ufs_cheyenne.intel_debug
jkbk2004 May 16, 2022
b450910
Merge pull request #16 from jkbk2004/intel2022
junwang-noaa May 18, 2022
a7df96e
Updated S4 RT resource allotments #1223
DavidHuber-NOAA May 18, 2022
25a9c5b
Merge remote-tracking branch 'upstream/develop' into update_s4_support
DavidHuber-NOAA May 18, 2022
f5d9e9c
Merge remote-tracking branch 'jun/intel2022' into update_s4_support
DavidHuber-NOAA May 18, 2022
24d235c
Merge remote-tracking branch 'upstream/develop' into update_s4_support
DavidHuber-NOAA May 23, 2022
cedbb2c
Updated S4 compiler versions #1223
DavidHuber-NOAA May 26, 2022
739f91c
Merge remote-tracking branch 'upstream/develop' into update_s4_support
DavidHuber-NOAA May 26, 2022
d4ed327
Merge remote-tracking branch 'upstream/develop' into update_s4_support
DavidHuber-NOAA Jun 2, 2022
d47de1f
Corrected cpl_atmw_gdas test task count for S4 #1235 #1223
DavidHuber-NOAA Jun 3, 2022
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/ufs_s4.intel
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module-whatis "loads UFS Model prerequisites for S4"
module load license_intel/S4
module use /data/prod/hpc-stack/modulefiles/stack
module load hpc/1.1.0
module load hpc-intel/18.0.4
module load hpc-impi/18.0.4
module load hpc-intel/2022.1
module load hpc-impi/2022.1

module load ufs_common

Expand Down
4 changes: 2 additions & 2 deletions modulefiles/ufs_s4.intel_debug
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module-whatis "loads UFS Model prerequisites for S4"
module load license_intel/S4
module use /data/prod/hpc-stack/modulefiles/stack
module load hpc/1.1.0
module load hpc-intel/18.0.4
module load hpc-impi/18.0.4
module load hpc-intel/2022.1
module load hpc-impi/2022.1

module load ufs_common_debug

Expand Down
18 changes: 8 additions & 10 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,18 +168,16 @@ elif [[ $MACHINE_ID = jet.* ]]; then

elif [[ $MACHINE_ID = s4.* ]]; then

echo "Unknown MACHINE_ID ${MACHINE_ID}. Please update tasks configurations in default_vars.sh"
exit 1
TPN=32

TASKS_dflt=150 ; TPN_dflt=32 ; INPES_dflt=3 ; JNPES_dflt=8
TASKS_thrd=78 ; TPN_thrd=16 ; INPES_thrd=3 ; JNPES_thrd=4
TASKS_c384=336 ; TPN_c384=16 ; INPES_c384=6 ; JNPES_c384=8
TASKS_c768=928 ; TPN_c768=8 ; INPES_c768=8 ; JNPES_c768=16
TASKS_stretch=48 ; TPN_stretch=12 ; INPES_stretch=2 ; JNPES_stretch=4
TASKS_strnest=96 ; TPN_strnest=12 ; INPES_strnest=2 ; JNPES_strnest=4
TASKS_dflt=150 ; INPES_dflt=3 ; JNPES_dflt=8
TASKS_thrd=78 ; INPES_thrd=3 ; JNPES_thrd=4
TASKS_c384=336 ; INPES_c384=6 ; JNPES_c384=8 ; THRD_c384=2
TASKS_c768=928 ; INPES_c768=8 ; JNPES_c768=16 ; THRD_c768=1

TASKS_cpl_atmw_gdas=560; TPN_cpl_atmw_gdas=16; INPES_cpl_atmw_gdas=6; JNPES_cpl_atmw_gdas=8
THRD_cpl_atmw_gdas=2; WPG_cpl_atmw_gdas=24; APB_cpl_atmw_gdas="0 311"; WPB_cpl_atmw_gdas="312 559"
TASKS_cpl_atmw_gdas=560; THRD_cpl_atmw_gdas=2
INPES_cpl_atmw_gdas=6; JNPES_cpl_atmw_gdas=8; WPG_cpl_atmw_gdas=24
WAV_tasks_atmw_gdas=248

elif [[ $MACHINE_ID = gaea.* ]]; then

Expand Down