Skip to content

Commit

Permalink
Test updates (#3)
Browse files Browse the repository at this point in the history
Update Juno test files to remove use of stopAtCycle program options as it is no longer valid.
  • Loading branch information
feldergast authored Apr 4, 2023
1 parent 682af32 commit 90da655
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/sst/juno-test-external-rand.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# Define SST core options
sst.setProgramOption("timebase", "1ps")
sst.setProgramOption("stopAtCycle", "0s")

# Tell SST what statistics handling we want
sst.setStatisticLoadLevel(4)
Expand Down
1 change: 0 additions & 1 deletion test/sst/juno-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# Define SST core options
sst.setProgramOption("timebase", "1ps")
sst.setProgramOption("stopAtCycle", "0s")

# Tell SST what statistics handling we want
sst.setStatisticLoadLevel(4)
Expand Down

0 comments on commit 90da655

Please sign in to comment.