From 42188944f29cca1ad031aa5fd851a78423ac30af Mon Sep 17 00:00:00 2001 From: Michael Klemm Date: Thu, 19 Sep 2019 17:02:11 +0200 Subject: [PATCH] Bugfix for issue #153 While working on the new offload code for TCE CCSD(T), I have removed some of the global variables that aparentely are being used for MRCC. This commit reverts these changes and brings the code back to a compilable state. --- src/tce/include/offl.fh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/tce/include/offl.fh b/src/tce/include/offl.fh index 67855f82ee..eaf7ceed04 100644 --- a/src/tce/include/offl.fh +++ b/src/tce/include/offl.fh @@ -4,4 +4,14 @@ C$Id$ CCC#define ASYNC 1 c k_a_sort t2sub c k_b_sort v2sub - integer triplesx_mxlgth + logical triplesx_alloced + logical triplesx1_alloced + logical t1sub_alloced + logical t2sub_alloced + logical v2sub_alloced + logical triplesx_copyback + integer triplesx_mxlgth + common /offl_ccsdt/triplesx_alloced, + 1 t1sub_alloced, + 1 t2sub_alloced, + 1 v2sub_alloced,triplesx_copyback