Hi,<br><br>I posted to the list earlier (my first post), but I don't know if got through to the list.<br><br>Did any of you see me post with the subject: "mpirun script and the SYNCLOC option"<br><br>Thanks<br>
Brian Janus<br><br><div class="gmail_quote">On Sun, Apr 6, 2008 at 2:36 PM, Pavan Balaji <<a href="mailto:balaji@mcs.anl.gov">balaji@mcs.anl.gov</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
You can force MPICH2 to use g95 by setting environment variables at configure time:<br>
<br>
$ F77=/path/to/g95 F90=/path/to/g95 ./configure --prefix=/some/place/mpich2-install<br>
<br>
$ make && make install<br>
<br>
-- Pavan<br>
<br>
On 04/06/2008 02:08 PM, PattiMichelle wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello Everyone :-)<br>
I have installed g95 on my SuSE 10.2 x86_64 dual core system and want to use MPICH2 to compile a certain parallel-enabled fortran code. I looked at the MPICH2 configure script file(s) and noticed entries for g95, so as long as I build the code from source (rather than installing from an .rpm file), then it should detect g95, correct? I'm not sure *how* it actually detects it because g95 can be installed pretty much anywhere according to the g95 docs. I have set (in bashrc):<br>
<br>
alias f77=g95<br>
alias f90=g95<br>
<br>
...and it seems to work...<br>
<br>
patti@PattiDesktop:~> f77<br>
g95: no input files<br>
patti@PattiDesktop:~> f90<br>
g95: no input files<br>
patti@PattiDesktop:~><br>
<br>
...and have removed gfortran so the only fortran on my system *should* be g95... I would appreciate a comment or three as to whether or not I need to set anything else before running configure / make / make install on the MPICH2 source.<br>
<br>
THANK YOU!!<br>
PattiMichelle Sheaffer<br>
<br>
<br>
</blockquote>
<br>
-- <br>
Pavan Balaji<br>
<a href="http://www.mcs.anl.gov/%7Ebalaji" target="_blank">http://www.mcs.anl.gov/~balaji</a><br>
<br>
</blockquote></div><br>