From e81377bc16b3f8f5cd326d0260d284bdc25d68f3 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 21 Mar 2018 12:27:02 -0600 Subject: [PATCH] Test binaries until /tmp directory --- scripts/make-single-openmp.sh | 2 +- scripts/test-single-openmp.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/make-single-openmp.sh b/scripts/make-single-openmp.sh index e8607cb..d2dc960 100755 --- a/scripts/make-single-openmp.sh +++ b/scripts/make-single-openmp.sh @@ -1,6 +1,6 @@ #!/bin/sh -DIR=`pwd` +DIR=/tmp rm -rf $DIR/sng $DIR/omp mkdir $DIR/sng $DIR/omp diff --git a/scripts/test-single-openmp.sh b/scripts/test-single-openmp.sh index 22f1a24..18a620b 100755 --- a/scripts/test-single-openmp.sh +++ b/scripts/test-single-openmp.sh @@ -4,9 +4,9 @@ IX=1151 IY=$IX TIME= -BIN1=./omp/ctsimtext -BIN2=./sng/ctsimtext DIR=/tmp +BIN1=$DIR/omp/ctsimtext +BIN2=$DIR/sng/ctsimtext for PHAN in herman; do fbase=${DIR}/${PHAN} -- 2.34.1