On Sat, Jun 05, 2010 at 08:19:13PM -0400, kunal rao wrote:
> Hello:
> 
> I am trying to compile and build hdf5 1.6 with parallel I/O on my laptop
> running Ubuntu 9.10 on a virtual machine.
> 
> I have configured id with the following command:
> 
> $CC=gcc F9X=/usr/bin/gfortran CPPFLAGS=-I/usr/include/mpi/
> FFLAGS=-I/usr/include/mpich2/ ./configure
> --prefix=/home/kunalgrao/Desktop/hdf5_parallel --enable-parallel
> --enable-fortran |tee configure_parallel.log

Perhaps this is a transcription error, but I think you have your
a typo or two in your environment variables:

% CC=mpicc FC=mpif90 ./configure --enable-fortran

( the --enable-parallel is ok to keep but it is enabled when HDF5 sees
you're building with an MPI compiler)

==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

Reply via email to