-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intel LLVM does not like -lgfortran linker #439
Comments
I would think that the gnu compilers wouldn't cause a problem because the -lgcc linker can be in the CFLAGS command and it doesn't cause it to break. Only the -lgfortran. Some relevant code that I am using:
Log files with sucessful compiliation. autoreconf.log |
Here's my issue that I opened with all the log files. |
not sure why the linker for gfortran doesn't work. Seems to affect all versions of netcdf including cxx. Maybe it's an intel llvm problem? |
Thanks for your patience; the netCDF-C release has been demanding a lot of my time. Let me review this. |
that's okay take your time, just trying to help @WardF |
To report a non-security related issue, please provide:
the version of the software with which you are encountering an issue
4.6.1
environmental information (i.e. Operating System, compiler info, java version, python version, etc.)
ubuntu 22.04.4
HDF5_Version=1.14.4
HDF5_Sub_Version=2
Zlib_Version=1.3.1
Netcdf_C_Version=4.9.2
Netcdf_Fortran_Version=4.6.1
Mpich_Version=4.2.1
Libpng_Version=1.6.39
Jasper_Version=1.900.1
Pnetcdf_Version=1.13.0
a description of the issue with the steps needed to reproduce it
When compilling netcdf-fortran && netcdf-c with the -lgfortran flag it raises an error saying unable to compile using intel llvm compilers.
When using the intel classic compilers it did not have this issue. Which is intel compilers before 2023
relevant files added
@edhartnett @edwardhartnett
autoreconf.log
config.log
configure.log
The text was updated successfully, but these errors were encountered: