Hi All,
I am having a frustrating issue when installing ASPECT on a cluster, and the problem seems to have something to do with the compilation of deal.ii. The OS is Red Hat 9, but the development environment is CRAY Programming Environment, so the compiler commands should be different.

I added these codes to the configuration file of candi (local.cfg):
DEAL_II_CONFOPTS=“\
-DDEAL_II_WITH_COMPLEX_VALUES=OFF\
-DDEAL_II_WITH_MPI=ON \
-DMPI_CXX_COMPILER=CC\
-DMPI_C_COMPILER=cc\
-DMPI_Fortran_COMPILER=ftn”
And some settings on the global shell:
module switchPrgEnv-intel/8.6.0 PrgEnv-gnu/8.6.0
export CRAYPE_LINK_TYPE=dynamic
export CC=cc
export CXX=CC
export FC=ftn
export FF=ftn
But still the configuration of deal.ii failed…The program keeps looking for libmpichcxx, which is not in the system at all. I got stuck here for quite a while and cannot figure out why. Could anyone tell me what to do with it?
Thanks in advance!
Regards,
Hang