mirror of https://gitlab.com/QEF/q-e.git
27 lines
1016 B
Plaintext
27 lines
1016 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 if you have build QE in a directory different from ESPRESSO_ROOT
|
|
export ESPRESSO_BUILD=${ESPRESSO_ROOT}
|
|
|
|
# Edit these lines to change the number of processors for MPI/OpenMP parallel execution
|
|
export TESTCODE_NPROCS=4
|
|
export OMP_NUM_THREADS=1
|
|
|
|
export ESPRESSO_PSEUDO=${ESPRESSO_ROOT}/pseudo
|
|
export NETWORK_PSEUDO=https://pseudopotentials.quantum-espresso.org/upf_files/
|
|
export TESTCODE_DIR=${ESPRESSO_ROOT}/test-suite/testcode
|
|
|