X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=scripts%2Fmake-single-openmp.sh;fp=scripts%2Fmake-single-openmp.sh;h=5e9ead1f2756f88ed7de0ce72c8b8ddb3b1d38c3;hp=d2dc9609c0b3f19d7036ce92aa93ff28357d9c7e;hb=f0bcc000de560b3578eb436781ad2c7890ee37cb;hpb=d6320d5dbe9181e467dc697393514172cc339e22 diff --git a/scripts/make-single-openmp.sh b/scripts/make-single-openmp.sh index d2dc960..5e9ead1 100755 --- a/scripts/make-single-openmp.sh +++ b/scripts/make-single-openmp.sh @@ -4,5 +4,5 @@ DIR=/tmp rm -rf $DIR/sng $DIR/omp mkdir $DIR/sng $DIR/omp -(cd ..; make clean; (./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; (./configure --enable-openmp > /dev/null); grep HAVE_OPEN config.h; (make -j 20 > /dev/null); cp tools/ctsimtext src/ctsim $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/.)