Ticket 121, bgene reservation and binary problem

I've been trying to run the binary wind capture simulation using the reservation that we have in bluegene. I have however found the bug in ticket 121 (https://clover.pas.rochester.edu/trac/astrobear/ticket/121). i.e., the code runs for a short while, aborts and reports:

hyperbolic/sweep/i_dependencies.f90", line 548: 1525-108 Error encountered while attempting to allocate a data object. The program will stop.

I do not see the error in bluehive (~ 32 afrank procs). I cannot go any further in bluegene with the following parameters:

  • built at gbene, /home/mhuartee/27nov/
  • revision 696
  • ran at /scratch/mhuartee/astrobear2/feb-reserva/c, where all the relevant files (Makefile.inc, submit.cmd, *.data, binary ad chombo) are located and have open permissions
  • job ID 36691
  • 256procs
  • produced one 25MB chombo00000 only (because I had set it to do so)
  • the amr was off via: desieredFillRations=0 0 …; qTolerances=1e30 1e30…; refinemetVariableFactors=0 0 …
  • 5 levels of sink particle refinement.

$> cat core.0 | addr2line -e ./astrobear

shows:

source/pointgravity.f90:352

source/pointgravity.f90:349

hyperbolic/sweep/sweep_scheme.cpp.f90:3571

hyperbolic/sweep/sweep_scheme.cpp.f90:3571

modules/objects/disks.f90:290

modules/objects/disks.f90:312

modules/objects/disks.f90:82

modules/objects/disks.f90:73

modules/objects/ambients.f90:128

modules/objects/outflows.f90:593

modules/objects/outflows.f90:279

modules/objects/outflows.f90:510

particle/particle_declarations.f90:568

modules/objects/outflows.f90:289

data/data_info_ops.f90:2513

data/data_info_ops.f90:2418

data/data_info_ops.f90:1961

data/data_info_ops.f90:1961

data/data_info_ops.f90:2024

data/data_info_ops.f90:2106

data/data_info_ops.f90:2091

I do not trust this error message since I've seen the error with a setup which had no sink particles, amr and much larger grids and chombos.

Comments

No comments.