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
1 - Detailed description of problem or enhancement
I modified vanadis/tests/basic_vanadis.py so that the L1, L2, and L3 are configured like the L1, L2, and L3 in memHierarchy/tests/testScratchCace-3.py. When I run the hello-world program, it hangs.
When I change the L2 and L3 from noninclusive to inclusive, the simulation runs to completion successfully.
Is this configuration supported with noninclusive caches?
I also tried using the L1, L2, and L3 configuration in memHierarchy/tests/testNoninclusive-1.py, and that also hung.
2 - Describe how to reproduce
Add an L3 to vanadis/tests/basic_vanadis.py. Then configure the L1, L2, and L3 to match the L1, L2, and L3 in memHierarchy/tests/testScratchCace-3.py or memHierarchy/tests/testNoninclusive-1.py. Then run hello-world with basic_vanadis.py.
New Issue for sst-elements
1 - Detailed description of problem or enhancement
I modified
vanadis/tests/basic_vanadis.py
so that the L1, L2, and L3 are configured like the L1, L2, and L3 inmemHierarchy/tests/testScratchCace-3.py
. When I run thehello-world
program, it hangs.When I change the L2 and L3 from noninclusive to inclusive, the simulation runs to completion successfully.
Is this configuration supported with noninclusive caches?
I also tried using the L1, L2, and L3 configuration in
memHierarchy/tests/testNoninclusive-1.py
, and that also hung.2 - Describe how to reproduce
Add an L3 to
vanadis/tests/basic_vanadis.py
. Then configure the L1, L2, and L3 to match the L1, L2, and L3 inmemHierarchy/tests/testScratchCace-3.py
ormemHierarchy/tests/testNoninclusive-1.py
. Then runhello-world
withbasic_vanadis.py
.I've attached my modified version of
basic_vanadis.py
with these changes. basic_vanadis_noninclusive.tar.gz3 - What Operating system(s) and versions
Ubuntu 20.04.
4 - What version of external libraries (Boost, MPI)
5 - Provide sha1 of all relevant sst repositories (sst-core, sst-elements, etc)
sst-core - d66f07e4b
sst-elements - 2f81e3a
6 - Fill out Labels, Milestones, and Assignee fields as best possible
The text was updated successfully, but these errors were encountered: