mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
got rid of /msrc reference for default excutable
used $NWCHEM_TOP/bin/$NWCHEM_TARGET, instead
This commit is contained in:
parent
3ce8d0d0de
commit
5a8a0b1e58
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue