<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#99ffff" text="#000099">
<font face="Comic Sans MS">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.&nbsp; 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?&nbsp; I'm not sure
*how* it actually detects it because g95 can be installed pretty much
anywhere according to the g95 docs.&nbsp; I have set (in bashrc):<br>
<br>
alias f77=g95<br>
alias f90=g95<br>
<br>
...and it seems to work...<br>
<br>
</font><tt>patti@PattiDesktop:~&gt; f77<br>
g95: no input files<br>
patti@PattiDesktop:~&gt; f90<br>
g95: no input files<br>
patti@PattiDesktop:~&gt;<br>
</tt><font face="Comic Sans MS"><br>
...and have removed gfortran so the only fortran on my system *should*
be g95...&nbsp; 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>
</font>
</body>
</html>