<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
I have no idea which arch file you're pasting.. but if you have a look at AIX-PowerPC_POWER5.popt this is how it looks like in the repository:<div><br class="webkit-block-placeholder"></div><div>----------------------------------------------------------------------------------------------------------------------------</div><div><div>SCALAPACK= /usr/local++/SCALAPACK/pwr5/</div><div>LAPACK   = /afs/caspur.it/user/s/simonem/LAPACK</div><div>FFTW3    = /usr/local++/FFTW/fftw-3.1.2/lib</div><div>AIX_INC  = /usr/local++/FFTW/fftw-3.1.2/include</div><div>CC       = cc</div><div>CPP      = /usr/ccs/lib/cpp</div><div>FC       = mpxlf95_r -qsuffix=f=f90</div><div>LD       = mpxlf95_r</div><div>AR       = ar -r -X64</div><div>DFLAGS   = -D__AIX -D__ESSL -D__FFTSG -D__FFTESSL -D__FFTW3 \</div><div>           -D__parallel -D__BLACS -D__SCALAPACK</div><div>CPPFLAGS = -C $(DFLAGS) -P -I$(AIX_INC)</div><div>FCFLAGS  = -O2 -q64 -qarch=pwr5 -qcache=auto -qmaxmem=-1 -qtune=pwr5 </div><div>FCFLAGS2 = -O0 -q64 -qarch=pwr5 -qcache=auto -qmaxmem=-1 -qtune=pwr5 </div><div>LDFLAGS  = $(FCFLAGS) -L$(LAPACK) -L$(SCALAPACK) -L$(FFTW3) \</div><div>           -bnoquiet -bmaxdata:0x800000000  -bmaxstack:0x80000000</div><div>LIBS     = -lscalapack -lblacssmp -llapack_pwr5 -lpesslsmp -lesslsmp -lfftw3 -lmass -lhm </div><div><br class="webkit-block-placeholder"></div><div>OBJECTS_ARCHITECTURE = machine_aix.o</div><div><br class="webkit-block-placeholder"></div><div>pint_types.o: pint_types.F</div><div>        $(FC) -c $(FCFLAGS2) $<</div><div><div>----------------------------------------------------------------------------------------------------------------------------</div><div></div></div><div><br></div><div>So either you have a prehistoric cvs tree or you modified it by hand.</div><div>So the standard arch file in the repository for POWER5/AIX works perfectly for XLF V10.1 series.</div><div><br class="webkit-block-placeholder"></div><div>Teo</div><div><br><div><div>On 7 Apr 2008, at 17:39, CompilationAIX wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Very strange you're right, in fact FCFLAGS is defined like that in the</font></p> <p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">archive (not modified by me).</font></p> </blockquote></div><br></div></div></body></html>