From 8529a0f3f66d2f1ba9d717b0de60b268a4a821a7 Mon Sep 17 00:00:00 2001 From: Yann Garniron Date: Tue, 4 Sep 2018 14:57:19 +0200 Subject: [PATCH] reduced prints in pt2_stoch --- plugins/Full_CI_ZMQ/pt2_stoch_routines.irp.f | 2 +- plugins/dress_zmq/dress_stoch_routines.irp.f | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Full_CI_ZMQ/pt2_stoch_routines.irp.f b/plugins/Full_CI_ZMQ/pt2_stoch_routines.irp.f index 16ca17b6..4a8be2e7 100644 --- a/plugins/Full_CI_ZMQ/pt2_stoch_routines.irp.f +++ b/plugins/Full_CI_ZMQ/pt2_stoch_routines.irp.f @@ -258,7 +258,7 @@ subroutine pt2_collector(zmq_socket_pull, E, relative_error, absolute_error, pt2 pt2(pt2_stoch_istate) = E0-E+avg error(pt2_stoch_istate) = eqt time = omp_get_wtime() - print '(G10.3, 2X, F16.10, 2X, G16.3, 2X, F16.4, A20)', c, avg+E0, eqt, time-time0, '' + if(mod(c,10)==1 .or. n==N_det_generators) print '(G10.3, 2X, F16.10, 2X, G16.3, 2X, F16.4, A20)', c, avg+E0, eqt, time-time0, '' end if n += 1 else if(more == 0) then diff --git a/plugins/dress_zmq/dress_stoch_routines.irp.f b/plugins/dress_zmq/dress_stoch_routines.irp.f index 6ef3b298..30507f39 100644 --- a/plugins/dress_zmq/dress_stoch_routines.irp.f +++ b/plugins/dress_zmq/dress_stoch_routines.irp.f @@ -62,7 +62,7 @@ logical function testTeethBuilding(minF, N) end function BEGIN_PROVIDER[ integer, dress_N_cp_max ] - dress_N_cp_max = 32 + dress_N_cp_max = 64 END_PROVIDER BEGIN_PROVIDER[integer, pt2_J, (N_det_generators)]