mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 12:56:14 +01:00
incorrect nproc in davidson
This commit is contained in:
parent
74ffa71dc6
commit
eaaf864f28
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user