NOAA-EMC / hpc-stack

Create a software stack for HPC's
GNU Lesser General Public License v2.1
29 stars 35 forks source link

Netcdff library issue on Hera #530

Open BigBen3516 opened 5 months ago

BigBen3516 commented 5 months ago

Hello,

I am trying to run a Fortran code on Hera that converts bufr files to netcdf files but am running into an issue. I haven't run the code for a few months now (there were no issues before), but when I try to run the executable now, I get this error:

error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory

The Hera help team directed me here - would anyone be able to help me with this issue? The build script (compile_convert_bufr_netcdf_revised.csh) as well as the main code is in the following location:

/scratch1/BMC/qosap/Benjamin.Johnston/GPSRO_BUFR/Prep_Bufr_Converter

Thank you, Ben