From 874e6845f0857129c2834da299a452158585bc24 Mon Sep 17 00:00:00 2001 From: Yann Garniron Date: Sat, 8 Oct 2016 19:35:30 +0200 Subject: [PATCH] updated selection_slave --- plugins/Full_CI_ZMQ/selection_slave.irp.f | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/Full_CI_ZMQ/selection_slave.irp.f b/plugins/Full_CI_ZMQ/selection_slave.irp.f index 2aba32fe..31f42e7e 100644 --- a/plugins/Full_CI_ZMQ/selection_slave.irp.f +++ b/plugins/Full_CI_ZMQ/selection_slave.irp.f @@ -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