Skip to content

An HPCaaS deployment and configuration tool written in GoLang.

License

Notifications You must be signed in to change notification settings

Cray-HPE/cray-site-init

Repository files navigation

Cray Site Initializer (csi)

Continuous Integration

Cray Site Initializer (csi) is a high-performance computing as a service tool for initializing configuration with Cray System Management (CSM).

Getting Started

See https://cray-hpe.github.io/cray-site-init/ and follow the Site Survey directions.

Usage

See https://cray-hpe.github.io/cray-site-init/commands for details on each command.

Developing and contributing

Build from source

  1. Using the makefile

    make
    ./bin/csi --help
  2. Calling Go

    go build -o csi ./main.go
    ./csi --help