Difference between revisions of "Go 2016"
From HPC users
Jump to navigationJump to search
Schwietzer (talk | contribs) |
Schwietzer (talk | contribs) |
||
Line 5: | Line 5: | ||
== Installed version == | == Installed version == | ||
The currently installed version is available on environment ''hpc-env/6.4'': | The currently installed version is available...'' | ||
... on environment ''hpc-env/6.4'': | |||
'''Go/1.8.1''' | '''Go/1.8.1''' | ||
'''Go/1.11.5''' | '''Go/1.11.5''' | ||
... on environment ''hpc-env/8.3'': | |||
'''Go/1.14''' | |||
'''Go/1.17.6''' | |||
== Using Go == | == Using Go == |
Revision as of 12:52, 11 March 2022
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 6.4 module load Go
Always remember: this command is case sensitive!
Documentation
Different documentations can be found here.