mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
updated selection_slave
This commit is contained in:
parent
c3dd90e199
commit
874e6845f0
@ -64,10 +64,10 @@ subroutine run_wf
|
||||
print *, 'Davidson'
|
||||
call davidson_miniserver_get()
|
||||
|
||||
!$OMP PARALLEL PRIVATE(i)
|
||||
i = omp_get_thread_num()
|
||||
call davidson_slave_tcp(i)
|
||||
!$OMP END PARALLEL
|
||||
!!$OMP PARALLEL PRIVATE(i)
|
||||
!i = omp_get_thread_num()
|
||||
call davidson_slave_tcp(0)
|
||||
!!$OMP END PARALLEL
|
||||
print *, 'Davidson done'
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user