setSSTThreadCount
Sets the number of threads per rank for the simulation. These values can be overwritten by using -n on the command line.
Syntax
sst.setSSTThreadCount(threads)
Parameters
- threads (type: int) number of threads per MPI rank to use in the simulation
- returns none
Example
import sst
threads = sst.setSSTThreadCount(4)
Import
import sst