[Trilinos-Users] trouble making trilinos with epetraext and hdf5

Davood Ansari david.ansari at gmail.com
Fri Jun 20 02:16:34 MDT 2008


*Hi all

I decided to go for the HDF5 functions in EpetraExt.
I successfully compiled and installed HDF5 .
Then I modified my last time's configure string for trilinos and went for a
new compile.
This is the string:
*
../configure \
--prefix=/opt/Trilinos/Parallel \
--datadir=/opt/Trilinos/Parallel/DATA \
--with-lapack="-I/opt/intel/mkl/10.0.011/include/  -lmkl_lapack" \
--with-blas="-I/opt/intel/mkl/10.0.011/include/ -lmkl -lguide -lpthread" \
--enable-export-makefiles \
--enable-anasazi \
--enable-belos --enable-belos-examples --enable-belos-tests
--enable-belos-ifpack --enable-belos-epetraext \
--enable-epetraext \
--enable-epetraext-hdf5 \
--enable-tests \
--enable-examples \
--enable-opt \
--enable-mpi \
--with-mpi-incdir=/opt/intel/mpi/3.0/include64/ \
--with-mpi-libdir=/opt/intel/mpi/3.0/lib64 \
--with-mpi-libs="-lmpi" \
--with-incdirs="-I/opt/hdf5/include" \
--with-ldflags="-L/opt/hdf5/lib/" \
--with-libs=-lhdf5 \
--with-gnumake CC=mpiicc CXX=mpiicpc F77=mpiifort CFLAGS="-O3 -xP -unroll
-align -Zp16 -funroll-all-loops -malign-double -DMPICH_IGNORE_CXX_SEEK"
CXXFLAGS="-O3 -xP -unroll -align -Zp16 -funroll-all-loops -malign-double
-DMPICH_IGNORE_CXX_SEEK" FFLAGS="-O3 -xP -unroll -align -Zp16
-funroll-all-loops -DMPICH_IGNORE_CXX_SEEK"

*The only difference with my last time's compilation is in
the*--enable-epetraext-hdf5 \
*  directive.
Unfortunately make lead to this error when compiling the EpetraExt package:
*
../../../../packages/epetraext/src/inout/EpetraExt_HDF5.h(327): error #165:
too few arguments in function call
        hid_t group_id = H5Gcreate(file_id_, GroupName.c_str(), 0);

*Don't really know what to do with it ???
Kindly Comment
*
Yours
Davood
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://software.sandia.gov/mailman/private/trilinos-users/attachments/20080620/118ddb1c/attachment.html 


More information about the Trilinos-Users mailing list