From d03c63b4fc32d0e38c9c789c2653fdc94bb9b762 Mon Sep 17 00:00:00 2001 From: yyyaaaa111 <2393110978@qq.com> Date: Mon, 29 Sep 2025 07:55:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20package/darshan/2.3.0/install.sh.=20?= =?UTF-8?q?=E8=AF=A5=E7=89=88=E6=9C=AC=E6=B2=A1=E6=9C=89./prepare.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yyyaaaa111 <2393110978@qq.com> --- package/darshan/2.3.0/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/darshan/2.3.0/install.sh b/package/darshan/2.3.0/install.sh index 2f9f2e57..fc1a3cef 100644 --- a/package/darshan/2.3.0/install.sh +++ b/package/darshan/2.3.0/install.sh @@ -10,7 +10,7 @@ version='2.3.0' cd ${JARVIS_TMP} tar xvf ${JARVIS_DOWNLOAD}/darshan-${version}.tar.gz cd darshan-${version} -./prepare.sh +#./prepare.sh # install darshan runtime to collect IO info. cd darshan-runtime mkdir -p $1/runtime -- Gitee