MPICH goes fine, but when i try to compile with mpecc i get this message:And then the MPE:Hello,I'm having some trouble trying to generate log files with MPE.
I've installed MPICH with the following command:
./configure --prefix=/usr/local/mpich 2>&1 | tee c.txt
./configure --with-mpich=--prefix=/usr/local/mpich \
--with-mpichdev=/usr/local/mpich/lib \
--prefix=/usr/local/mpich \
--with-mpicc=/usr/local/mpich/bin/mpicc \
--disable-f77
$mpecc -mpilog -o monte_carlo_pi_2.o monte_carlo_pi_2.c
/usr/bin/ld: library not found for -llmpe
collect2: error: ld returned 1 exit statusThe equivalent expression gives the same error:
$ mpicc -o monte_carlo_pi_2.o monte_carlo_pi_2.c -L/usr/local/mpich/lib -llmpe -lmpeCan someone help me?Thank You,Mikhael ChrumUTFPR - Toledo, Brasil
_______________________________________________
discuss mailing list discuss@mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss