ufs-community / ufs-weather-model

UFS Weather Model
Other
129 stars 238 forks source link

Gaea RTs failing compile #2243

Closed FernandoAndrade-NOAA closed 3 weeks ago

FernandoAndrade-NOAA commented 4 weeks ago

Description

Gaea RTs are failing at the compile steps following the recent Gaea maintenance. Errors suggest being unable to find a required library.

To Reproduce:

  1. git clone --recurse-submodules https://github.com/ufs-community/ufs-weather-model.git
  2. cd tests
  3. ./rt.sh -a -e -l rt.conf OR ./rt.sh -a -e -n " "
  4. ex: ./rt.sh -a epic -e -c -n "regional_spp_sppt_shum_skeb intel"

Additional context

Support email has been sent to Gaea sys admins, awaiting reply.

Output

/gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_125662/compile_rrfs_intel/err:

cmake: /opt/cray/pe/gcc/10.3.0/snos/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by cmake)
FernandoAndrade-NOAA commented 3 weeks ago

Resolved by introducing export LD_PRELOAD=/opt/cray/pe/gcc/12.2.0/snos/lib64/libstdc++.so.6 for Gaea within rt.sh