<!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">
OIC.&nbsp; I never knew the double ampersand command!&nbsp; (only the single
ampersand)<br>
THANKS!!<br>
Patti&nbsp; :-)<br>
<br>
Pavan Balaji wrote:
<blockquote cite="mid47F958E7.1050200@mcs.anl.gov" type="cite">Patti,
  <br>
  <br>
  <blockquote type="cite">Thank you very much, Pavan!&nbsp; I'm not really a
command line user - I assume this will cause MPICH to compile with g95
and also to use g95 when compiling other programs to run under MPI.&nbsp;&nbsp;
I'm not sure of the </blockquote>
  <br>
Yes, it'll be used for MPICH2 and any programs you compile with mpif77
or mpif90.
  <br>
  <br>
  <blockquote type="cite">syntax of the "&amp;&amp;" command - is that
causing it to run make with the previous line as input?
    <br>
  </blockquote>
  <br>
"&amp;&amp;" ensures that the second command happens only after the
first command completes successfully. In this case "make &amp;&amp;
make install" ensures that "make install" will be executed only if
"make" is successful.
  <br>
  <br>
&nbsp;-- Pavan
  <br>
  <br>
</blockquote>
<br>
</body>
</html>