summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/netcdf-c/4.9.0-no-mpi-yes-pnetcdf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/netcdf-c/4.9.0-no-mpi-yes-pnetcdf.patch')
-rw-r--r--var/spack/repos/builtin/packages/netcdf-c/4.9.0-no-mpi-yes-pnetcdf.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/netcdf-c/4.9.0-no-mpi-yes-pnetcdf.patch b/var/spack/repos/builtin/packages/netcdf-c/4.9.0-no-mpi-yes-pnetcdf.patch
deleted file mode 100644
index de4b34c986..0000000000
--- a/var/spack/repos/builtin/packages/netcdf-c/4.9.0-no-mpi-yes-pnetcdf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libhdf5/hdf5internal.c
-+++ b/libhdf5/hdf5internal.c
-@@ -163,7 +163,7 @@ find_var_dim_max_length(NC_GRP_INFO_T *grp, int varid, int dimid,
- if (var->dimids[d] == dimid)
- *maxlen = *maxlen > h5dimlen[d] ? *maxlen : h5dimlen[d];
-
--#ifdef USE_PARALLEL
-+#ifdef USE_PARALLEL4
- /* If we are doing parallel I/O in collective mode (with
- * either pnetcdf or HDF5), then communicate with all
- * other tasks in the collective and find out which has