From 5b129d25acb99a712c11899a1f836424fb9dac5d Mon Sep 17 00:00:00 2001 From: chenshaoheng Date: Tue, 23 Apr 2024 02:16:42 +0000 Subject: [PATCH] update templates/qe/7.3/data.qe.arm-sve.cpu.config. Signed-off-by: chenshaoheng --- templates/qe/7.3/data.qe.arm-sve.cpu.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/qe/7.3/data.qe.arm-sve.cpu.config b/templates/qe/7.3/data.qe.arm-sve.cpu.config index d810a68..b2b0936 100644 --- a/templates/qe/7.3/data.qe.arm-sve.cpu.config +++ b/templates/qe/7.3/data.qe.arm-sve.cpu.config @@ -46,7 +46,7 @@ cd ${JARVIS_TMP} tar -xf ${JARVIS_DOWNLOAD}/q-e-qe-7.3.tar cd q-e-qe-7.3 -./configure F90=flang F77=flang MPIF90=mpifort MPIF77=mpifort CC=mpicc FCFLAGS="-O3 -mcpu=linxicore9100 -mllvm -force-customized-pipeline=true" CFLAGS="-O3 -mcpu=linxicore9100 -mllvm -force-customized-pipeline=true" --with-scalapack=no --enable-openmp --prefix=$JARVIS_ROOT/q-e-qe-7.3-kml +./configure F90=flang F77=flang FC=flang MPIF90=mpifort MPIF77=mpifort CC=mpicc FCFLAGS="-O3 -mcpu=linxicore9100 -mllvm -force-customized-pipeline=true" CFLAGS="-O3 -mcpu=linxicore9100 -mllvm -force-customized-pipeline=true" --with-scalapack=no --enable-openmp --prefix=$JARVIS_ROOT/q-e-qe-7.3-kml sed -i 's/gfortran/flang/g' make.inc make -j pwall make install -- Gitee