[Paraview] Re: paraview MPI compile failiure
Michael Dussere
dussere at labri . fr
Fri, 24 Oct 2003 11:21:12 +0200
Hi,
You must fill this MPI_EXTRA_LIBRARY flag with the path to the library
liblam.a . It should be "/usr/lib/liblam.a".
Michael.
Dr. Daniel James White PhD wrote:
> Hi Jarmo and all,
>
> I am experiencing a paraview MPI compile failure
>
> I have LAM-MPI from the red hat linux 8.0 distro.
>
> ccmake finds the mpi executable and library OK
> Paths are correct.
>
> I see there is a cmake flag called MPI_EXTRA_LIBRARY
> I have NOT FOUND for this.
>
> Could that be a problem?
>
> my make fails at this point.
>
> collect2: ld returned 1 exit status
> make[5]: ***
> [/home/model/Desktop/paraview-cvs/ParaViewComplete/bin/pvtk] Error 1
> make[4]: *** [default_target] Error 2
> make[3]: *** [default_target_Wrapping_Tcl] Error 2
> make[2]: *** [default_target] Error 2
> make[1]: *** [default_target_VTK] Error 2
> make: *** [default_target] Error 2
> [model at modeling ParaViewComplete]$
>
> here is my CMakeCache.txt, make by ccmake .
>
> are there any obvious mistakes?
>
> cheers
>
> Dan