Alberto, 2017-04-04 16:04 GMT-04:00 Alberto Salvadori <[email protected]>: > If I understand well then, I have to add the mpich/3.2-gcc-6.2.0 compiler > to spack - I did this just now. > I checked that the file compilers.yaml includes the compiler and its > path.The same file still includes the compiler gcc-4.9.2 That's good but you also want to make sure that spack will not compile its own mpi. So you need to make sure that building mpich is set to false. > Shall I delete the corresponding section in the compilers.yaml file? No you don't need to > Can I just run spack install dealii instead? You need to run something like spack install@dealii ^mpich %[email protected] You need to make sure that spack will compile using mpich and that it won't install it.
Best, Bruno -- 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.
