Robert Latham wrote: > These HDF5 tests: are you talking about 'testphdf5' ? You ran it > something the following, right? > > export HDF5_PARAPREFIX=pvfs2:/pvfs2-mountpoint > ./testphdf5 > > Just want to make sure so i can reprodcuce it. >
Yes, that's what I did. pvfs2 (1.4.0) ../configure --prefix=/home/lts/inst/nompi/pvfs2 mpich2 (1.0.3) $ ../mpich2-1.0.3/configure --prefix=/home/lts/inst/mpich2 --enable-error-checking=all --enable-romio --enable-mpe --enable-sharedlibs=gcc --with-mpe --with-file-system=ufs+nfs+pvfs2 CFLAGS=-I/home/lts/inst/nompi/pvfs2/include LIBS=-lpvfs2 -lpthread LDFLAGS=-L/home/lts/inst/nompi/pvfs2/lib -Wl,-rpath -Wl,/home/lts/inst/nompi/pvfs2/lib hdf5 (1.6.5) $ ../../configure --prefix=/home/lts/inst/mpich2/ --enable-parallel --disable-fortran --enable-shared --enable-static CC=mpicc CXX=mpicxx Then, in testpar; export HDF5_PARAPREFIX=... and make check. Greetings, Dries Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm _______________________________________________ Pvfs2-users mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
