mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
14 lines
521 B
Bash
Executable file
14 lines
521 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#
|
|
# $Id$
|
|
#
|
|
#--- Set the appropriate environment variables for the tests.
|
|
#--- Environment variables are preferred to avoid clashes with other
|
|
#--- calculation on the same machine so where possible we will use those
|
|
#
|
|
here="`pwd`"
|
|
export NWCHEM_NWPW_LIBRARY="${here}/../src/nwpw/libraryps/"
|
|
export NWCHEM_BASIS_LIBRARY="${here}/../src/basis/libraries/"
|
|
export NWCHEM_SCRATCH_DIR="${here}/scratchdir"
|
|
export NWCHEM_PERMANENT_DIR="${here}/scratchdir"
|
|
#export NWCHEM_MEMORY_TOTAL=65536000 # 500 MB
|