Open white238 opened 1 year ago
I was looking through your code and realized you are relying on two sets of SLIC macros that are not enabled. I expect this was an oversight. You should reevaluate which SLIC macros you are using.
For example:
https://github.com/LLNL/Tribol/blob/892d27d21ebce6931d38354f76444c490e8f8042/src/redecomp/MultiRedecomp.cpp#L38
This should probably be a SLIC_ERROR.
SLIC_ERROR
I was looking through your code and realized you are relying on two sets of SLIC macros that are not enabled. I expect this was an oversight. You should reevaluate which SLIC macros you are using.
For example:
https://github.com/LLNL/Tribol/blob/892d27d21ebce6931d38354f76444c490e8f8042/src/redecomp/MultiRedecomp.cpp#L38
This should probably be a
SLIC_ERROR
.