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 Feb 9, 2014, at 9:36 PM, Irvanda Kurniadi <irvand...@gmail.com> wrote:

> 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 below:
> SET_TARGET_PROPERTIES(libmpi PROPERTIES COMPILE_FLAGS                       
> "${OMPI_C_DEF_PRE}OMPI_MPIHANDLES_DLL_PREFIX=libompi_dbg_mpihandles
>  ${OMPI_C_DEF_PRE}OMPI_MSGQ_DLL_PREFIX=libompi_dbg_msgq")
> 
> I don't know how to use this CMakelist.txt in L4/fiasco. Or maybe this 
> problem can be fixed without CMakelist.txt. Anybody knows how to overcome 
> this problem?
> 
> regards,
> Irvanda
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

Reply via email to