-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
I am experiencing an issue in a downstream app wherein an Evaluate
call (see
singularity-eos/singularity-eos/eos/eos_base.hpp
Lines 135 to 139 in dcd7a6e
template <typename Functor_t> | |
constexpr void Evaluate(Functor_t &f) const { | |
CRTP copy = *(static_cast<CRTP const *>(this)); | |
f(copy); | |
} |
volta
with nvhpc
). I can seemingly only encounter the issue when working with Spiner
EOS tables.
Printing data at addresses from explicit ptr
s inside and outside the Evaluate
call show differing values.
@jonahm-LANL asked me to make an issue --- we will work on isolating the problem to see if this is a downstream app or singularity
issue. If the latter, I am sure a reproducer is in order...
Metadata
Metadata
Assignees
Labels
No labels