PunctureTracker: add READS to workaround poison for puncture arrrays#59
PunctureTracker: add READS to workaround poison for puncture arrrays#59
Conversation
|
@rhaas80 I removed the change in schedule.ccl and write those inactive elements instead to workaround CarpetX poison mechanism |
|
I took a look at meaning that writing to any This is a general bug with the code in PunctureTracker. Since it's not in the ET, I officially don't care. However it cannot be added to the ET in this form yet. |
rhaas80
left a comment
There was a problem hiding this comment.
it's a horrible workaround and cannot in this form be merged into the official ET code base.
In a private repo though: it will get the job done.
What do you mean by 'a general bug with PunctureTracker'? If it is, I can fix it. |
PunctureTracker currently does: so if |
Very good. I add |
PunctureTracker has array of 10 elements to store punctures by default.
Without READS, those inactive elements will be set to nan by the poison mechanism.