Hi All,<br><br>I am facing following error when building paraview-3.8.0 with MPICH1-1.2.5.2 (sorry, but I cant upgrade the MPICH because of some limitations on the remote cluster).<br>Strange thing is these undefined functions like 'PMPI_Info_set' are declared in the header files in the variable MPI_INCLUDE_PATH which contain mpi.h, mpif.h, mpio.h etc, hence I assume that the definitions must be present in libraries.<br>
<br>My MPI_LIBRARY=/usr/lib64/libmpich.so.1.0<br>
and MPI_EXTRA_LIBRARY=/usr/lib64/libmpich.so (obtained from dev version of mpich)<br><br>Has anybody faced a similar problem.<br><br>ERROR:<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Info_set'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Attr_get'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Wtime'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Comm_rank'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Abort'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Get_elements'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Type_commit'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Isend'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Info_free'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Barrier'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Waitall'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Gatherv'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Irecv'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Allgather'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Info_delete'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Type_hindexed'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Type_size'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Comm_test_inter'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Type_get_envelope'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Gather'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Type_extent'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Get_processor_name'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Bcast'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Initialized'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Allreduce'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Sendrecv'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Type_contiguous'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Info_create'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Type_lb'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Keyval_create'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Address'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Attr_put'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Comm_group'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Comm_dup'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Comm_free'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Info_get'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Alltoall'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Comm_size'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Info_dup'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Type_free'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Error_string'<br>
/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Type_get_contents'<br>/usr/lib/gcc/x86_64-manbo-linux-gnu/4.3.2/../../../../lib64/libmpich.so: undefined reference to `PMPI_Testall'<br>
<br>Regards<br>Lokendra<br><br>