netcdf-c icon indicating copy to clipboard operation
netcdf-c copied to clipboard

pnetcdf build broken

Open Plantain opened this issue 3 years ago • 0 comments

Building netcdf-c with pnetcdf looks to have been broken by: https://github.com/Unidata/netcdf-c/pull/2310/commits/60a0f07ccc46a8c6719c78573d2e14532ee728e7

The build error presents as: hdf5internal.c(178): error: struct "NC_FILE_INFO" has no field "comm" grp->nc4_info->comm)))

nc4_info->comm is gated behind an #ifdef USE_PARALLEL4 at https://github.com/Unidata/netcdf-c/blob/cf1a0b8bb7c63b3a0a9a67a47fe17f9428bdf31e/include/nc4internal.h#L294

Plantain avatar Jul 07 '22 06:07 Plantain