Estimated efficiency of chemistry without communication: 83.7829 Cells shifted between threads 3 Time rebalancing load 0.000251176 Estimated efficiency of chemistry without communication: 87.6846 Cells shifted between threads 2 Time rebalancing load 0.000298788
IRM_RESULTRM_SetScreenOn(int id, int tf)/* ---------------------------------------------------------------------- */{ // pass pointers from Fortran to the Reaction module PhreeqcRM * Reaction_module_ptr = PhreeqcRM::GetInstance(id); if (Reaction_module_ptr) { return Reaction_module_ptr->SetSelectedOutputOn(tf != 0); } return IRM_BADINSTANCE;}