Scott Hemmert

Results 87 comments of Scott Hemmert

That's for submitting this PR. I have some other commitments, so it may be a bit before I can dive into it to make any suggestions.

PRI_ADDR is defined in sst/core/interfaces/stdMem.h, which is included in the file giving you an error. This was a relatively recent addition to stdMem.h; is it possible you're using a slightly...

The #define for PRI_ADDR is associated with "typedef uint64_t Addr" in stdMem.h (they are defined on consecutive lines in the header file). If you are using the Addr typedef, then...

There is no direct support for hierarchical networks in merlin. I doubt the bridge component will give you want you want, though it may be possible to make it functionally...

I've given some more thought to this, but I don't know of a good way to separate things out such that you can get reasonably efficient routing without knowing the...

Can you give me your whole configuration? We've run a lot of simulations using random allocations with no issues, so I need to see if there's something subtle going on...

In general I think the code structure looks good. We will need to figure out how to make these checkpoint able. We are not planning to include profiling tools in...