qp2/etc/local.rc

22 lines
533 B
Plaintext
Raw Permalink Normal View History

2019-01-25 11:39:31 +01:00
# 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
2019-01-25 11:39:31 +01:00
# Number of threads for OpenMP
# export OMP_NUM_THREADS=16
2019-01-25 11:39:31 +01:00
# Name of the network interface to be chosen
2019-05-15 16:02:41 +02:00
# export QP_NIC=lo
# export QP_NIC=ib0
2019-01-25 11:39:31 +01:00