Skip to content

Commit 726944a

Browse files
committed
debug print out results.dat and baseline.dat
1 parent 91f187c commit 726944a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ tests:
270270
$(shell echo 'step = 2872, dt = 0.000064, |e| = 5.6547039096e+01' >> BASELINE.dat)
271271
$(shell echo 'step = 0858, dt = 0.000474, |e| = 5.6691500623e+01' >> BASELINE.dat)
272272
$(shell echo 'step = 0776, dt = 0.000045, |e| = 4.0982431726e+02' >> BASELINE.dat)
273+
echo "RESULTS.dat:"
274+
cat RESULTS.dat
275+
echo "BASELINE:"
276+
cat BASELINE.dat
273277
diff --report-identical-files RESULTS.dat BASELINE.dat
274278

275279
# Setup: download & install third party libraries: HYPRE, METIS & MFEM

0 commit comments

Comments
 (0)