Skip to content

compile error  #22

@zhuxy-USTC

Description

@zhuxy-USTC

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions