https://github.com/open-mpi/ompi-scripts
Various infrastructure / scripts
https://github.com/open-mpi/ompi-scripts
hacktoberfest
Last synced: 8 months ago
JSON representation
Various infrastructure / scripts
- Host: GitHub
- URL: https://github.com/open-mpi/ompi-scripts
- Owner: open-mpi
- License: other
- Created: 2017-02-16T18:55:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T00:16:00.000Z (about 1 year ago)
- Last Synced: 2025-03-20T22:18:40.829Z (9 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 2
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# General scripts used by the Open MPI infrastructure.
A place for all the various cross-project scripts that used to live in
the main ompi/ tree or, worse, in every source tree, each with its own
bugs. Initially, this is mainly nightly build scripts.
## nightly-tarball/
Scripts for building the nightly tarballs for ompi, pmix, and hwloc.
The scripts are designed to push to S3 (fronted by the CloudFront
download.open-mpi.org URL), but can also scp to the web tree for
www.open-mpi.org until the web bits are updated.
## migration/
Scripts for migrating bits of Open MPI's infrastructure from IU or
HostGator to AWS.
## jenkins/
Scripts used for running the community Jenkins server
(https://jenkins.open-mpi.org/).
## dist/
Scripts used to build releases, upload to s3, etc. The jenkins and
nightly tarball scripts call these, in addition to direct human use.
## administrative/
Scripts used for administrative purposes. For example, a script to
assist with the annual Github 'open-mpi' organization committer
review.