[Users] Einstein Toolkit Meeting Reminder

2018-06-01 Thread Steven R. Brandt
Hello, Please consider joining the weekly Einstein Toolkit phone call at 9:00 am US central time on Mondays. For details on how to connect and what agenda items are to be discussed, use the link below. https://docs.einsteintoolkit.org/et-docs/Main_Page#Weekly_Users_Call

Re: [Users] Reduction operations during runtime

2018-06-01 Thread Erik Schnetter
Jens A global reduction operations accesses data on grid function from all levels and all processes. You thus need to make sure that all such data is calculated before, and that the respective grid functions still have storage. Reduction operations might also access boundary data, so you should al

[Users] Reduction operations during runtime

2018-06-01 Thread Jens Mahlmann
Dear all, I am currently trying to use the results of a global reduction operation (average) during runtime for the derivation of source terms. Especially, I run * if (CCTK_Reduce(cctkGH, -1, CCTK_ReductionHandle("average"), 1,           CCTK_VARIABLE_REAL,           magvaravg, 1,           C