Go 2016

From HPC users
Revision as of 15:21, 5 March 2019 by Schwietzer (talk | contribs) (Created page with "== Introduction == Go is an open source project developed by a team at Google and many contributors from the open source community. Go is distributed under a BSD-style license...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

Go is an open source project developed by a team at Google and many contributors from the open source community. Go is distributed under a BSD-style license.

Installed version

The currently installed version is available on environment hpc-env/6.4:

Go/1.8.1
Go/1.11.5

Using Go

If you want to find out more about Go on the HPC Cluster, you can use the command

module spider Go

This will show you basic informations e.g. a short description and the currently installed version.

To load the desired version of the module, use the command, e.g.

module load hpc-env 6.4
module load Go

Always remember: this command is case sensitive!


Documentation

The full documentation can be found [ here].