quantum-espresso/test-suite/ENVIRONMENT

24 lines
894 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 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