Re: [OMPI devel] Compilation error: 'OMPI_MPIHANDLES_DLL_PREFIX' undeclared

2014-02-10 Thread Jeff Squyres (jsquyres)
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

Re: [OMPI devel] Compilation error: 'OMPI_MPIHANDLES_DLL_PREFIX' undeclared

2014-02-10 Thread George Bosilca
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

[OMPI devel] Compilation error: 'OMPI_MPIHANDLES_DLL_PREFIX' undeclared

2014-02-09 Thread Irvanda Kurniadi
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