parallel-netcdf on a linux cluster

William Gropp gropp at mcs.anl.gov
Thu Sep 11 13:16:59 CDT 2003


At 11:25 AM 9/11/2003 -0700, John Tannahill wrote:
>I believe that is the case:
>
>To install pnetcdf, I did:
>   setenv MPICC mpiicc
>   setenv MPIF77 mpiifc

Ah.  This explains the problem.  The GNU autoconf code is using the value 
of F77.  Try doing

setenv F77 ifc
setenv CC icc

in addition and rebuilding.

Bill




More information about the parallel-netcdf mailing list