setNoCut
Tell the simulator that this link should not be “cut” by a partition boundary. In effect, it will guarantee that the two Components connected by this link will be on the same rank when using an automatic partitioning scheme (this attribute is ignored if the self partitioner is used). This must be used with care, as you can easily get into a situation where too many components are on the same rank.
Syntax
setNoCut()
Parameters
- returns none
Example
import sst
link = sst.Link("component_link")
link.setNoCut()
Import
import sst