Golang 1.9

Build simple, secure, scalable systems with Go.

  • An open-source programming language supported by Google
  • Easy to learn and great for teams
  • Built-in concurrency and a robust standard library
  • Large ecosystem of partners, communities, and tools

Usage

Example script : testGolang.sh

#!/bin/bash

#SBATCH -e golang_test%j.err
#SBATCH -o golang_test%j.msg
#SBATCH -p thin
#SBATCH -N 4
#SBATCH --ntasks-per-node=24

module load golang/1.9

go --help
go version

Submit with :

sbatch --account=your_project_ID testGolang.sh

More info :