ParallelSystem

portals.system.ParallelSystem
class ParallelSystem(nThreads: Int) extends PortalsSystem

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def launch(application: Application): Unit

Launch a Portals application.

Launch a Portals application.

Attributes

def shutdown(): Unit

Terminate the system and cleanup.

Terminate the system and cleanup.

Attributes

Concrete fields

val runtime: ParallelRuntime