2017-06-01 10:40 GMT-04:00 Tuanny Cajuhi <trmcaj...@gmail.com>:
> I am on a cray (loaded module cray-mpich/7.5.1) and I don't know how to
> explicitly call one thing or the other
Oh that explains a lot. Not sure that candi is going to work then.
Cray don't work like other clusters :-/ One big difference is that
they don't have things like mpicxx. Instead, you need to use their own
wrappers. So the problem is that you will need to tell every package
using mpi to look for CC instead of mpicxx (same thing with fortran,
etc). So you have three choices:
1) ask your admin to install deal for you
2) use spack that has support for cray but I don't think anyone has
ever tried to use spack to install deal on a cray.
3) install every package by hand. Which other package do you need? Can
you load a module for everything left but p4est?

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to