Kenny Weiss
Kenny Weiss
Bump. I just ran into this. `SLIC_ASSERT` is also not safe in an MPI context unless all threads are calling it.
> @kennyweiss any thought on how best to handle this sort of thing? I just ran into this again last week. The problem is actually more serious than we originally...
This issue was erroneously closed with #811, but is still unresolved
The following might be helpful in determining which defines, flags and macros are enabled for some compilers: #### xl compiler * defines: `> xlC -dM -qshowmacros -E ` #### clang...
Re: BLT -- not sure. I was thinking something along the lines of these, where we have a BLT variable with these per-compiler flags, and user codes can decide if...
This sounds like what I described in #29 w.r.t. linking against a Fortran application.
> Can we re-engineer to avoid "static" initialization? @kennyweiss do you recall any details about this issue? @rhornung67 -- I think that would be a good idea! Here's what I...
I agree with @white238 here. Size should be the product of the dimensions. See also: https://numpy.org/doc/stable/reference/generated/numpy.ndarray.size.html **EDIT:** And @joshessman-llnl's original link (I should have read closer) From personal experience, the...
Conduit's `conduit_config.mk` is here: https://github.com/LLNL/conduit/blob/develop/src/config/conduit_config.mk.in