[ET Trac] #2582: WVUThorns use CCTK_GFINDEX4D when they should be using CCTK_VECTGFINDEX#D
Anonymous
trac-noreply at einsteintoolkit.org
Sat Dec 25 17:42:29 CST 2021
#2582: WVUThorns use CCTK_GFINDEX4D when they should be using CCTK_VECTGFINDEX#D
Reporter:
Status: new
Milestone:
Version: development version
Type: bug
Priority: major
Component:
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
```
```
--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2582/wvuthorns-use-cctk_gfindex4d-when-they
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/trac/attachments/20211225/37111a67/attachment.html
More information about the Trac
mailing list