scalapack icon indicating copy to clipboard operation
scalapack copied to clipboard

Compiling With mpich ERROR undefined reference to `MPI_Type_free'

Open defencedog opened this issue 3 years ago • 1 comments
trafficstars

@ 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

uk_config.log.txt uk_make.log.txt

Additionally cmake fails to identify openmpi (after uninstalling mpich). I have tried this stuff but to no avail! Is it incompatible with openmpi ?

defencedog avatar Nov 16 '22 15:11 defencedog

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

defencedog avatar Nov 16 '22 15:11 defencedog