<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Hi, <div><br></div><div>I have used the version of MPICH that comes with MPE. also, I found the lecture from rice university useful. The one that installs it by an script.</div><div><a href="http://www.caam.rice.edu/~timwar/Concertina/caam520menu.html">http://www.caam.rice.edu/~timwar/Concertina/caam520menu.html</a><br></div><div><br></div><div>Hope you find it useful.</div><div>Fatemeh</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 2, 2015 at 9:00 PM, Mikhael C <span dir="ltr"><<a href="mailto:mkchrum@gmail.com" target="_blank">mkchrum@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>
<br>_______________________________________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br></blockquote></div><br></div>