Getting started
Installation
Go
glurmo is written in Go, so in order to install it you’ll have to download and install the Go toolchain. You can install go by following the previous link and following the instructions.
You can ensure Go is properly installed by running the following command in your terminal:
$ go version
when I do this, I get the output Go version go1.21.6 darwin/arm64; you should see something along these lines.
glurmo
Once you have Go working, installing glurmo is simple. Just run the following command:
$ go install github.com/nateosher/glurmo@latest
To make sure this worked, run:
$ glurmo -h
This should show the glurmo help page.
Examples
All of the examples we will go through can be found in this repository. I would recommend cloning this onto a server with slurm so you can actually run the examples as you go.