You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to be clear, I do not approve of crashing inside Realm unless it's a true bug that Realm engineering needs to deal with. That said, we have cases today (like specifying -ll:gpu when the CUDA module is not loaded, or specifying too large a value for -ll:fsize) where we crash. To maintain consistency and expectations, we should make these different cases respond in the same way. For now, we'll crash with an error message. Later on, when we get better consensus on how to propagate errors and maintain compatibility, we'll return an error and turn off the feature, but otherwise limp on, or some other mechanism that we work out.
So it looks like currently when we ask for an
-ll:nsize
that is too large we get a warning, then the run continues without that allocation at all.For example, running legate with:
we see:
then later the available memories are:
I think this should either be an error, or Realm should proceed and just allocate the memory but allow it to span multiple NUMA domains.
The text was updated successfully, but these errors were encountered: