Skip to content

Commit

Permalink
disable mpitest for threebody (because only this is S=1 while others …
Browse files Browse the repository at this point in the history
…are S=3/2)
  • Loading branch information
yomichi committed May 15, 2024
1 parent 6269ff2 commit a783840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/lobcg_genspin_chain_threebody.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ cp $1/test/GenSpinThreeBody.py ./lobcg_genspin_chain_threebody
cd ./lobcg_genspin_chain_threebody
python3 GenSpinThreeBody.py generate
../../src/HPhi -sdry stan.in
${MPIRUN} ../../src/HPhi -e open_namelist.def
# ${MPIRUN} ../../src/HPhi -e open_namelist.def
../../src/HPhi -e open_namelist.def
python3 GenSpinThreeBody.py aft

cat > reference.dat <<EOF
Expand Down

0 comments on commit a783840

Please sign in to comment.