Scott Hemmert
Scott Hemmert
If you want to enable packet tracing through the merlin components, you can turn it on using parameters to the EmberMPIJob. The variables you need to set are (assuming ember_job...
I didn't see any obvious way to print the timestamps for send and receive in the ember stack. I'll have to did a little deeper, but won't have time in...
That looks like the ELI isn’t loading correctly. Do we ever get the ELI static loading working with the Intel compiler?
Okay, I can add that to both merlin and ember.
The runtime timings in the core were put in to get an approximate idea of how the various phases of the runtime were split up. There is no guarantee that...
A few more details on serialization changes needed for checkpointing: Checkpointing was implemented for "base" objects by implementing a template for the given type. The template was called "serialize". As...
Update on TimeVortex checkpointing: Ultimately, we plan to have events serialized with the Components they are targeting. This is to enable different pre- and post- checkpoint/restart partitioning. For the initial...
I'm actually surprised that's not causing segfaults when it tries to delete a nulltpr. I'll take a look at it and put in a fix.
The second bit of code had to be moved for the checkpointing PR, so please don't submit a PR for that. We can also add the other fix to the...
With 3.12, the element library python modules do not seem to load correctly. For now, we won't be able to support python 3.12 for any element library that has python...