From c239882e45e955853636c1dcf2ffb3cb03cd4d8a Mon Sep 17 00:00:00 2001 From: yyyaaaa111 <13377470+yyyaaaa111@user.noreply.gitee.com> Date: Sun, 28 Sep 2025 07:11:23 +0000 Subject: [PATCH] =?UTF-8?q?update=20package/darshan/2.3.0/install.sh.=20?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=BA=90=E7=A0=81=E4=B8=AD=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E8=BF=99=E4=B8=AA./prepare.sh=EF=BC=8C=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E5=90=8E=E5=8F=AF=E4=BB=A5=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yyyaaaa111 <13377470+yyyaaaa111@user.noreply.gitee.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 2f9f2e5..fc1a3ce 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