Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Mar 13, 2024
1 parent 0b2014e commit 3c36082
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sample/sim-trhepd-rheed/single_beam/bayes/do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sh prepare.sh

./bulk.exe

time python3 ../../../src/py2dmat_main.py input.toml
time python3 ../../../../src/py2dmat_main.py input.toml

echo diff BayesData.txt ref_BayesData.txt
res=0
Expand Down
2 changes: 1 addition & 1 deletion sample/sim-trhepd-rheed/single_beam/exchange/do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sh prepare.sh

./bulk.exe

time mpiexec --oversubscribe -np 4 python3 ../../../src/py2dmat_main.py input.toml
time mpiexec --oversubscribe -np 4 python3 ../../../../src/py2dmat_main.py input.toml

echo diff best_result.txt ref.txt
res=0
Expand Down
2 changes: 1 addition & 1 deletion sample/sim-trhepd-rheed/single_beam/mapper/do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sh prepare.sh

./bulk.exe

time python3 ../../../src/py2dmat_main.py input.toml
time python3 ../../../../src/py2dmat_main.py input.toml

echo diff ColorMap.txt ref_ColorMap.txt
res=0
Expand Down
2 changes: 1 addition & 1 deletion sample/sim-trhepd-rheed/single_beam/minsearch/do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sh ./prepare.sh

./bulk.exe

time python3 ../../../src/py2dmat_main.py input.toml | tee log.txt
time python3 ../../../../src/py2dmat_main.py input.toml | tee log.txt

echo diff res.txt ref.txt
res=0
Expand Down
2 changes: 1 addition & 1 deletion sample/sim-trhepd-rheed/single_beam/pamc/do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sh prepare.sh

./bulk.exe

time mpiexec --oversubscribe -np 4 python3 ../../../src/py2dmat_main.py input.toml
time mpiexec --oversubscribe -np 4 python3 ../../../../src/py2dmat_main.py input.toml

echo diff output/fx.txt ref.txt
res=0
Expand Down

0 comments on commit 3c36082

Please sign in to comment.