Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fluxgen

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluxgen

Helper tool to install and configure Flux Framework

  • 0.0.16
  • PyPI
  • Socket score

Maintainers
1

fluxgen

install and configure Flux Framework

PyPI - Version

This small library makes it easy to generate install scripts and configuration to get flux up and running! We will run this in the context of a JobSet, with the goal to generate the scripts necessary to install flux, etc.

🚧 Under Construction! 🚧

Usage

Fluxgen has two modes. If you use create you will create an install script that installs flux, creates configuration assets, and starts the brokers. if you use install it will just generate the install script.

Install

Here is how to generate an install script.

# Preview in terminal
fluxgen install --dry-run

# Write to file
fluxgen install
Writing install script to flux-install.sh

Create

Here is an example for using fluxgen to generate an install script for a worker.

fluxgen create --brokers flux-sample[0-10] command arg1 arg2

And the lead broker:

fluxgen create --lead-broker --brokers flux-sample[0-10] command arg1 arg2

Just preview:

fluxgen create --lead-broker --brokers flux-sample[0-10] --dry-run command arg1 arg2

License

HPCIC DevTools is distributed under the terms of the MIT license. All new contributions must be made under this license.

See LICENSE, COPYRIGHT, and NOTICE for details.

SPDX-License-Identifier: (MIT)

LLNL-CODE- 842614

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc