Skip to main content

getSSTThreadCount

Returns the threads per rank specified for the simulation.

Syntax

sst.getSSTThreadCount()

Parameters

  • returns number of threads per MPI rank in the simulation

Example

import sst

threads = sst.getSSTThreadCount()

Import

import sst