Installing ACCESS-OM2 on NeSI (New Zealand supercomputer)

Thanks Aidan. I am trying one more time then… FYI the edit to the spack.yaml is this:

   netcdf-c:
      require:
      - '@4.9.2~blosc'

For what it’s worth, one thing I’ve found useful when running the spack install is to do this:

spack -d -v install > install_log.txt 2> error_log.txt

Because that gives me some information about what is going on with the cmake and compiler steps. It’s all a bit too hidden otherwise.

1 Like