From 027c4a6b758a1c91df2e8ea559cda0fa30bcd266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E6=96=87=E5=B0=A7?= <18848977154@163.com> Date: Fri, 19 Dec 2025 14:52:08 +0800 Subject: [PATCH 1/2] canu --- templates/canu/1.8/canu.arm.bisheng.hmpi.config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/canu/1.8/canu.arm.bisheng.hmpi.config b/templates/canu/1.8/canu.arm.bisheng.hmpi.config index 31b772a2..d65e538a 100644 --- a/templates/canu/1.8/canu.arm.bisheng.hmpi.config +++ b/templates/canu/1.8/canu.arm.bisheng.hmpi.config @@ -5,15 +5,18 @@ canu/1.8 ${JARVIS_PROXY}/marbl/canu/archive/refs/tags/v1.8.tar.gz canu-1.8.tar.gz [DEPENDENCY] +install -y libatomic module purge ./jarvis -install hpckit/${HPCKIT_VERSION} any module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles module load bisheng/compiler${BISHENG_VERSION}/bishengmodule module load bisheng/hmpi${HMPI_VERSION} ./jarvis -install boost/1.72.0/clang bisheng+mpi +module use ./software/moduledeps/bisheng4.2.0.2-hmpi25.1.0 module load boost-clang/1.72.0 - +rm -rf ${JARVIS_TMP_DOWNLOAD}/canu-1.8 tar -zxvf ${JARVIS_DOWNLOAD}/canu-1.8.tar.gz -C ${JARVIS_TMP_DOWNLOAD} +rm -rf ${JARVIS_ROOT}/software/apps/canu mkdir -p ${JARVIS_ROOT}/software/apps/canu [ENV] @@ -21,6 +24,7 @@ module purge module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles module load bisheng/compiler${BISHENG_VERSION}/bishengmodule module load bisheng/hmpi${HMPI_VERSION} +module use ./software/moduledeps/bisheng4.2.0.2-hmpi25.1.0 module load boost-clang/1.72.0 [APP] -- Gitee From d7becd44e9f55544a54c0c624b876480b2603625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E6=96=87=E5=B0=A7?= <18848977154@163.com> Date: Fri, 19 Dec 2025 15:28:32 +0800 Subject: [PATCH 2/2] canu --- templates/canu/1.8/canu.arm.bisheng.hmpi.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/canu/1.8/canu.arm.bisheng.hmpi.config b/templates/canu/1.8/canu.arm.bisheng.hmpi.config index d65e538a..9af0c9e6 100644 --- a/templates/canu/1.8/canu.arm.bisheng.hmpi.config +++ b/templates/canu/1.8/canu.arm.bisheng.hmpi.config @@ -5,7 +5,7 @@ canu/1.8 ${JARVIS_PROXY}/marbl/canu/archive/refs/tags/v1.8.tar.gz canu-1.8.tar.gz [DEPENDENCY] -install -y libatomic +yum install -y libatomic module purge ./jarvis -install hpckit/${HPCKIT_VERSION} any module use ./software/utils/hpckit/${HPCKIT_VERSION}/HPCKit/${HPCKIT_VERSION}/modulefiles -- Gitee