Re: [deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-23 Thread Denis Davydov
On Tuesday, October 23, 2018 at 6:39:46 PM UTC+2, Denis Davydov wrote: > > Unfortunately I can reproduce you error in a clean environment on my Ubuntu > machine. But I am glad that you solved the issue. I meant “can NOT reproduce”, sorry for the typo. Regards, Denis . -- The deal.II project

Re: [deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-23 Thread Denis Davydov
Hi Alberto, Unfortunately I can reproduce you error in a clean environment on my Ubuntu machine. But I am glad that you solved the issue. Regards, Denis > 23 окт. 2018 г., в 18:06, Alberto Salvadori > написал(а): > > Hi Denis, > thanks! Here is my history file. > >90 cd Pubblici/ >

Re: [deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-23 Thread Alberto Salvadori
Hi Denis, thanks! Here is my history file. 90 cd Pubblici/ 91 mkdir spack 94 cd spack/ 95 git clone https://github.com/spack/spack.git . 96 git checkout develop 97 git reset --hard e38f39e4eafeaa6daed580cece935141e5d8f04b 98 spack install dealii 99 cd .. 100 nano

Re: [deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-23 Thread Denis Davydov
Alberto, Did you reset Spack to the current recommended version, namely e38f39e4eafeaa6daed580cece935141e5d8f04b (I edited the wiki 7 days ago)? I double checked that 9.0.1 has no issues with concretization there with empty packages.yaml settings. My guess would be that (i) either you used ol

Re: [deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-22 Thread Denis Davydov
Yes, JP is correct that it has to do with incompatible requirements on suitesparse from Trilinos and latest release of PETSc. To overcome this I recently disabled suitesparse by default in Trilinos, but it could be that the commit hash we recommend currently on wiki does not have this. I will c

Re: [deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-22 Thread Alberto Salvadori
J-P and Praveen, Thanks for your help. Spack installation for deal.ii worked out well. Petsc 3.10 or later is required, I used 3.10. Alberto Alberto Salvadori Associate Professor DIMI, University of Brescia, Italy > On 22 Oct 2018, at 09:28, Jean-Paul Pelteret wrote: > >> Shall I edit “

Re: [deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-22 Thread Jean-Paul Pelteret
> Shall I edit “.spack/linux/packages.yaml” file ? Yes, since you’re already using this file to constrain other packages I would suggest adding petsc: version: [3.9.4] suite-sparse: version: [5.1.0] to that list. You should check to see if the version of PETSc can be safely increme

Re: [deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-21 Thread Alberto Salvadori
Thank you J-P. Can you please remind me how to do what you suggest? Shall I edit “.spack/linux/packages.yaml” file ? *Alberto Salvadori* Dipartimento di Ingegneria Civile, Architettura, Territorio, Ambiente e di Matematica (DICATAM) Universita` di Brescia, via Branze 43, 25123 Brescia Italy t

Re: [deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-21 Thread Jean-Paul Pelteret
Hi Alberto, As best I recall, their is a problem with a hidden clash in the dependencies between the latest PETSc and Trilinos versions. (I thought that there was an issue/PR on github/spack, but I couldn’t find it right now.) The former wants a new version of SuiteSparse while the latter does

Re: [deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-21 Thread Alberto Salvadori
Thank you, Praveen. While installing deal.ii all detailed instructions on the spack wiki page have been followed. I cloned spack from git (I thus assume it is the latest version) and made no modifications (yet :-) ) to the “.spack/linux/packages.yaml” file. By the way, I did install deal.ii on op

Re: [deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-21 Thread Praveen C
When I check spec on my opensuse machine, dealii@9.0.1 wants to use suite-sparse@5.3.0 Have you perhaps already set some versions in your “.spack/linux/packages.yaml” file ? What does your file look like ? Also, you may want to update your spack to see it that fixes it. Thanks praveen > On 2

[deal.II] Error in installing deal.ii with spack on CentOs7

2018-10-21 Thread Alberto Salvadori
Dear community I am installing deal.ii (latest release) on a CentOS7 equipped machine. After typing spack install --test=root dealii I see this error: ==> Error: An unsatisfiable version constraint has been detected for spec: suite-sparse@5.3.0%gcc@4.8.5~cuda~openmp+pic~tbb arch=linux-cen