f55d5f
Subject: xlf.command.not.found
f55d5f
From: Michel Normand <normand@fr.ibm.com>
f55d5f
f55d5f
try to bypass error while building ppc64le
f55d5f
"make[2]: xlf: Command not found"
f55d5f
f55d5f
Signed-off-by: Michel Normand <normand@fr.ibm.com>
f55d5f
---
f55d5f
 ATLAS/CONFIG/src/atlcomp.txt |    4 ++--
f55d5f
 1 file changed, 2 insertions(+), 2 deletions(-)
f55d5f
f55d5f
Index: atlas/ATLAS/CONFIG/src/atlcomp.txt
f55d5f
===================================================================
f55d5f
--- atlas.orig/ATLAS/CONFIG/src/atlcomp.txt
f55d5f
+++ atlas/ATLAS/CONFIG/src/atlcomp.txt
f55d5f
@@ -199,7 +199,7 @@ MACH=POWER6 OS=ALL LVL=1010 COMPS=f77
f55d5f
 MACH=POWER5 OS=ALL LVL=1010 COMPS=f77
f55d5f
    'gfortran' '-mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt'
f55d5f
 MACH=POWER7 OS=ALL LVL=1010 COMPS=f77
f55d5f
-   'xlf' '-qtune=pwr7 -qarch=pwr7 -O3 -qmaxmem=-1 -qfloat=hsflt'
f55d5f
+   'gfortran' '-O2 -m64 -mvrsave -funroll-all-loops'
f55d5f
 MACH=POWER5 OS=ALL LVL=1010 COMPS=f77
f55d5f
    'xlf' '-qtune=pwr5 -qarch=pwr5 -O3 -qmaxmem=-1 -qfloat=hsflt'
f55d5f
 MACH=POWER4 OS=ALL LVL=1010 COMPS=icc,dmc,smc,dkc,skc,xcc,gcc