Note that we have removed all CMake support from Open MPI starting with v1.7.
Is there a reason you're using the CMake support instead of the Autotools
support? We only had the CMake support there for MS Windows support, which has
been removed (which is why the CMake support was removed).
On
It is a compilation flag passes through the Makefile (when automake is used). I
guess you will have to modify the CMake to pass it as well. You need to for the
compilation of the ompi/debuggers/ompi_debuggers.c and should point to the
location of the installed libraries.
George.
On Feb 10, 2
Hi,
I'm porting OpenMPI to L4/fiasco. I found this error message while
compiling OpenMPI:
error: 'OMPI_MPIHANDLES_DLL_PREFIX' undeclared (first use in this function)
error: 'OMPI_MSGQ_DLL_PREFIX' undeclared (first use in this function)
I found the OMPI_MPIHANDLES_DLL_PREFIX in CMakelist.txt like