WVUThorns use CCTK_GFINDEX4D when they should be using CCTK_VECTGFINDEX3D

Issue #2582 resolved
Former user created an issue

Eg in Seed_Magnetic_Field:

 Avec[CCTK_GFINDEX4D(cctkGH,i,j,k,0)] = -(yL + 0.5*dY)*A_b*pow(MAX(Pressure_at_

this causes test failures when compiled with DEBUG=yes or when enabling grid function eidex checking via other means.

Affected thorns seem to be:

  • magnetizedTOV-Baikal (from Baikal)
  • GiRaFFE_tests_FFEBreak (from GiRaFFE)
  • GiRaFFE_tests_FastWave (from GiRaFFE)
  • GiRaFFE_tests_ThreeWave (from GiRaFFE)
  • magnetizedTOV (from IllinoisGRMHD)
  • magnetized_explosionTOV (from VolumeIntegrals_GRMHD)
  • magnetized_explosionTOV (from VolumeIntegrals_vacuum)
  • magnetized_explosionTOV (from particle_tracerET)

Errors in the log file look like this:

INFO (Seed_Magnetic_Fields): Seeding magnetic fields
ERROR from host ekohaes8 process 0
  while executing schedule bin CCTK_INITIAL, routine Seed_Magnetic_Fields::Seed_Magnetic_Fields
  in thorn Cactus, file /data/rhaas/postdoc/gr/cactus/ET_trunk/configs/sim/build/Cactus/main/DebugDefines.c:105:
  -> Grid function index out of bounds.  i=0 j=0 k=0 l=0 cctk_lsh=[29,29,18,0]
ERROR from host ekohaes8 process 0
  while executing schedule bin CCTK_INITIAL, routine Seed_Magnetic_Fields::Seed_Magnetic_Fields
  in thorn Cactus, file /data/rhaas/postdoc/gr/cactus/ET_trunk/configs/sim/build/Cactus/main/DebugDefines.c:105:
  -> Grid function index out of bounds.  i=0 j=0 k=0 l=0 cctk_lsh=[29,29,18,0]
cactus_sim: /data/rhaas/postdoc/gr/cactus/ET_trunk/configs/sim/build/Carpet/helpers.cc:275: int Carpet::Abort(const cGH*, int): Assertion `0' failed.
Rank 0 with PID 648211 received signal 6
Writing backtrace to magnetizedTOV-Baikal/backtrace.0.txt

```

Comments (7)

  1. Roland Haas

    @Zach Etienne is there a chance of this being addressed? It has been wrong for a while? This would fall under maintaining code that one has contributed to the Einstein Toolkit.

  2. Log in to comment