Go 2016

From HPC users
Revision as of 12:52, 11 March 2022 by Schwietzer (talk | contribs) (→‎Using Go)
(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

... on environment hpc-env/8.3:

Go/1.14
Go/1.17.6

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/8.3
module load Go

Always remember: this command is case sensitive!

Documentation

Different documentations can be found here.