Skip to content

Commit

Permalink
Update ufs_hera.intelllvm.lua and do not run debug intel llvm tests o…
Browse files Browse the repository at this point in the history
…n Hera

Currently all debug intel llvm tests fail to build on Hera.
The build fails at linking with errors like:

ld: cannot find -lpioc
ld: attempted static link of dynamic object `/scratch1/NCEPDEV/nems/role.epic/spack-stack
/spack-stack-1.6.0/envs/unified-env-rocky8/install/intel/2021.5.0/netcdf-fortran-4.6.1-ifhqcwv/lib/libnetcdff.so'

or

ld: attempted static link of dynamic object `/apps/oneapi/compiler/2023.2.0/linux/compiler/lib/intel64_lin/libiomp5.so'
  • Loading branch information
DusanJovic-NOAA committed Oct 9, 2024
1 parent cc893d8 commit 015c8b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modulefiles/ufs_hera.intelllvm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ help([[
loads UFS Model prerequisites for Hera/IntelLLVM
]])

prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core")

stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
load(pathJoin("stack-intel", stack_intel_ver))
Expand Down
6 changes: 3 additions & 3 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,11 @@ COMPILE | s2swa_32bit_pdlib_debug | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SU
RUN | cpld_debug_gfsv17 | + gaea | baseline |

# Regional RRFS tests on Hera
COMPILE | rrfs_dyn32_phy32 | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -D32BIT=ON -DCCPP_32BIT=ON | + hera | fv3 |
COMPILE | rrfs_dyn32_phy32 | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -D32BIT=ON -DCCPP_32BIT=ON | + hera | fv3 |
RUN | rap_control_dyn32_phy32 | + hera | baseline |

COMPILE | rrfs_dyn32_phy32_debug | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | + hera | fv3 |
RUN | rap_control_debug_dyn32_phy32 | + hera | baseline |
COMPILE | rrfs_dyn64_phy32 | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -DCCPP_32BIT=ON | + hera | fv3 |
RUN | rap_control_dyn64_phy32 | + hera | baseline |

# HAFS tests on Orion
COMPILE | hafsw | intelllvm | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON | + orion | fv3 |
Expand Down
2 changes: 1 addition & 1 deletion tests/test_changes.list
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cpld_control_gfsv17 intelllvm
cpld_debug_gfsv17 intelllvm
rap_control_dyn32_phy32 intelllvm
rap_control_debug_dyn32_phy32 intelllvm
rap_control_dyn64_phy32 intelllvm
hafs_regional_storm_following_1nest_atm_ocn intelllvm
hafs_regional_storm_following_1nest_atm_ocn_debug intelllvm
datm_cdeps_control_cfsr intelllvm
Expand Down

0 comments on commit 015c8b6

Please sign in to comment.