https://github.com/converged-computing/flux-burst-local
Prototyping local bursting (under development!)
https://github.com/converged-computing/flux-burst-local
Last synced: 5 months ago
JSON representation
Prototyping local bursting (under development!)
- Host: GitHub
- URL: https://github.com/converged-computing/flux-burst-local
- Owner: converged-computing
- License: mit
- Created: 2023-07-14T05:31:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T06:22:56.000Z (almost 3 years ago)
- Last Synced: 2025-09-10T14:49:48.254Z (9 months ago)
- Language: Python
- Size: 741 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Flux Burst Plugin for Local
This is an example implementation for a bursting plugin for Flux.
In this case, a "local" burst references a cluster that might be accessible
on a shared cluster, such as SLURM. For early development, we are testing
in the context of simply starting a set of nodes that are alongside one another
in an allocation.
For instructions, see the [main flux-burst repository](https://github.com/converged-computing/flux-burst).

**under development** not ready for usage.
## Development
You can start VSCode using a Development container, and flux is available for you to use!
## License
HPCIC DevTools is distributed under the terms of the MIT license.
All new contributions must be made under this license.
See [LICENSE](https://github.com/converged-computing/flux-burst/blob/main/LICENSE),
[COPYRIGHT](https://github.com/converged-computing/flux-burst/blob/main/COPYRIGHT), and
[NOTICE](https://github.com/converged-computing/flux-burst/blob/main/NOTICE) for details.
SPDX-License-Identifier: (MIT)
LLNL-CODE- 842614