Homec4science
Diffusion Gear a57d742569ee

GEAR: according to the Volker's comment:

Authored by revaz on Jan 23 2015, 14:46.

Description

GEAR: according to the Volker's comment:

"""The memory consumption of the domain decomposition in the public gadget2
code scales badly with processor number, and I suspect this has a lot to
do with your trouble for large CPU number. You can try the following
change: In the routine "domain_topsplit_local()", you find a line

if(TopNodes[sub].Count > All.TotNumPart /
           (TOPNODEFACTOR * NTask * NTask))

Change the denominator to something like

(TOPNODEFACTOR * 8 * NTask)"""

We add a 8* in domain_topsplit_local(). The 8 was missing !!!

Details

Committed
revazJan 23 2015, 14:46
Pushed
revazFeb 12 2017, 23:38
Parents
rGEAR4e325d0d8c28: GEAR: CHIMIE_EJECTA_RADIUS == 2 , bug in the paralleisme is not corrected
Branches
Unknown
Tags
Unknown