1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Index: nwchem/QA/runtests.mpi.unix
===================================================================
--- nwchem.orig/QA/runtests.mpi.unix 2025-11-07 23:43:51.445838729 +0100
+++ nwchem/QA/runtests.mpi.unix 2025-11-07 23:43:51.439700205 +0100
@@ -461,10 +461,10 @@
echo "failed"
echo "@@@ Comparison of Output Files"
diff -U2 ${STUB}.ok.out.nwparse ${STUB}.out.nwparse | sed 1,2d
-# echo "@@@ Paste beginning of Output File"
-# head -1000 ${STUB}.out
-# echo "@@@ Paste End of Output File"
-# tail -1000 ${STUB}.out
+ echo "@@@ Paste beginning of Output File"
+ head -1000 ${STUB}.out
+ echo "@@@ Paste End of Output File"
+ tail -1000 ${STUB}.out
let "overall_status+=1"
continue
else
|