You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Working on compiling a legacy Fortran code for NWS/Ocean Prediciton Center that creates grib2 files from NetCDF ocean files. Recently received help about testing our spack installation and setting up a makefile to reference the NCEP Libs on our compute farm.
The compiling using these libraries is showing errors like the following:
nc2grib2_ncom.f:(.text+0x765): undefined reference to baopenw_' nc2grib2_ncom.f:(.text+0xaa4): undefined reference to gribcreate_'
nc2grib2_ncom.f:(.text+0xafe): undefined reference to addgrid_' nc2grib2_ncom.f:(.text+0x112d): undefined reference to addfield_'
nc2grib2_ncom.f:(.text+0x1172): undefined reference to gribend_' nc2grib2_ncom.f:(.text+0x120a): undefined reference to wryte_'
nc2grib2_ncom.f:(.text+0x121f): undefined reference to `baclose_'
Looking at our older makefiles we seem to be using a different version of bacio, called bacio_lib4 with a library file called something like libbacio_4.a
We installed the version, bacio-2.6.0
Is the bacio-lib4 version available still available?
Describe the solution you'd like
Resources and Schedule
Who is expected to do the work, and what is the schedule?
We will ask NCO to install bacio_lib4 on our Compute Farm if its available.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Working on compiling a legacy Fortran code for NWS/Ocean Prediciton Center that creates grib2 files from NetCDF ocean files. Recently received help about testing our spack installation and setting up a makefile to reference the NCEP Libs on our compute farm.
The compiling using these libraries is showing errors like the following:
nc2grib2_ncom.f:(.text+0x765): undefined reference to
baopenw_' nc2grib2_ncom.f:(.text+0xaa4): undefined reference to
gribcreate_'nc2grib2_ncom.f:(.text+0xafe): undefined reference to
addgrid_' nc2grib2_ncom.f:(.text+0x112d): undefined reference to
addfield_'nc2grib2_ncom.f:(.text+0x1172): undefined reference to
gribend_' nc2grib2_ncom.f:(.text+0x120a): undefined reference to
wryte_'nc2grib2_ncom.f:(.text+0x121f): undefined reference to `baclose_'
Looking at our older makefiles we seem to be using a different version of bacio, called bacio_lib4 with a library file called something like libbacio_4.a
We installed the version, bacio-2.6.0
Is the bacio-lib4 version available still available?
Describe the solution you'd like
Resources and Schedule
Who is expected to do the work, and what is the schedule?
We will ask NCO to install bacio_lib4 on our Compute Farm if its available.
The text was updated successfully, but these errors were encountered: