Skip to content
Snippets Groups Projects
config.json 2.42 KiB
{
    "spack": {
        "version": "v0.22.0",
        "repos": {
            "scitas-externals": {
                "url": "https://gitlab.epfl.ch/SCITAS/software-stack/spack-repo-externals.git",
                "branch": "releases/2024.0.0"
            },
            "scitas-packages": {
                "url": "https://gitlab.epfl.ch/SCITAS/software-stack/scitas-spack-packages.git",
                "branch": "releases/2024.0.0"
            }
        }
    },
    "stack": {
        "mount_point": "/stack",
        "system_arch": "target=x86_64_v3",
        "system_compiler": {
            "gcc@11": {
                "compiler": "gcc",
                "spec": "gcc@11.4.1",
                "version": "11.4.1"
            }
        },
        "targets": {
            "helvetios": "skylake_avx512",
            "izar": "cascadelake",
            "jed": "icelake",
            "kuma_l40s": "zen4",
            "kuma_h100": "zen4"
        },
        "compilers": {
            "gcc_stable": {
                "compiler": "gcc",
                "spec": "gcc@13.2.0 %gcc@11.4.1",
                "version": "13.2.0"
            },
            "oneapi": {
                "compiler": "oneapi",
                "spec": "intel-oneapi-compilers@2024.0.2 %gcc@11.4.1",
                "version": "2024.0.2"
            },
            "nvhpc": {
                "compiler": "nvhpc",
                "spec": "nvhpc@24.3 %gcc@11.4.1",
                "version": "24.3",
                "constraint": "env['environment'] in ['jed']"
            },
            "aocc": {
                "compiler": "aocc",
                "spec": "aocc@4.2.0 +license-agreed %gcc@11.4.1",
                "version": "4.2.0",
                "constraint": "env['environment'] in ['jed']"
            }
        },
        "system_packages": [
            "autoconf",
            "automake",
            "autotools",
            "ca-certificates-mozilla",
            "cmake",
            "diffutils",
            "expat",
            "findutils",
            "freetype",
            "gettext",
            "glibc",
            "gmake",
            "gnuplot",
            "libevent",
            "m4",
            "ncurses",
            "openssl",
            "pcre",
            "perl",
            "pkgconf",
            "pmix",
            "rdma-core",
            "readline",
            "slurm",
            "sqlite",
            "texinfo",
            "zlib-ng",
            "zstd"
        ]
    }
}