From 8f0f42f429847fcc91e7fed84bb6a19791c1bcf5 Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Fri, 23 Aug 2024 17:26:08 +0900 Subject: [PATCH 1/2] RESPACK 20240804 --- apps/respack/version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/respack/version.sh b/apps/respack/version.sh index 17b509e..8797187 100644 --- a/apps/respack/version.sh +++ b/apps/respack/version.sh @@ -1,5 +1,5 @@ -RESPACK_VERSION="20200113" -RESPACK_MA_REVISION="2" +RESPACK_VERSION="20240804" +RESPACK_MA_REVISION="1" __NAME__=respack __VERSION__=${RESPACK_VERSION} From 1915594a55f7bd4eed37c2c5ebbd53986d32b683 Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Fri, 23 Aug 2024 17:40:10 +0900 Subject: [PATCH 2/2] update check script for respack --- apps/respack/test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/respack/test/test.sh b/apps/respack/test/test.sh index 5dc1827..8f94a23 100644 --- a/apps/respack/test/test.sh +++ b/apps/respack/test/test.sh @@ -4,7 +4,7 @@ set_prefix export TESTDIR=$(cd $(dirname $0); pwd) check sh ${TESTDIR}/download_pp.sh -for exe in calc_wannier calc_chiqw calc_j3d calc_w3d calc_gw calc_tr wfn2respack qe2respack.py xtapp2respack.sh +for exe in calc_wannier calc_chiqw calc_j3d calc_w3d calc_w4 wfn2respack qe2respack.py xtapp2respack.sh do if [ ! -f ${PREFIX}/bin/${exe} ]; then echo "Error: ${PREFIX}/bin/${exe} does not exist"