From 3103a3152625475af3faa86c9405415c10166fff Mon Sep 17 00:00:00 2001 From: IgorTo Date: Fri, 9 Sep 2016 16:10:11 +0200 Subject: [PATCH] version discrepancy: bin/sw -> bin/sw2.prod etc. --- run | 2 +- runmpi | 2 +- test.sh | 2 +- testga.sh | 2 +- testmpi.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/run b/run index 9c8cb36..9d7a153 100755 --- a/run +++ b/run @@ -4,6 +4,6 @@ if [ "$#" -ne 4 ]; then echo "Usage: ./sw data/[mldatapath] [chunk_size] [time_step] [end_time]" else mkdir -p resdata/$1-dt$3 - ( cd resdata/$1-dt$3 ; ln -s ../../data ; ../../bin/sw data/$1 $2 $3 $4 >& info.txt ) + ( cd resdata/$1-dt$3 ; ln -s ../../data ; ../../bin/sw2.prod data/$1 $2 $3 $4 >& info.txt ) cat resdata/$1-dt$3/info.txt fi diff --git a/runmpi b/runmpi index d7963b1..aa04bac 100755 --- a/runmpi +++ b/runmpi @@ -4,6 +4,6 @@ if [ "$#" -ne 4 ]; then echo "Usage: ./sw data/[mldatapath] [chunk_size] [time_step] [end_time]" else mkdir -p resdata/$1-dt$3 - ( cd resdata/$1-dt$3 ; ln -s ../../data ; mpirun -n 4 ../../bin/swmpi data/$1 $2 $3 $4 >& info.txt ) + ( cd resdata/$1-dt$3 ; ln -s ../../data ; mpirun -n 4 ../../bin/swmpi2.prod data/$1 $2 $3 $4 >& info.txt ) cat resdata/$1-dt$3/info.txt fi diff --git a/test.sh b/test.sh index 5c8321c..2f55dbf 100755 --- a/test.sh +++ b/test.sh @@ -37,7 +37,7 @@ fi ### 0: COMPILE if [[ ${TESTS} == *0* ]]; then - make bin/sw + make bin/sw2.prod fi diff --git a/testga.sh b/testga.sh index 94e3466..1e6a2d1 100755 --- a/testga.sh +++ b/testga.sh @@ -33,7 +33,7 @@ fi ### 0: COMPILE if [[ ${TESTS} == *0* ]]; then - make bin/sw + make bin/sw2.prod fi diff --git a/testmpi.sh b/testmpi.sh index 933e7e7..bab1cfa 100755 --- a/testmpi.sh +++ b/testmpi.sh @@ -37,7 +37,7 @@ fi ### 0: COMPILE if [[ ${TESTS} == *0* ]]; then - make bin/swmpi + make bin/swmpi2.prod fi