{"id":18762643,"url":"https://github.com/deephyper/deephyper-platform-configurations","last_synced_at":"2026-03-19T06:15:18.874Z","repository":{"id":104962410,"uuid":"596974488","full_name":"deephyper/deephyper-platform-configurations","owner":"deephyper","description":"This repository provides a set of configuration files and example scripts for running DeepHyper experiments on various platforms.","archived":false,"fork":false,"pushed_at":"2023-03-02T15:36:49.000Z","size":6,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-20T18:58:09.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deephyper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-03T10:47:06.000Z","updated_at":"2023-02-03T10:47:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5847d63-9e68-40f7-8cb8-2553ec07b999","html_url":"https://github.com/deephyper/deephyper-platform-configurations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deephyper/deephyper-platform-configurations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deephyper%2Fdeephyper-platform-configurations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deephyper%2Fdeephyper-platform-configurations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deephyper%2Fdeephyper-platform-configurations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deephyper%2Fdeephyper-platform-configurations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deephyper","download_url":"https://codeload.github.com/deephyper/deephyper-platform-configurations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deephyper%2Fdeephyper-platform-configurations/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260673693,"owners_count":23044990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T18:22:35.058Z","updated_at":"2026-02-03T15:03:24.296Z","avatar_url":"https://github.com/deephyper.png","language":null,"readme":"# DeepHyper Platform Configurations\n\nThis repository provides a set of configuration files and example scripts for running DeepHyper experiments on various platforms.\n\nThe `generic` subdirectory contains a minimal DeepHyper environment example that can be used as a starting point for systems for which there is no existing recipe.\n\n## Using spack.yaml files\n\nEach platform subdirectory in this repository provides a `spack.yaml` file.\nA `spack.yaml` file fully describes a Spack environment, including\nsystem-provided packages and compilers. It does so independently of any\n`compilers.yaml` or `packages.yaml` files installed in `~/.spack`, thereby\npreventing interference with user-specific spack configurations as much as\npossible.\n\nYou may use `spack.yaml` files to create a\n[Spack environment](https://spack.readthedocs.io/en/latest/environments.html)\nin which DeepHyper packages will be installed.\n\nIf you don't have Spack installed on your platform, clone it and set it up\nas follows.\n\n```bash\ngit clone -c feature.manyFiles=true https://github.com/spack/spack.git\n. spack/share/spack/setup-env.sh\n```\n\nRemember that the second line needs to be executed every time you open a new\nterminal; it may be helpful to create an alias in your bashrc file as a\nshortcut.\n\nYou will then need to clone `deephyper-spack-packages`, which contains the DeepHyper packages.\n\n```bash\ngit clone https://github.com/deephyper/deephyper-spack-packages.git\nspack repo add deephyper-spack-packages\n```\n\nNow clone the present repository and `cd` into the subdirectory relevant\nto your platform. For example:\n\n```bash\ngit clone https://github.com/deephyper/deephyper-platform-configurations.git\ncd deephyper-platform-configurations/ANL/Polaris\n```\n\nEdit the path to `deephyper-spack-packages` in the `repos` field of the `spack.yaml` file to\nmatch your installation.\n\nThen, execute the following command\n(changing _myenv_ into an appropriate name for your environment).\n\n```bash\nspack env create myenv spack.yaml\n```\n\nChange to a directory outside of the `deephyper-platform-configurations` folders\nand activate the environment as follows.\n\n```bash\nspack env activate myenv\n```\n\nOnce you have added the specs you need in your environment, install\neverything by executing the following command.\n\n```bash\nspack install\n```\n\nYou may add more specs later on. For more information on how to manage\nSpack environments, please refer to the Spack documentation.\n\n\n## Acknowledgment\n\nThis repository was created by following the example of the [Mochi Project](https://github.com/mochi-hpc-experiments/platform-configurations).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeephyper%2Fdeephyper-platform-configurations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeephyper%2Fdeephyper-platform-configurations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeephyper%2Fdeephyper-platform-configurations/lists"}