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 6 Next »


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(), if hostname specified then call it by passing hostname as a parameter. 
  • 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(), if hostname specified then call it by passing hostname as a parameter.
  • Return True if platform is Cray simulator
  • Return False if platform is not a Cray simulator


  • No labels