mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +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
|
||||
|
||||
!$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()
|
||||
if (i==0) then
|
||||
call davidson_collector(zmq_collector, zmq_socket_pull , v0, s0)
|
||||
|
Loading…
Reference in New Issue
Block a user