From 5a8a0b1e58e9f56ae7de6b342fde3a0c72688904 Mon Sep 17 00:00:00 2001 From: Edoardo Apra Date: Fri, 10 Feb 2006 21:59:44 +0000 Subject: [PATCH] got rid of /msrc reference for default excutable used $NWCHEM_TOP/bin/$NWCHEM_TARGET, instead --- QA/runtests.mpi.unix | 2 +- QA/runtests.unix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QA/runtests.mpi.unix b/QA/runtests.mpi.unix index 9434eadece..0fdecb1b4e 100755 --- a/QA/runtests.mpi.unix +++ b/QA/runtests.mpi.unix @@ -36,7 +36,7 @@ # the trailing .nw with .out. In this directory is also put the # output of nwparse for the verified and the test outputs. -set NWCHEM_PROJ_PATH = /msrc/proj/nwchem/bind +set NWCHEM_PROJ_PATH = $NWCHEM_TOP/bin/$NWCHEM_TARGET if ($#argv == 0) then goto USAGE diff --git a/QA/runtests.unix b/QA/runtests.unix index 1001d10ee1..faf53327e7 100755 --- a/QA/runtests.unix +++ b/QA/runtests.unix @@ -36,7 +36,7 @@ # the trailing .nw with .out. In this directory is also put the # output of nwparse for the verified and the test outputs. -set NWCHEM_PROJ_PATH = /msrc/proj/nwchem/bind +set NWCHEM_PROJ_PATH = $NWCHEM_TOP/bin/$NWCHEM_TARGET if ($#argv == 0) then goto USAGE