parallel-netcdf-1.1.1 released
Wei-keng Liao
wkliao at ece.northwestern.edu
Wed Jan 27 18:18:50 CST 2010
Hi, Don,
I just now built a 1.1.1 on an XT. Below are the steps
I used under tcsh. Please give it a try.
autoreconf
setenv CC cc
setenv CXX CC
setenv FC ftn
setenv F90 ftn
setenv MPICC cc
setenv MPICXX CC
setenv MPIF77 ftn
setenv MPIF90 ftn
setenv CFLAGS "-fast"
setenv FFLAGS "-fast"
configure --prefix=$HOME/PnetCDF --enable-fortran >& out.configure
Wei-keng
On Jan 27, 2010, at 6:13 PM, Don Morton wrote:
>
>
> On Wed, Jan 27, 2010 at 11:57 PM, Don Morton <Don.Morton at alaska.edu>
> wrote:
> Okie dokie, I don't know what the root cause is (yet), but it
> appears that the macros.make (generated by ./configure?) had set the
> F90 macro to blank, so I just went in and changed it to "ftn" and
> make install now works.
>
>
> Just for the heck of it, I tried setting an F90 environment variable
> before running ./configure, but the resulting macros.make still had
> a blank for the F90 macro... So, "maybe" this is getting to the
> root of the problem?
>
>
> --
> Arctic Region Supercomputing Center
> http://www.arsc.edu/~morton/
More information about the parallel-netcdf
mailing list