Changes to shell scripts when . isn't in the path
This commit is contained in:
parent
80fb09d6b7
commit
c14181e73b
16 changed files with 16 additions and 17 deletions
|
|
@ -34,8 +34,7 @@ os_is_win = @OS_IS_WIN@
|
|||
FORT_LIBS = @FLIBS@
|
||||
|
||||
# Executables extension
|
||||
extension = @EXE_EXT@
|
||||
extension2 = @EXEEXT@
|
||||
EXE_EXT = @EXE_EXT@
|
||||
|
||||
# the C++ compiler
|
||||
CXX = @CXX@
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ BINDIR=../../../bin
|
|||
#################################################################
|
||||
MPEQUIL_EXE=${MPEQUIL_EXE:=nacl_equil}
|
||||
|
||||
$MPEQUIL_EXE -d 3 > out.txt 2>err_out.txt
|
||||
./$MPEQUIL_EXE -d 3 > out.txt 2>err_out.txt
|
||||
retnStat=$?
|
||||
if test $retnStat != "0"
|
||||
then
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ BINDIR=../../../bin
|
|||
#################################################################
|
||||
MPEQUIL_EXE=${MPEQUIL_EXE:=nacl_equil}
|
||||
|
||||
$MPEQUIL_EXE -d 5 > dout.txt 2>err_dout.txt
|
||||
./$MPEQUIL_EXE -d 5 > dout.txt 2>err_dout.txt
|
||||
retnStat=$?
|
||||
if test $retnStat != "0"
|
||||
then
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ fi
|
|||
/bin/rm -f test.out test.diff DH_graph_1.csv
|
||||
|
||||
# echo 'Testing the DH dilute act calculation - act vs I'
|
||||
$prog DH_NaCl_dilute.xml > DH_graph_1.csv
|
||||
./$prog DH_NaCl_dilute.xml > DH_graph_1.csv
|
||||
retnStat=$?
|
||||
diff DH_graph_1.csv DH_NaCl_dilute_blessed.csv > diff.out
|
||||
zres=$?
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ fi
|
|||
##########################################################################
|
||||
/bin/rm -f test.out test.diff DH_NaCl_NM.csv
|
||||
|
||||
$prog DH_NaCl_NM.xml > DH_NaCl_NM.csv
|
||||
./$prog DH_NaCl_NM.xml > DH_NaCl_NM.csv
|
||||
retnStat=$?
|
||||
diff DH_NaCl_NM.csv DH_NaCl_NM_blessed.csv > output.txt
|
||||
zres=$?
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ fi
|
|||
##########################################################################
|
||||
/bin/rm -f test.out test.diff DH_NaCl_Pitzer.csv
|
||||
|
||||
$prog DH_NaCl_Pitzer.xml > DH_NaCl_Pitzer.csv
|
||||
./$prog DH_NaCl_Pitzer.xml > DH_NaCl_Pitzer.csv
|
||||
retnStat=$?
|
||||
diff DH_NaCl_Pitzer.csv DH_NaCl_Pitzer_blessed.csv > output.txt
|
||||
zres=$?
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ fi
|
|||
##########################################################################
|
||||
/bin/rm -f test.out test.diff DH_NaCl_acommon.csv
|
||||
|
||||
$prog DH_NaCl_acommon.xml > DH_NaCl_acommon.csv
|
||||
./$prog DH_NaCl_acommon.xml > DH_NaCl_acommon.csv
|
||||
retnStat=$?
|
||||
diff DH_NaCl_acommon.csv DH_NaCl_acommon_blessed.csv > output.txt
|
||||
zres=$?
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ fi
|
|||
##########################################################################
|
||||
/bin/rm -f test.out test.diff DH_NaCl_bdotak.csv
|
||||
|
||||
$prog DH_NaCl_bdotak.xml > DH_NaCl_bdotak.csv
|
||||
./$prog DH_NaCl_bdotak.xml > DH_NaCl_bdotak.csv
|
||||
retnStat=$?
|
||||
diff DH_NaCl_bdotak.csv DH_NaCl_bdotak_blessed.csv > output.txt
|
||||
zres=$?
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ CANTERA_BIN=${CANTERA_BIN:=../../../bin}
|
|||
|
||||
#################################################################
|
||||
|
||||
$prog HMW_NaCl_sp1977_alt.xml > output.txt
|
||||
./$prog HMW_NaCl_sp1977_alt.xml > output.txt
|
||||
retnStat=$?
|
||||
if [ $retnStat != "0" ]
|
||||
then
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ CANTERA_BIN=${CANTERA_BIN:=../../../bin}
|
|||
|
||||
#################################################################
|
||||
|
||||
$prog HMW_NaCl_sp1977_alt.xml > output.txt
|
||||
./$prog HMW_NaCl_sp1977_alt.xml > output.txt
|
||||
retnStat=$?
|
||||
if [ $retnStat != "0" ]
|
||||
then
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ CANTERA_BIN=${CANTERA_BIN:=../../../bin}
|
|||
|
||||
#################################################################
|
||||
|
||||
$prog > output.txt
|
||||
./$prog > output.txt
|
||||
retnStat=$?
|
||||
if [ $retnStat != "0" ]
|
||||
then
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ CANTERA_BIN=${CANTERA_BIN:=../../../bin}
|
|||
|
||||
#################################################################
|
||||
|
||||
$prog HMW_NaCl_sp1977_alt.xml > output.txt
|
||||
./$prog HMW_NaCl_sp1977_alt.xml > output.txt
|
||||
retnStat=$?
|
||||
if [ $retnStat != "0" ]
|
||||
then
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ CANTERA_BIN=${CANTERA_BIN:=../../../bin}
|
|||
|
||||
#################################################################
|
||||
|
||||
$prog HMW_NaCl_sp1977_alt.xml > output.txt
|
||||
./$prog HMW_NaCl_sp1977_alt.xml > output.txt
|
||||
retnStat=$?
|
||||
if [ $retnStat != "0" ]
|
||||
then
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ CANTERA_BIN=${CANTERA_BIN:=../../../bin}
|
|||
|
||||
#################################################################
|
||||
|
||||
$prog > output.txt
|
||||
./$prog > output.txt
|
||||
retnStat=$?
|
||||
if [ $retnStat != "0" ]
|
||||
then
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ CANTERA_BIN=${CANTERA_BIN:=../../../bin}
|
|||
|
||||
#################################################################
|
||||
|
||||
$prog > output.txt
|
||||
./$prog > output.txt
|
||||
retnStat=$?
|
||||
if [ $retnStat != "0" ]
|
||||
then
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ CANTERA_BIN=${CANTERA_BIN:=../../../bin}
|
|||
|
||||
#################################################################
|
||||
|
||||
$prog > output.txt
|
||||
./$prog > output.txt
|
||||
retnStat=$?
|
||||
if [ $retnStat != "0" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue