From 3c36082dfc6e3694ce6ab7319f21fe6850fee705 Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Wed, 13 Mar 2024 14:13:37 +0900 Subject: [PATCH] fix script --- sample/sim-trhepd-rheed/single_beam/bayes/do.sh | 2 +- sample/sim-trhepd-rheed/single_beam/exchange/do.sh | 2 +- sample/sim-trhepd-rheed/single_beam/mapper/do.sh | 2 +- sample/sim-trhepd-rheed/single_beam/minsearch/do.sh | 2 +- sample/sim-trhepd-rheed/single_beam/pamc/do.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sample/sim-trhepd-rheed/single_beam/bayes/do.sh b/sample/sim-trhepd-rheed/single_beam/bayes/do.sh index 3e6b5b27..ce2dc7bc 100644 --- a/sample/sim-trhepd-rheed/single_beam/bayes/do.sh +++ b/sample/sim-trhepd-rheed/single_beam/bayes/do.sh @@ -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 diff --git a/sample/sim-trhepd-rheed/single_beam/exchange/do.sh b/sample/sim-trhepd-rheed/single_beam/exchange/do.sh index 5e3ea1f3..f23ec020 100644 --- a/sample/sim-trhepd-rheed/single_beam/exchange/do.sh +++ b/sample/sim-trhepd-rheed/single_beam/exchange/do.sh @@ -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 diff --git a/sample/sim-trhepd-rheed/single_beam/mapper/do.sh b/sample/sim-trhepd-rheed/single_beam/mapper/do.sh index a1b9afbe..93e021d8 100644 --- a/sample/sim-trhepd-rheed/single_beam/mapper/do.sh +++ b/sample/sim-trhepd-rheed/single_beam/mapper/do.sh @@ -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 diff --git a/sample/sim-trhepd-rheed/single_beam/minsearch/do.sh b/sample/sim-trhepd-rheed/single_beam/minsearch/do.sh index 0318f8ab..121237c7 100644 --- a/sample/sim-trhepd-rheed/single_beam/minsearch/do.sh +++ b/sample/sim-trhepd-rheed/single_beam/minsearch/do.sh @@ -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 diff --git a/sample/sim-trhepd-rheed/single_beam/pamc/do.sh b/sample/sim-trhepd-rheed/single_beam/pamc/do.sh index ed07aead..088c9c65 100644 --- a/sample/sim-trhepd-rheed/single_beam/pamc/do.sh +++ b/sample/sim-trhepd-rheed/single_beam/pamc/do.sh @@ -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