10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 09:55:59 +02:00

incorrect nproc in davidson

This commit is contained in:
Yann Garniron 2016-10-03 14:48:43 +02:00
parent 74ffa71dc6
commit eaaf864f28

View File

@ -364,7 +364,7 @@ subroutine davidson_run(zmq_to_qp_run_socket , v0, s0)
PROVIDE nproc PROVIDE nproc
!$OMP PARALLEL DEFAULT(shared) private(i) num_threads(3) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! NPROC !!!!! !$OMP PARALLEL DEFAULT(shared) private(i) num_threads(nproc+2)
i = omp_get_thread_num() i = omp_get_thread_num()
if (i==0) then if (i==0) then
call davidson_collector(zmq_collector, zmq_socket_pull , v0, s0) call davidson_collector(zmq_collector, zmq_socket_pull , v0, s0)