Hello,
You have to load module,
module load OpenMPI/3.1.3-GCC-8.2.0-2.31.1
and you run
spack compiler find
spack external find
However openblas can not ne installed with gcc8.2.0, so I have installed gcc8.3.0 with spack,
spack install gcc _AT_ 8.3.0
spack compiler find
and then you do standard installation
spack install --only dependencies mofem-cephas%gcc _AT_ 8.3.0
spack dev-build -j 4 --source-path $HOME/mofem_install/mofem-cephas \
--keep-prefix \
mofem-cephas _AT_ develop~copy_user_modules%gcc _AT_ 8.3.0
and then users modules as usual.
Karol, would be good to add section to documentation on Doxygen about installation on ARCHIE-WeSt. Sooner or later someone will have the same issue.
Regards,
L.
Error: No compilers with spec gcc _AT_ 8.3.0 found for operating system centos7 and target skylake_avx512.
>> 17 CMake Error at CMakeLists.txt:17 (if):
18 if given arguments:
19
20 "GNU" "STREQUAL" "GNU" "AND" "CMAKE_Fortran_COMPILER_VERSION" "VERSION_GREATER_EQUAL" "10"
Are we missing something or the script needs to be updated?