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
To report a non-security related issue, please provide:
the version of the software with which you are encountering an issue:
4.3.0, 4.3.1
environmental information (i.e. Operating System, compiler info, java version, python version, etc.):
conda-forge builds on both linux and osx with both openmpi and mpich, see: netcdf-cxx4 v4.3.1 conda-forge/netcdf-cxx4-feedstock#27
a description of the issue with the steps needed to reproduce it:
netcdf-c has been build with parallel support using cmake flags:
Like @xylar, I'm trying to build 4.3.1 with parallel I/O
I'm not seeing any indication that parallel I/O is supported, even though the build is successful. Any comments as to how I should proceed? I'm following this page with the instructions on building, but I'm not having any luck.
To report a non-security related issue, please provide:
4.3.0, 4.3.1
conda-forge builds on both linux and osx with both openmpi and mpich, see:
netcdf-cxx4 v4.3.1 conda-forge/netcdf-cxx4-feedstock#27
netcdf-c has been build with parallel support using cmake flags:
see: https://github.com/conda-forge/libnetcdf-feedstock/blob/master/recipe/build.sh#L4
A test install of libnetcdf with mpich indicates that a parallel build was indeed made, e.g.
include/netcdf_par.h
exists.However, when I try to build netcdf-cxx4 with cmake and linking in the parallel version of libnetcdf, I always see:
Again, see: conda-forge/netcdf-cxx4-feedstock#27
There's not a clear indication that any attempt is being made to build with parallel I/O.
Are there flags I can pass to cmake to tell it that I want a parallel build? I searched the documentation but didn't see anything obvious.
The text was updated successfully, but these errors were encountered: