<div>Hello,</div>
<div><br>I am atempting to install OFED-1.4-mlnx8 with PGI using the install.pl script.</div>
<div>Looking at the logs mpitests-3.1-891.src.rpm errors because, from what I can tell, the install.pl script is passing GCC flags and is causing the installer to break.</div>
<div>Any ideas for a way to fix this?</div>
<div> </div>
<div>Thanks</div>
<div> </div>
<div>Skylar</div>
<div> </div>
<div>Here's an excert from the log.</div>
<div> </div>
<div>cd /var/tmp/OFED_topdir/BUILD/mpitests-3.1/osu_benchmarks-3.0 && make MPIHOME=/opt/ofed/mpi/pgi/openmpi-1.2.8<br>make[1]: Entering directory `/var/tmp/OFED_topdir/BUILD/mpitests-3.1/osu_benchmarks-3.0'<br>
/opt/ofed/mpi/pgi/openmpi-1.2.8/bin/mpicc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/opt/ofed/include  -c -o osu_bcast.o osu_bcast.c<br>pgcc-Error-Unknown switch: -pipe<br>
pgcc-Error-Unknown switch: -Wall<br>pgcc-Error-Unknown switch: -Wp,-D_FORTIFY_SOURCE=2<br>pgcc-Error-Unknown switch: -fexceptions<br>pgcc-Error-Unknown switch: -fstack-protector<br>pgcc-Error-Unknown switch: --param=ssp-buffer-size=4<br>
pgcc-Error-Unknown switch: -m64<br>pgcc-Error-Unknown switch: -mtune=generic<br>make[1]: *** [osu_bcast.o] Error 1<br>make[1]: Leaving directory `/var/tmp/OFED_topdir/BUILD/mpitests-3.1/osu_benchmarks-3.0'<br>make: *** [osu] Error 2<br>
error: Bad exit status from /var/tmp/rpm-tmp.46299 (%install)<br></div>