<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div><div><div><div>Hello,<br><br></div>I'm having some trouble trying to generate log files with MPE.<br><br>I've installed MPICH with the following command:<br>./configure --prefix=/usr/local/mpich 2>&1 | tee c.txt<br><br></div>And then the MPE:<br>./configure --with-mpich=--prefix=/usr/local/mpich \<br>--with-mpichdev=/usr/local/mpich/lib \<br>--prefix=/usr/local/mpich \<br>--with-mpicc=/usr/local/mpich/bin/mpicc \<br>--disable-f77<br><br></div>MPICH goes fine, but when i try to compile with mpecc i get this message:<br><br>$mpecc -mpilog -o monte_carlo_pi_2.o monte_carlo_pi_2.c<br>/usr/bin/ld: library not found for -llmpe<br>collect2: error: ld returned 1 exit status<br><br></div><div>The equivalent expression gives the same error:<br>$ mpicc -o monte_carlo_pi_2.o monte_carlo_pi_2.c -L/usr/local/mpich/lib -llmpe -lmpe<br><br></div><div>Can someone help me?<br><br></div><div>Thank You,<br></div><div>Mikhael Chrum<br></div><div>UTFPR - Toledo, Brasil<br></div><br><div><br></div></div>