This update for netcdf and netcdf-fortran fixes the following issues:
netcdf:
- NetCDF modules should be called 'netcdf' - regardless whether they are 'serial' or use MPI. (bsc#1174291)
netcdf-fortran:
- The convention is to use the module name 'pnetcdf' for Parallel-NetCDF (called PnetCDF now).
- Fix ldconfig args for HPC packages: no caching should be done as the libs are made available via LD_LIBRARY_PATH.
- Add serial HPC build flavor. (bsc#1174177)
For loading serial module, run 'module load netcdf-fortran' for an MPI variant use 'module load pnetcdf-fortran'.
- Fixed bug in module file.
- Gfortran from gcc-10 requires -std=legacy to build the Fortran code in netcdf-fortran. (bsc#1173598)
This update was imported from the SUSE:SLE-15-SP2:Update update project.
-
Submitted by
Egbert Eich (eeich)