../SAMRAI-2.4.4/configure \
--prefix=$HOME/sfw/samrai/2.4.4/sierra-g++-debug \
--with-CC=gcc \
--with-CXX=g++ \
--with-F77=gfortran \
--with-MPICC=$HOME/sfw/sierra/openmpi/2.1.1/bin/mpicc \
--with-hdf5=$HOME/sfw/sierra/hdf5/1.8.16 \
--without-hypre \
--without-silo \
--without-blaslapack \
--without-cubes \
--without-eleven \
--without-kinsol \
--without-petsc \
--without-sundials \
--without-x \
--with-doxygen \
--with-dot \
--enable-debug \
--disable-opt \
--enable-implicit-template-instantiation \
--disable-deprecatedAnd here are the errors generated after make:
8 errors generated.
make[5]: *** [stl-FundamentalTypes.o] Error 1
make[4]: *** [libXd] Error 1
make[3]: *** [libXd] Error 1
make[2]: *** [libXd] Error 1
make[1]: *** [compile] Error 1
make: *** [library] Error 1
./source/toolbox/templates/special/stl-FundamentalTypes.C
#if 0
#include <vector>
///// SOME CODE //////
template class std::vector<double>;
template void std::vector<double>::insert<double*>(std::vector<double>::iterator, double *, double *);
template void std::vector<double>::insert<const double *>(std::vector<double>::iterator, const double *, const double *);
#endif
--
You received this message because you are subscribed to the Google Groups "IBAMR Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ibamr-users+unsubscribe@googlegroups.com.
To post to this group, send email to ibamr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to ibamr-users...@googlegroups.com.
To post to this group, send email to ibamr-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
----Amneet
--
You received this message because you are subscribed to the Google Groups "IBAMR Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ibamr-users+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "IBAMR Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ibamr-users+unsubscribe@googlegroups.com.
To post to this group, send email to ibamr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to ibamr-users...@googlegroups.com.
To post to this group, send email to ibamr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
----Amneet