Hi all,
I've finally managed to install ASPECT. Candi required a number of
modifications. I'll post here what was needed for future reference:
vi candi.cfg was edited to look like below:
#Choose configuration and components of deal.II
DEAL_CONFOPTS=" \
-D DEAL_II_COMPONENT_PARAMETER_GUI=OFF \
-D CMAKE_BUILD_TYPE=DebugRelease \
-D DEAL_II_WITH_MPI:BOOL=ON \
-D DEAL_II_WITH_THREADS:BOOL=ON \
-D DEAL_II_FORCE_BUNDLED_THREADS:BOOL=OFF \
-D DEAL_II_COMPONENT_DOCUMENTATION:BOOL=OFF \
-D DEAL_II_WITH_SLEPC:BOOL=OFF \
-D DEAL_II_WITH_PETSC:BOOL=OFF \
-D DEAL_II_WITH_LAPACK:BOOL=ON \
-D DEAL_II_WITH_UMFPACK:BOOL=ON \
-D DEAL_II_FORCE_BUNDLED_UMFPACK:BOOL=OFF \
-D DEAL_II_WITH_BOOST:BOOL=ON \
-D DEAL_II_FORCE_BUNDLED_BOOST:BOOL=OFF \
-D DEAL_II_WITH_ZLIB:BOOL=ON \
-D DEAL_II_WITH_FUNCTIONPARSER:BOOL=ON \
-D DEAL_II_COMPONENT_MESH_CONVERTER:BOOL=ON"
PACKAGES="load:dealii-prepare"
#PACKAGES="${PACKAGES} once:opencascade"
#PACKAGES="${PACKAGES} once:parmetis"
#PACKAGES="${PACKAGES} once:superlu_dist"
PACKAGES="${PACKAGES} once:hdf5"
PACKAGES="${PACKAGES} once:p4est"
PACKAGES="${PACKAGES} once:trilinos"
#PACKAGES="${PACKAGES} once:petsc"
#PACKAGES="${PACKAGES} once:slepc"
PACKAGES="${PACKAGES} dealii"
then,
cd deal.II-toolchain/
cd packages
vi dealii.package
CONFOPTS=" \
${DEAL_CONFOPTS} \
-D CMAKE_BUILD_TYPE=DebugRelease \
-D DEAL_II_WITH_MPI:BOOL=ON \
-D DEAL_II_WITH_THREADS:BOOL=ON \
-D DEAL_II_FORCE_BUNDLED_THREADS:BOOL=OFF \
-D DEAL_II_COMPONENT_DOCUMENTATION:BOOL=OFF \
-D DEAL_II_WITH_SLEPC:BOOL=OFF \
-D DEAL_II_WITH_PETSC:BOOL=OFF \
-D DEAL_II_WITH_LAPACK:BOOL=ON \
-D DEAL_II_WITH_UMFPACK:BOOL=ON \
-D DEAL_II_FORCE_BUNDLED_UMFPACK:BOOL=OFF \
-D DEAL_II_WITH_BOOST:BOOL=ON \
-D DEAL_II_FORCE_BUNDLED_BOOST:BOOL=OFF \
-D DEAL_II_WITH_ZLIB:BOOL=ON \
-D DEAL_II_WITH_FUNCTIONPARSER:BOOL=ON \
-D DEAL_II_COMPONENT_MESH_CONVERTER:BOOL=ON"
Changing ONLY the dealii.package does not turn PETSC off.
For aspect -
cmake -DDEAL_II_DIR=/.../deal.ii-candi/deal.II-v8.4.2
-DASPECT_USE_FP_EXCEPTIONS=OFF ..
The FP EXCEPTIONS was required for the aspect exectuable to pass any tests.
I was working on Ubuntu 14.04
On Tuesday, February 28, 2017 at 11:36:53 AM UTC-5, Phil H wrote:
>
> Hello there,
>
> I'm a new user trying to ultimately install ASPECT, currently setting up
> deal.ii.
>
> I've managed to almost get deal.ii to configure, but errors have occurred.
> I've tried to figure out what errors are occurring, but can't seem to
> pinpoint the issue. Could anyone point me in the right direction?
>
> I'm using UBUNTU 14, and hopefully have met the requirements for CMAKE
> and GFORTRAN in order to get deal.ii to work. I've attached the detailed
> log and CMake logs.
>
> Thanks in advance, and sorry if this is a relatively simple fix.
>
> Best,
>
> Phil
>
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.