RRFSx / rrfs-workflow_beta

GNU Lesser General Public License v3.0
0 stars 5 forks source link

bufr2ioda.x crashed #55

Open guoqing-noaa opened 2 months ago

guoqing-noaa commented 2 months ago
/mnt/lfs5/BMC/wrfruc/gge/nco/stmp/conus12km/1.0.1/rrfs.20240527/03/ioda_bufr/./bufr2ioda.x: error while loading shared libraries: libingester.so: cannot open shared object file: No such file or directory
srun: error: k3: task 0: Exited with exit code 127
srun: Terminating StepId=6816061.0

if you ldd bufr2ioda.x, you will find that it cannot find the following libraries:

libiodaconv_utils.so
liboops.so
libingester.so
libioda_engines.so

@spanNOAA reported that we have to link bufr2ioda.x from under RDASApp/build/bin/bufr2ioda.x, copy bufr2ioda.x into another location (such as exec/) does not work