mirror of https://gitlab.com/QEF/q-e.git
23 lines
862 B
Plaintext
23 lines
862 B
Plaintext
# Copyright (C) 2001-2016 Quantum ESPRESSO group
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU General Public License
|
|
# as published by the Free Software Foundation; either version 2
|
|
# of the License. See the file `License' in the root directory
|
|
# of the present distribution.
|
|
|
|
# Edit this line every time a new reference is created
|
|
export REFERENCE_VERSION=6.0
|
|
|
|
# Edit this line _ONLY_ if you run test-code outside the QE main directory
|
|
# export ESPRESSO_ROOT=${PWD}/../
|
|
export ESPRESSO_ROOT=${shell pwd}/../
|
|
|
|
# Edit this line to change the number of processors for parallel execution
|
|
export TESTCODE_NPROCS=4
|
|
|
|
export ESPRESSO_PSEUDO=${ESPRESSO_ROOT}/pseudo
|
|
export NETWORK_PSEUDO=http://www.quantum-espresso.org/wp-content/uploads/upf_files/
|
|
export TESTCODE_DIR=${ESPRESSO_ROOT}/test-suite/testcode
|
|
|