<!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. I never knew the double ampersand command! (only the single
ampersand)<br>
THANKS!!<br>
Patti :-)<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! 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.
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 "&&" command - is that
causing it to run make with the previous line as input?
<br>
</blockquote>
<br>
"&&" ensures that the second command happens only after the
first command completes successfully. In this case "make &&
make install" ensures that "make install" will be executed only if
"make" is successful.
<br>
<br>
-- Pavan
<br>
<br>
</blockquote>
<br>
</body>
</html>