Click or drag to resize

What's New?

STK Parallel Computing Server 2.6
STK Parallel Computing Server 2.5
  • Minor bug fixes and improvements.
STK Parallel Computing Server 2.4
  • Updated the minimum required version of the Microsoft .NET Core SDK to Microsoft .NET SDK 5.0.0.
STK Parallel Computing Server 2.3
  • Updated to work with Ansys licensing.
STK Parallel Computing Server 2.2
  • The Coordinator Service and Agent Service are now available for use on Linux.
  • A new Host that supports .NET Core 3.0+ client applications has been added.
STK Parallel Computing Server 2.1
  • The Coordinator Service, Agent Service, BookKeeper Service, and accompanying Tray Applications have been migrated to .NET Core 3.0.
STK Parallel Computing Server 2.0
  • The product formerly known as STK Scalability Extension has been renamed to STK Parallel Computing Server.
  • The STK Parallel Computing Server API for .NET now requires a minimum version of .NET 4.7.2 (instead of 4.5.2 in the previous version).
STK Scalability 1.7
  • The STK Scalability API for .NET now requires .NET 4.5.2 (instead of 4.5 in previous versions).
STK Scalability 1.6
  • Updated for Coordinator and Agent services 1.6.
STK Scalability 1.5
  • The default installation location has been changed from C:\Program Files (x86) to C:\Program Files.
  • New Features
    • Before, the host would always start with Server garbage collection. The user may now programmatically specify whether the host will use Server garbage collection or Workstation garbage collection via the HostGcMode property.
  • Improvements
    • Log files and the communication protocol used between the clients, coordinator, and agents have been changed to use UTF-8 encoding. This provides better support for extended characters and is backwards compatible with the previously used ASCII encoding.
  • Bug Fixes
    • Fixed an issue with reporting "Additional Dependencies" on a custom TaskEnvironment that would prevent further serialization from a Task to a ChildTask.
STK Scalability 1.4
  • New Features
  • Improvements
    • Improved assembly serialization to minimize Large Object Heap (LOH) fragmentation.
  • Bug Fixes
    • AddTask now throws an ArgumentException when trying to add the same task to a job more than once to prevent a case where a job would never finish.
STK Scalability 1.3
  • The minimum version of the Microsoft .NET Framework required has changed from 3.5 to 4.5.
  • New Features
    • New options to secure communications between the coordinator and agents/clients using SSL (TLS v1.2) have been added. Read the new Connect to the Coordinator with TLS1.2 topic for details.
STK Scalability 1.2
  • New Features
    • New options to control the lifetime of host processes have been added. Hosts are recyclable after any one of a variety of time, memory, or job-based conditions have been satisfied. The Agent Tray Application has a new Host Recycling panel to set values for these options. The values set in the Agent Tray Application UI will be overridden if a submitted job's TaskEnvironment's RecycleSettings have been set programmatically.
  • Improvements
    • Reduced the amount of logging the external capability checkers generated in the agent log.
    • Improved capture of task standard output.
  • Bug Fixes
    • Fixed a bug where running parallel coverage with tirem could cause a host to hang in rare conditions.
STK Scalability 1.1
  • The product formerly known as STK Server has been renamed to STK Scalability Extension.
STK Server 1.0.2
STK Server 1.0.1
  • New Features
    • New developer documentation and examples.
  • Improvements
    • Improved performance when submitting numerous jobs. The number of maximum concurrent jobs that can be submitted can be configured with the MaxConcurrentJobSubmissions property.
    • Improved how unserializable exceptions get handled. If a thrown exception is unserializable, an Exception object is thrown that contains the message of the original exception.
    • Added a way to wait for a task to finish canceling. You can pass true to the Cancel method and WaitUntilDone will not unblock until the task is finished canceling.
  • Bug Fixes
    • Fixed a bug where a custom configuration specified with SetConfigurationFile was not deleted after the host shuts down.
STK Server 1.0.0

The first release of the API for .NET!

STK Parallel Computing Server 2.9 API for .NET