19 <<
"Resetting SPDS and FLUDS";
26 <<
"SPDS and FLUDS reset complete. Process memory = "
27 << std::setprecision(3)
30 double local_app_memory =
33 double total_app_memory=0.0;
34 MPI_Allreduce(&local_app_memory,&total_app_memory,
36 double max_proc_memory=0.0;
37 MPI_Allreduce(&local_app_memory,&max_proc_memory,
41 <<
"\n" << std::setprecision(3)
42 <<
" Total application memory (max): "
43 << total_app_memory/1024.0 <<
" GB\n"
44 <<
" Maximum process memory : "
45 << max_proc_memory/1024.0 <<
" GB\n\n";
static chi::MPI_Info & mpi
double ProcessEvent(size_t ev_tag, EventOperation ev_operation)
@ MAX_VALUE
Computes the maximum of the EventInfo arb_value.
LogStream Log(LOG_LVL level=LOG_0)
static double GetMemoryUsageInMB()
Get current memory usage in Megabytes.
void ResetSweepOrderings(LBSGroupset &groupset)