got rid of /msrc reference for default excutable

used $NWCHEM_TOP/bin/$NWCHEM_TARGET, instead
This commit is contained in:
Edoardo Apra 2006-02-10 21:59:44 +00:00
parent 3ce8d0d0de
commit 5a8a0b1e58
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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