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
I'm compiling on RedHat 9, using:
CPPFLAGS="-I/$CMAQ_LIB/netcdf/include" LDFLAGS="-L$CMAQ_LIB/netcdf/lib" ./configure --prefix=$CMAQ_LIB/netcdf
make
But I receive
58 | #include "netcdf_get_nd_expanded.F90"
| 1~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fatal Error: netcdf_expanded_subset.F90: No such file or directory
When it compiles netcdf.F90.
Any ideas how to avoid the expanded subset? Is that even an option. The tar file does not include the netcdf_expanded_subset.F90 files.
I'm using gFortran.
Thanks,
...Brian
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm compiling on RedHat 9, using:
CPPFLAGS="-I/$CMAQ_LIB/netcdf/include" LDFLAGS="-L$CMAQ_LIB/netcdf/lib" ./configure --prefix=$CMAQ_LIB/netcdf
make
But I receive
58 | #include "netcdf_get_nd_expanded.F90"
| 1~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fatal Error: netcdf_expanded_subset.F90: No such file or directory
When it compiles netcdf.F90.
Any ideas how to avoid the expanded subset? Is that even an option. The tar file does not include the netcdf_expanded_subset.F90 files.
I'm using gFortran.
Thanks,
...Brian
Beta Was this translation helpful? Give feedback.
All reactions