Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
fe40c2f1
Commit
fe40c2f1
authored
Aug 16, 2020
by
Uwe Schulzweida
Browse files
Fix incorrect detection and usage of netcdf_par.h during configure [Bug #9855].
parent
337c8dcd
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
fe40c2f1
...
...
@@ -3,6 +3,10 @@
* using CGRIBEX library version 1.9.5
* Version 1.9.9 released
2020-08-16 Matthew Krupcale
* Fix incorrect detection and usage of netcdf_par.h during configure [Bug #9855]
2020-08-09 Uwe Schulzweida
* Fix problem with GRIB2 key indicatorOfUnitForTimeRange [Bug #9846]
...
...
configure.ac
View file @
fe40c2f1
...
...
@@ -227,12 +227,13 @@ main(int argc, char **argv)
[HAVE_PARALLEL_NC4=1],
[AC_MSG_WARN([The supplied netCDF library does not support MPI parallel invocations])],
[AC_INCLUDES_DEFAULT
@%:@include <netcdf.h>
@%:@include <netcdf_par.h>])],
[AC_CHECK_DECL([MPI_Bcast],
[HAVE_PARALLEL_NC4=1],
[AC_MSG_WARN([The supplied netCDF library does not support MPI parallel invocations])],
[AC_INCLUDES_DEFAULT
@%:@include <netcdf.h>])], [AC_INCLUDES_DEFAULT])
@%:@ifdef HAVE_NETCDF_H
@%:@include <netcdf.h>
@%:@endif])
dnl parallel netCDF support still requires ScalES-PPM and YAXT to
dnl re-arrange the data when running with more than one collector
PKG_CHECK_MODULES([PPM_CORE],[scales-ppm-core],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment