-
Notifications
You must be signed in to change notification settings - Fork 9
Description
make[4]: Entering directory '/staff/zhuxianyu/envir/pnetcdf-1.11.2/src/drivers/common'
CC dtype_decode.lo
CC hash_map.lo
CC error_posix2nc.lo
CC ncx.lo
CC convert_swap.lo
dtype_decode.c: In function ‘ncmpii_dtype_decode’:
dtype_decode.c:390:14: error: ‘MPI_COMBINER_HVECTOR_INTEGER’ undeclared (first use in this function); did you mean ‘MPI_COMBINER_F90_INTEGER’?
390 | case MPI_COMBINER_HVECTOR_INTEGER:
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| MPI_COMBINER_F90_INTEGER
dtype_decode.c:390:14: note: each undeclared identifier is reported only once for each function it appears in
dtype_decode.c:396:14: error: ‘MPI_COMBINER_HINDEXED_INTEGER’ undeclared (first use in this function); did you mean ‘MPI_COMBINER_HINDEXED_BLOCK’?
396 | case MPI_COMBINER_HINDEXED_INTEGER:
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| MPI_COMBINER_HINDEXED_BLOCK
dtype_decode.c:416:14: error: ‘MPI_COMBINER_STRUCT_INTEGER’ undeclared (first use in this function); did you mean ‘MPI_COMBINER_F90_INTEGER’?
416 | case MPI_COMBINER_STRUCT_INTEGER:
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| MPI_COMBINER_F90_INTEGER
make[4]: *** [Makefile:525: dtype_decode.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/staff/zhuxianyu/envir/pnetcdf-1.11.2/src/drivers/common'
make[3]: *** [Makefile:443: all] Error 2
make[3]: Leaving directory '/staff/zhuxianyu/envir/pnetcdf-1.11.2/src/drivers/common'
make[2]: *** [Makefile:463: all-recursive] Error 1
make[2]: Leaving directory '/staff/zhuxianyu/envir/pnetcdf-1.11.2/src/drivers'
make[1]: *** [Makefile:463: all-recursive] Error 1
make[1]: Leaving directory '/staff/zhuxianyu/envir/pnetcdf-1.11.2/src'
make: *** [Makefile:520: all-recursive] Error 1