Expected behavior
WE2E tests should pass on PW AWS.
Current behavior
However, when running WE2E tests, I'm getting this shared library error in the make_sfc_climo task:
All executables will be submitted with command \'mpiexec -np $nprocs\'.
/contrib/Edward.Snyder/1321/ufs-srweather-app/exec/sfc_climo_gen: /contrib/Edward.Snyder/1321/ufs-srweather-app/conda/lib/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /contrib/Edward.Snyder/1321/ufs-srweather-app/exec/sfc_climo_gen)
I attempted to resolve it by following the solution (setting LD_PRELOAD) found in a similar issue on Gaea C5 but it didn't work. Given this is a tier 2 machine and that it was missing UFS_SRW_data for months, I'll tackle it later given other pressing responsibilities.
Machines affected
PW AWS
Steps To Reproduce
To produce, build the model given these instructions and run a WE2E test as seen here. It should fail in the make_sfc_climo task.
Detailed Description of Fix (optional)
Additional Information (optional)
Possible Implementation (optional)
Output (optional)
Expected behavior
WE2E tests should pass on PW AWS.
Current behavior
However, when running WE2E tests, I'm getting this shared library error in the make_sfc_climo task:
I attempted to resolve it by following the solution (setting
LD_PRELOAD) found in a similar issue on Gaea C5 but it didn't work. Given this is a tier 2 machine and that it was missingUFS_SRW_datafor months, I'll tackle it later given other pressing responsibilities.Machines affected
PW AWS
Steps To Reproduce
To produce, build the model given these instructions and run a WE2E test as seen here. It should fail in the
make_sfc_climotask.Detailed Description of Fix (optional)
Additional Information (optional)
Possible Implementation (optional)
Output (optional)