[mpich-discuss] Getting MPICH2 to find/use g95 fortran
    Pavan Balaji 
    balaji at mcs.anl.gov
       
    Sun Apr  6 18:12:39 CDT 2008
    
    
  
Patti,
> 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 
Yes, it'll be used for MPICH2 and any programs you compile with mpif77 
or mpif90.
> syntax of the "&&" command - is that causing it to run make with the 
> previous line as input?
"&&" 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.
  -- Pavan
-- 
Pavan Balaji
http://www.mcs.anl.gov/~balaji
    
    
More information about the mpich-discuss
mailing list