NCAR / spack-gust

Spack production user software stack on the Gust test system
4 stars 0 forks source link

Spack's go crashes #26

Closed matthewsucar closed 1 year ago

matthewsucar commented 1 year ago

It'd be nice if this didn't happen:

matthews@gust01:~> go version
Segmentation fault (core dumped)
matthews@gust01:~> go run test.go
Segmentation fault (core dumped)
matthews@gust01:~> which go
/glade/u/apps/gust/22.08b/spack/opt/spack/go/1.18/gcc/7.5.0/bin/go
benkirk commented 1 year ago

Should be resolved as of 22.10:

$ module purge
$ module load ncarenv/22.10 
$ module load go
$ go --version
flag provided but not defined: -version
Go is a tool for managing Go source code.

Usage:

    go <command> [arguments]

...
vanderwb commented 1 year ago

Should work as documented by @benkirk. Closing.