diff options
author | Michael Kuhn <michael.kuhn@informatik.uni-hamburg.de> | 2019-11-06 18:14:35 +0100 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-11-06 11:14:35 -0600 |
commit | 52eba8fb00679f3a7842582d0f24f3f58a61d923 (patch) | |
tree | 164f59a24d256e1655ab64c40e28560cd9144d8d /share | |
parent | 95bc67744593e59f1a11ccb4133e7e89ac044ed8 (diff) | |
download | spack-52eba8fb00679f3a7842582d0f24f3f58a61d923.tar.gz spack-52eba8fb00679f3a7842582d0f24f3f58a61d923.tar.bz2 spack-52eba8fb00679f3a7842582d0f24f3f58a61d923.tar.xz spack-52eba8fb00679f3a7842582d0f24f3f58a61d923.zip |
netcdf-fortran: Fix parallel builds (#13612)
netcdf-fortran@4.5: will error if netcdf-c has been built with MPI
support:
```
configure: error:
-----------------------------------------------------------------------
The NetCDF C library is built with parallel I/O feature enabled, but
the Fortran compiler '.../lib/spack/env/gcc/gfortran' supplied in this configure command
does not support MPI-IO. Please use one that does. If parallel I/O
feature is not desired, please use a NetCDF C library with parallel
I/O feature disabled. Abort.
-----------------------------------------------------------------------
```
Copy logic from netcdf-c to add an `mpi` variant.
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions