Skip to content

Commit

Permalink
commented copy lines for ref solns as this was causing issues on the gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Jun 21, 2024
1 parent b0b914e commit da1e562
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test/autoPeriodic.test
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ setup() {
test -s $SOLN_FILE
test -s $REF_FILE
h5diff -r --delta=1e-10 $SOLN_FILE $REF_FILE /velocity
cp $SOLN_FILE $OUT_FILE
# cp $SOLN_FILE $OUT_FILE
}
2 changes: 1 addition & 1 deletion test/aveLoMach.test
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ setup() {
test -s $SOLN_FILE
test -s $REF_FILE
h5diff -r --delta=1e-11 $SOLN_FILE $REF_FILE meanVel
cp $SOLN_FILE $OUT_FILE
# cp $SOLN_FILE $OUT_FILE
}
2 changes: 1 addition & 1 deletion test/heatEq.test
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ setup() {
test -s $SOLN_FILE
test -s $REF_FILE
h5diff -r --relative=1e-10 $SOLN_FILE $REF_FILE /temperature/temperature
cp $SOLN_FILE $OUT_FILE
# cp $SOLN_FILE $OUT_FILE
}
6 changes: 3 additions & 3 deletions test/lomach-flow.test
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ setup() {
test -s restart_output-pipe-lam.sol.h5
h5diff -r --delta=1e-10 restart_output-pipe-lam.sol.h5 $REF_SOLN_PIPE /velocity
h5diff -r --delta=1e-10 restart_output-pipe-lam.sol.h5 $REF_SOLN_PIPE /swirl
cp restart_output-pipe-lam.sol.h5 $OUT_SOLN_PIPE
# cp restart_output-pipe-lam.sol.h5 $OUT_SOLN_PIPE
}

@test "[$TEST] check that Taylor-Couette (axisymmetric, with swirl) runs and verify result" {
Expand All @@ -163,7 +163,7 @@ setup() {
test -s restart_output-tc.sol.h5
h5diff -r --delta=1e-10 restart_output-tc.sol.h5 $REF_SOLN_TC /velocity
h5diff -r --delta=1e-10 restart_output-tc.sol.h5 $REF_SOLN_TC /swirl
cp restart_output-tc.sol.h5 $OUT_SOLN_TC
# cp restart_output-tc.sol.h5 $OUT_SOLN_TC
}

@test "[$TEST] check pipe (axisymmetric) flow with algebraic rans model" {
Expand All @@ -172,5 +172,5 @@ setup() {
test -s restart_output-pipe-arans.sol.h5
h5diff -r --delta=1e-10 restart_output-pipe-arans.sol.h5 $REF_SOLN_PIPE_ARANS /velocity
h5diff -r --delta=1e-10 restart_output-pipe-arans.sol.h5 $REF_SOLN_PIPE_ARANS /swirl
cp restart_output-pipe-arans.sol.h5 $OUT_SOLN_PIPE_ARANS
# cp restart_output-pipe-arans.sol.h5 $OUT_SOLN_PIPE_ARANS
}
2 changes: 1 addition & 1 deletion test/lomach-lequere.test
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ setup() {
h5diff -r --relative=1e-10 $SOLN_FILE $REF_SOLN /temperature/temperature
h5diff -r --delta=1e-10 $SOLN_FILE $REF_SOLN /velocity/x-comp
h5diff -r --delta=1e-10 $SOLN_FILE $REF_SOLN /velocity/y-comp
cp $SOLN_FILE $OUT_SOLN
# cp $SOLN_FILE $OUT_SOLN
}

2 changes: 1 addition & 1 deletion test/sgsLoMach.test
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ setup() {
test -s $SOLN_FILE
test -s $REF_FILE
h5diff -r --delta=1e-10 $SOLN_FILE $REF_FILE /velocity
cp $SOLN_FILE $OUT_FILE
# cp $SOLN_FILE $OUT_FILE
}

0 comments on commit da1e562

Please sign in to comment.