[ET Trac] [Einstein Toolkit] #1991: IllinoisGRMHD's magnetizedTOV.par test uses too much memory
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Wed Dec 7 11:16:12 CST 2016
#1991: IllinoisGRMHD's magnetizedTOV.par test uses too much memory
-----------------------------------+----------------------------------------
Reporter: rhaas | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: EinsteinToolkit thorn | Version: development version
Keywords: IllinoisGRMHD |
-----------------------------------+----------------------------------------
It requests ~1GB of memory which is too much for a test case I think.
Simple changes to reduce memory consumption is setting
{{{
CoordBase::dx = 1.5
CoordBase::dy = 1.5
CoordBase::dz = 1.5
CarpetRegrid2::num_levels_1 = 2
}}}
down from
{{{
CoordBase::dx = 1.0
CoordBase::dy = 1.0
CoordBase::dz = 1.0
CarpetRegrid2::num_levels_1 = 4
}}}
which should bring memory consumption down to ~150MB which is much better
eg on the Jenkins test slaves.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1991>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list