Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


Interface: DshUtils.get_platform()
Visibility: Public
Change Control: Stable
Synopsis: Modifications to include Cray platform detection changes
Details

  • If "<path to xthostname>" and "<path to cname>" these both files exist on a platform then it's an actual Cray cluster.
  • If only "<path to xthostname>" file exists on a platform then it's a Cray simulator.


Interface: DshUtils.is_cray()
Visibility: Public
Change Control: Stable
Synopsis: New API to to check whether the platform is an actual Cray cluster.
Details

  • Call DshUtils.get_platform()
  • Return True if platform is Actual Cray cluster
  • Return False if platform is not an Actual Cray cluster


Interface: DshUtils.is_cray_simulator()
Visibility: Public
Change Control: Stable
Synopsis: New API to to check whether the platform is a Cray simulator.
Details

  • Call DshUtils.get_platform()
  • Return True if platform is Cray simulator
  • Return False if platform is not a Cray simulator


  • No labels