You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ scalapack-2.2.0
I am on ARM64 now the first problem is that using mpich configure step passes but make step fails at 68%. My command cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX/local -DCMAKE_Fortran_COMPILER=gfortran-11 -DCMAKE_Fortran_FLAGS="-fallow-argument-mismatch" -DCMAKE_C_COMPILER=clang
Weird this git clone didn't throw any errors using same compile command as above. Previously I used wget https://netlib.org/scalapack/#_scalapack_version_2_2_0
@ scalapack-2.2.0
I am on ARM64 now the first problem is that using
mpich
configure step passes but make step fails at 68%. My commandcmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX/local -DCMAKE_Fortran_COMPILER=gfortran-11 -DCMAKE_Fortran_FLAGS="-fallow-argument-mismatch" -DCMAKE_C_COMPILER=clang
uk_config.log.txt
uk_make.log.txt
Additionally cmake fails to identify
openmpi
(after uninstallingmpich
). I have tried this stuff but to no avail! Is it incompatible withopenmpi
?The text was updated successfully, but these errors were encountered: