Skip to content

Commit

Permalink
Merge Pull Request #2304 from feldergast/sst-elements/pyfirefly-param…
Browse files Browse the repository at this point in the history
…-fix

Automatically Merged using SST Pull Request AutoTester
PR Title: b'Fix issue with mispelled parameter name in pyfirefly'
PR Author: feldergast
  • Loading branch information
sst-autotester authored Jan 17, 2024
2 parents 3fd4aa3 + b0e9986 commit 8841f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sst/elements/firefly/pyfirefly.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(self):
"rxMatchDelay_ns", "txDelay_ns",
"hostReadDelay_ns",
"tracedPkt", "tracedNode",
"maxSendMachineQsize", "maxRecvMachineQSize",
"maxSendMachineQsize", "maxRecvMachineQsize",
"numSendMachines", "numRecvNicUnits",
"messageSendAlignment", "nicAllocationPolicy",
"packetOverhead", "packetSize",
Expand Down

0 comments on commit 8841f88

Please sign in to comment.