Skip to main content

midas-parsl-configs

Bundled + user-extensible Parsl configs for MIDAS pipelines.

This package owns the cluster Parsl configs that used to live under FF_HEDM/workflows/*Config.py and NF_HEDM/workflows/*Config.py, plus a registry + a SLURM/PBS submit-script-to-config generator so users don't have to hand-edit Python to bring a new cluster online.

What it gives you

from midas_parsl_configs import load_config, available_configs

available_configs()
# {'local': 'builtin', 'umich': 'builtin', 'polaris': 'builtin',
#  'mycluster': 'user:/Users/me/.midas/parsl_configs/myclusterConfig.py', ...}

cfg = load_config("polaris", n_nodes=4, n_cpus=64,
                  script_dir="/path/to/run")
parsl.load(config=cfg)

load_config sets the env vars the bundled configs read at import time (MIDAS_SCRIPT_DIR, nNodes, PROJECT_NAME, QUEUE_NAME, CONDA_LOC) before importing the module so you get a runnable Config back.

Bundled configs

name scheduler source
local ThreadPoolExecutor local development
adhoc AdHoc + SSH beam-time pool of workers
orthrosnew AdHoc + SSH APS Orthros (puppy80…)
orthrosall AdHoc + SSH APS Orthros (pup0100…)
umich SlurmProvider UMich GreatLakes
marquette SlurmProvider Marquette HPC
purdue SlurmProvider Purdue Halstead
polaris PBSProProvider ALCF Polaris

Bringing your own cluster online

midas-parsl-configs generate /path/to/your_submit.sh --name mycluster

This parses #SBATCH / #PBS directives + the body's module load / conda activate / source lines, then writes ~/.midas/parsl_configs/myclusterConfig.py. From then on midas-parsl-configs list and any pipeline driver that resolves through the registry (midas-ff-pipeline, in particular) can use --machine mycluster.

Override the user dir with MIDAS_PARSL_CONFIGS_DIR if you want the file written somewhere else.

User configs override bundled configs of the same name — useful when you're iterating on a cluster's setup without losing the upstream default.

CLI

midas-parsl-configs list                                    # show every visible config + source
midas-parsl-configs generate <submit.sh> --name <short>     # write user config from submit script
midas-parsl-configs generate <submit.sh> --name x --print   # dry run, prints to stdout
midas-parsl-configs show <name>                             # repr() of the resolved Config
midas-parsl-configs path                                    # path to the user config dir

What generate translates

SLURM (#SBATCH):

  • --partition / -ppartition
  • --account / -Ascheduler_options (#SBATCH --account=…)
  • --time / -twalltime
  • --nodes / -Nnodes_per_block
  • --ntasks-per-nodecores_per_worker
  • --cpus-per-task / -ccores_per_worker
  • --gresscheduler_options + GPU count detection
  • --constraint / --qos / --mem → passed through as scheduler_options
  • --job-name / -J → executor label

PBS (#PBS):

  • -q → queue
  • -A → account
  • -l walltime=… → walltime
  • -l select=N:ncpus=M:ngpus=Knodes_per_block + cores_per_worker + GPU count
  • -l filesystems=… → scheduler_options
  • -N → executor label

Anything we can't translate becomes a passthrough scheduler_options line so you can refine the generated module by hand if needed.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

midas_parsl_configs-0.1.2.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

midas_parsl_configs-0.1.2-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

Details for the file midas_parsl_configs-0.1.2.tar.gz.

File metadata

  • Download URL: midas_parsl_configs-0.1.2.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for midas_parsl_configs-0.1.2.tar.gz
Algorithm Hash digest
SHA256 4c41831ab74856c8329ec27f3dee85e6fda0f85ebce6ee8222f8b9b3abefd2b1
MD5 f9f6bd500b53dc8005f3a8f68393cf3e
BLAKE2b-256 287d1f21d4015cfbf3610abbe561e950a737336236b74021224d73066705fa7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for midas_parsl_configs-0.1.2.tar.gz:

Publisher: python-packages.yml on marinerhemant/MIDAS

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file midas_parsl_configs-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for midas_parsl_configs-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bbfa1328a286e04c00c8c6f0535022a213284344451dc739b7f186825f29f0b3
MD5 3c1a224c3703564f4d892eac962e82b6
BLAKE2b-256 7b0b64c3e3804f7e7c76123277e5425399b6a38401c85efe4c92213b1551076f

See more details on using hashes here.

Provenance

The following attestation bundles were made for midas_parsl_configs-0.1.2-py3-none-any.whl:

Publisher: python-packages.yml on marinerhemant/MIDAS

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page