From aa3feffb13ecd76742b10687a490c1bfb0e4e049 Mon Sep 17 00:00:00 2001 From: yyyaaa111 <2393110978@qq.com> Date: Thu, 18 Dec 2025 02:28:01 +0000 Subject: [PATCH] =?UTF-8?q?update=20templates/wrf/4.6.0/data.wrf.arm.cpu.s?= =?UTF-8?q?ve.config.=20=E4=BD=BF=E8=83=BDsve=E5=8F=82=E6=95=B0=20update?= =?UTF-8?q?=20templates/wrf/4.6.0/data.wrf.arm.cpu.sve.config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yyyaaa111 <2393110978@qq.com> --- templates/wrf/4.6.0/data.wrf.arm.cpu.sve.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/wrf/4.6.0/data.wrf.arm.cpu.sve.config b/templates/wrf/4.6.0/data.wrf.arm.cpu.sve.config index b6152b6d..92ccd4d3 100644 --- a/templates/wrf/4.6.0/data.wrf.arm.cpu.sve.config +++ b/templates/wrf/4.6.0/data.wrf.arm.cpu.sve.config @@ -60,7 +60,7 @@ export CC=mpicc CXX=mpicxx FC=mpif90 F77=mpif90 F90=mpif90 export WRF_DIR=${JARVIS_ROOT}/WRFV4.6.0 export MPI_LIB="-L${JARVIS_ROOT}/software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/hmpi/bisheng/release/xucg/lib -lmpi -lomp" export INCLUDE=${WRF_DIR}/include:$INCLUDE -export KML_LIB=${JARVIS_ROOT}/software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/kml/bisheng/lib +export KML_LIB=${JARVIS_ROOT}/software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/kml/bisheng/lib/noarch export CASE_DIR=${WRF_DIR}/case/conus12km export PATH=${JARVIS_ROOT}/WRFV4.6.0/main:${JARVIS_ROOT}/WRFV4.6.0/external/io_netcdf:$PATH @@ -78,8 +78,8 @@ sed -i "2181c\SFC = flang" arch/configure.defaults sed -i "2182c\SCC = clang -fGNU-compatibility" arch/configure.defaults sed -i "2183c\CCOMP = clang" arch/configure.defaults sed -i "2192c\CFLAGS_LOCAL = -w -O3 -c -fGNU-compatibility" arch/configure.defaults -#sed -i "2194c\FCOPTIM = -Ofast -mcpu=native -funroll-loops -mtune=native -mcpu=linxicore9100 -mllvm -force-customized-pipeline=true" arch/configure.defaults -#sed -i "2193c\LDFLAGS_LOCAL = -fopenmp -L${JARVIS_ROOT}/software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/kml/bisheng/lib -lkm" arch/configure.defaults +sed -i "2194c\FCOPTIM = -Ofast -mcpu=native -funroll-loops -mtune=native -mcpu=hip09 -mllvm -force-customized-pipeline=true" arch/configure.defaults +sed -i "2193c\LDFLAGS_LOCAL = -fopenmp -L${JARVIS_ROOT}/software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/kml/bisheng/lib/noarch -lkm" arch/configure.defaults echo -e "12\n1" | ./configure ./compile -j 16 em_real 2>&1 | tee -a compile.log -- Gitee