On Wed, Sep 05, 2012 at 11:23:59AM -0600, ldfowler wrote: > Initially, I did: > CC=mpicc > FC=mpif90 > sudo ./configure --disable-production --enable-parallel --enable-fortran > --prefix=/usr/local/hdf5-1.8.9-gfortran.parallel > --with-zlib=/usr/local/zlib-1.2.7-gfortran >
hm. looks right except 'sudo' for configure seems odd. sudo might inherit CC and FC from the parent shell. I'd suggest configuring and building as a regular user. use sudo for "make install" ==rob -- Rob Latham Mathematics and Computer Science Division Argonne National Lab, IL USA _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
