File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments