Hi,
I am trying without success to install mpich3.3.1 on virtual machine with AMD EPYC Processors and the AOCC2.0.0 compiler.
This is what I did and the error I get:
export PREFIX=/opt/modules/packages
export MPICH_HOME=$PREFIX/mpich/3.3.1-aocc2.0.0
export CC=clang
export CXX=clang++
export FC=flang
export F77=flang
mkdir -p $MPICH_HOME
tar xvf mpich-3.3.1.tar.gz
cd mpich-3.3.1
./configure --prefix=$MPICH_HOME
make
Failed:
clang-8: error: unsupported option '--whole-archive'
clang-8: error: unsupported option '--no-whole-archive'
clang-8: error: unknown argument: '-soname'
clang-8: error: no such file or directory: 'libmpi.so.12'
make[2]: *** [lib/libmpi.la] Error 1
make[2]: Leaving directory `/opt/modules/src/mpich-3.3.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/modules/src/mpich-3.3.1'
make: *** [all] Error 2
Any idea how to sort this out?
Regards,
J