[Paraview] Linker error with OpenMPI 1.6.2
Stephan Rogge
Stephan.Rogge at tu-cottbus.de
Tue Jan 8 06:05:34 EST 2013
Utkarsh,
Thank you for that hint. I've added openlib-pal.lib and openlib-rte.lib to
the linker list. No success. The linker error remains.
But after some research I found an advice to add the definition
"OMPI_IMPORTS" to pre-processor:
CMAKE_CXX_FLAGS = ... /D "OMPI_IMPORTS"
CMAKE_C_FLAGS = ... /D "OMPI_IMPORTS" => Maybe not required
This solves my problem and ninja is running until the end :-).
Is this an individual problem? I wonder if someone else had this error too.
Best regards,
Stephan
More information about the ParaView
mailing list