[deal.II] Re: Configuring deal.ii error - can't pinpoint what the issue is

2017-03-06 Thread Phil H
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=O

[deal.II] Re: Configuring deal.ii error - can't pinpoint what the issue is

2017-03-03 Thread Phil H
Hi Uwe, I obtained an aspect executable, but it failed the tests. I'm going to see where the issue lies and will get back to you. 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 rece

[deal.II] Re: Configuring deal.ii error - can't pinpoint what the issue is

2017-03-03 Thread 'Uwe Köcher' via deal . II User Group
The list of system depencies shown up by candi assumes, that you do not have other compilers installed. (usually we test this on freshly installed (virtual) machines). As far as I know, the default compiler suite (gcc, gfortran) is recent enough for everything we need. But what we really need, i

[deal.II] Re: Configuring deal.ii error - can't pinpoint what the issue is

2017-03-03 Thread Phil H
Hi all, Looks promising now - the version of gcc did not have a gfortran lib installed. During the manual build I had to get a higher version of gcc available from apt-get on ubuntu 14.04. This then caused a number of problems further down the line. Candi looks like an excellent package. Tha

[deal.II] Re: Configuring deal.ii error - can't pinpoint what the issue is

2017-03-03 Thread Phil H
Ah, this seems to be the issue - /usr/bin/mpicc -DLAPACK_SYMBOL_CHECK -pthread CMakeFiles/cmTC_96781.dir/src.c.o -o cmTC_96781 -rdynamic /usr/lib/liblapack.so /usr/lib/libblas.so -lmpi_f90 -lmpi_f77 -lmpi -ldl -lhwloc -lgfortran -lquadmath -lm -lpthread -lc /usr/bin/ld: cannot find -lgfortra

[deal.II] Re: Configuring deal.ii error - can't pinpoint what the issue is

2017-03-03 Thread Phil H
Hi Uwe, Thanks for the suggestion of Candi. At the moment, there is still an issue which I think was causing the problems I had with the manual build. During .candi.sh: -- Performing Test LAPACK_SYMBOL_CHECK - Failed -- Could not find a sufficient BLAS/LAPACK installation: BLAS/LAPACK symbol

[deal.II] Re: Configuring deal.ii error - can't pinpoint what the issue is

2017-03-01 Thread 'Uwe Köcher' via deal . II User Group
Dear Phil, to compile and use aspect, you need more dependencies (like Trilinos, p4est, MPI) for the deal.II library. To simplify your life, you can use the automated build script as announced on https://www.dealii.org/download.html or the direct link: https://github.com/dealii/candi It will h