toxa81 / se

Software environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software environments

Deployment steps

  • clone spack git clone https://github.com/spack/spack.git
  • enable spack source enable-spack
  • srun -N2 -n8 --partition=nvgpu spack -e ./env-spec/core install -j16
  • install gcc-11.3.0 view spack -e ./env-spec/gcc-11.3.0/ install
  • install nvhpc-22.9 srun -N1 --partition=nvgpu spack -e . install -j64

spack compiler find $(spack find --format {prefix.bin} gcc@11)

About

Software environments


Languages

Language:Makefile 89.1%Language:C++ 10.9%