9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 02:05:18 +02:00
qp2/etc/local.rc
2021-05-19 18:38:11 +02:00

23 lines
612 B
Plaintext

# Configuration specific to the local machine
# Maximum allowed memory per node
# export QP_MAXMEM=64
# Target number of threads for Davidson's algorithm (Hyperthreading is useful)
# export QP_NTHREADS_DAVIDSON=32
# Target number of threads for the computation of the PT2 (Hyperthreading is useful)
# export QP_NTHREADS_PT2=32
# Number of threads for MKL
# export MKL_NUM_THREADS=16
# Number of threads for OpenMP
# export OMP_NUM_THREADS=16
# Name of the network interface to be chosen
# export QP_NIC=lo
# export QP_NIC=ib0
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/scemama/TREX/trexio/_install/lib