Skip to content

Commit 5948ec2

Browse files
[GenASiS] Fix sample apps tests (#1498)
Fix test directory after test reorganization.
1 parent 0d8a44c commit 5948ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/run_genasis_flang_new.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ if [ "$1" != "buildonly" ] ; then
170170
echo ./PROGRAM_HEADER_Singleton_Test_$GENASIS_MACHINE
171171
./PROGRAM_HEADER_Singleton_Test_$GENASIS_MACHINE
172172
echo
173-
cd $REPO_DIR/Programs/Examples/Basics/FluidDynamics/Executables
174-
echo
175173
echo "================= Now running Unitests related to offloading ========"
176174
cd $REPO_DIR/Programs/UnitTests/Basics/Devices/Executables
177175
./AllocateDevice_Command_Test_$GENASIS_MACHINE
@@ -190,6 +188,8 @@ if [ "$1" != "buildonly" ] ; then
190188
echo "DisassociateHost_Command_Test_$GENASIS_MACHINE done!"
191189
./UpdateDevice_Command_Test_$GENASIS_MACHINE
192190
echo "UpdateDevice_Command_Test_$GENASIS_MACHINE done!"
191+
cd $REPO_DIR/Programs/Examples/Basics/FluidDynamics/Executables
192+
echo
193193
echo "================= 2D RiemannProblem ========"
194194
_cmd="./RiemannProblem_$GENASIS_MACHINE Verbosity=INFO_2 nCells=256,256 \ Dimensionality=2D FinishTime=0.25 nWrite=10"
195195
echo $_cmd

0 commit comments

Comments
 (0)