Test script outputs in CSV
[ctsim.git] / scripts / make-single-openmp.sh
diff --git a/scripts/make-single-openmp.sh b/scripts/make-single-openmp.sh
deleted file mode 100755 (executable)
index 5e9ead1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-DIR=/tmp
-rm -rf $DIR/sng $DIR/omp
-mkdir $DIR/sng $DIR/omp
-
-(cd ..; (make clean > /dev/null); (./configure --disable-openmp > /dev/null); grep HAVE_OPEN config.h; (make -j 20 > /dev/null); cp tools/ctsimtext src/ctsim $DIR/sng/.)
-(cd ..; (make clean > /dev/null); (./configure --enable-openmp > /dev/null); grep HAVE_OPEN config.h; (make -j 20 > /dev/null); cp tools/ctsimtext src/ctsim $DIR/omp/.)