Temporary directory for test-suite is the same as for examples: tempdir/ in

the root directory of QE. This allows to run tests for different installations
of QE on the same machine in parallel


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13174 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2016-11-23 09:06:21 +00:00
parent d5d873a27f
commit dba94101c2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export REFERENCE_VERSION=SVN
export ESPRESSO_ROOT=${PWD}/../ export ESPRESSO_ROOT=${PWD}/../
export ESPRESSO_PSEUDO=${ESPRESSO_ROOT}/pseudo export ESPRESSO_PSEUDO=${ESPRESSO_ROOT}/pseudo
export ESPRESSO_TMPDIR=/tmp/save/ export ESPRESSO_TMPDIR=${ESPRESSO_ROOT}/tempdir
export NETWORK_PSEUDO=http://www.quantum-espresso.org/wp-content/uploads/upf_files/ export NETWORK_PSEUDO=http://www.quantum-espresso.org/wp-content/uploads/upf_files/
export TESTCODE_DIR=${ESPRESSO_ROOT}/test-suite/testcode export TESTCODE_DIR=${ESPRESSO_ROOT}/test-suite/testcode