Scroll to navigation

PARSL-PERF(1) User Commands PARSL-PERF(1)

NAME

parsl-perf - performance measurements of parsl configuration

DESCRIPTION

usage: parsl-perf [-h] --config CONFIG [--resources EXPR] [--time SECONDS]

[--argsize BYTES]

Measure performance of Parsl configurations

options:

show this help message and exit
path to Python file that defines a configuration
parsl_resource_specification dictionary
target number of seconds for an iteration
extra bytes to add into app invocation arguments

Example usage: python -m parsl.benchmark.perf --config parsl/tests/configs/workqueue_blocks.py --resources '{"cores":1, "memory":0, "disk":0}'

May 2024 parsl-perf 2024.05.06+ds