<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hi,</div>

<div> </div>

<div>I am trying without success to install mpich3.3.1 on virtual machine with AMD EPYC Processors and the AOCC2.0.0 compiler.</div>

<div> </div>

<div>This is what I did and the error I get:</div>

<div> </div>

<div>
<div>export PREFIX=/opt/modules/packages <br/>
export MPICH_HOME=$PREFIX/mpich/3.3.1-aocc2.0.0</div>

<div> </div>

<div>export CC=clang<br/>
export CXX=clang++<br/>
export FC=flang<br/>
export F77=flang</div>
</div>

<div><br/>
mkdir -p $MPICH_HOME<br/>
tar xvf mpich-3.3.1.tar.gz<br/>
cd mpich-3.3.1<br/>
 </div>

<div>./configure --prefix=$MPICH_HOME</div>

<div><br/>
make</div>

<div> </div>

<div>Failed:<br/>
clang-8: error: unsupported option '--whole-archive'<br/>
clang-8: error: unsupported option '--no-whole-archive'<br/>
clang-8: error: unknown argument: '-soname'<br/>
clang-8: error: no such file or directory: 'libmpi.so.12'<br/>
make[2]: *** [lib/libmpi.la] Error 1<br/>
make[2]: Leaving directory `/opt/modules/src/mpich-3.3.1'<br/>
make[1]: *** [all-recursive] Error 1<br/>
make[1]: Leaving directory `/opt/modules/src/mpich-3.3.1'<br/>
make: *** [all] Error 2</div>

<div> </div>

<div>Any idea how to sort this out?</div>

<div> </div>

<div>Regards,</div>

<div> </div>

<div>J</div>
</div></div></body></html>