undefined reference to `MPI::Comm::Comm()' restraint_camshift2.o:/home/users/didymos/openmpi-1.6.3/include/openmpi/ompi/mpi/cxx/intracomm.h:25: more undefined references to `MPI::Comm::Comm()' follow restraint_camshift2.o:(.data.rel.ro._ZTVN3MPI3WinE[_ZTVN3MPI3WinE]+0x48): undefine...
CMakeFiles/test_ckpt_C.dir/test_ckpt.C.o:(.data.rel.ro._ZTVN3MPI8DatatypeE[_ZTVN3MPI8DatatypeE]+0x78): undefined reference toMPI::Datatype::Free()' collect2: error: ld returned 1 exit status make[2]: *** [examples/test_ckpt_C] Error 1 make[1]: *** [examples/CMakeFiles...
get_elements_x.c: In function 'PMPI_Get_elements_x': get_elements_x.c:77:63: error: 'SSIZE_MAX' undeclared (first use in this function); did you mean 'RSIZE_MAX'? 77 | if (OMPI_SUCCESS == ret && internal_count <= (size_t) SSIZE_MAX) { | ^~~~ | RSIZE_MAX get_elements_...
Useful reference: https://sourceware.org/bugzilla/show_bug.cgi?id=20535 LiamBindle commented Jan 7, 2020 • edited Unfortunately I haven't been able to reproduce the issue. The cluster I'm working on at WashU has undergone quite a few updates in the past few weeks, and I don't hav...