Skip to content

Commit

Permalink
update check script for respack
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Aug 23, 2024
1 parent 8f0f42f commit 1915594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/respack/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1915594

Please sign in to comment.