Skip to content
Snippets Groups Projects
config.json 1.56 KiB
Newer Older
        "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": {
Nicolas Richart's avatar
Nicolas Richart committed
                "url": "https://gitlab.epfl.ch/SCITAS/software-stack/scitas-spack-packages.git",
                "branch": "releases/2024.0.0"
        "mount_point": "/stack",
        "system_arch": "arch=linux-rhel9-x86_64_v2",
        "system_compiler": {
            "gcc@11": {
                "compiler": "gcc",
                "spec": "gcc@11.4.1",
                "version": "11.4.1"
            }
        },
        "compilers": {
            "gcc_stable": {
                "compiler": "gcc",
                "spec": "gcc@13.2.0 %gcc@11.4.1",
                "version": "13.2.0"
Nicolas Richart's avatar
Nicolas Richart committed
            },
            "oneapi": {
                "compiler": "oneapi",
                "spec": "intel-oneapi-compilers@2024.0.2 %gcc@11.4.1",
                "version": "2024.0.2"
            },
            "nvhpc": {
                "compiler": "nvhpc",
Nicolas Richart's avatar
Nicolas Richart committed
                "spec": "nvhpc@24.3 %gcc@11.4.1",
                "constraint": "env['environment'] in ['jed']"
            },
            "aocc": {
                "compiler": "aocc",
Nicolas Richart's avatar
Nicolas Richart committed
                "spec": "aocc@4.2.0 +license-agreed %gcc@11.4.1",
                "version": "4.2.0",
                "constraint": "env['environment'] in ['jed']"