To install mpiperfcli or mpiperfviewer, download the sdist packages from the release page.
For both mpiperfviewer and mpiperfcli, download mpiperfcli-0.3.4.tar.gz and mpiperfviewer-0.3.4.tar.gz, then run:
$ pip install --user mpiperfcli-0.3.4.tar.gz mpiperfviewer-0.3.4.tar.gzmpiperfviewer can then be started using the corresponding command in your shell.
$ mpiperfviewerFor just mpiperfcli, download mpiperfcli-0.3.4.tar.gz, then run:
$ pip install --user mpiperfcli-0.3.4.tar.gzmpiperfcli can then be started using the corresponding command in your shell.
$ mpiperfcli -hNOTE: If your system does not allow for globally installed pip packages, consider using pipx instead. Alternatively, you can just install the package in a venv.
NOTE: Remember to add the corresponding folder from pip or pipx to you PATH environment variable.
mpiperfviewer uses uv.
You can install it using your local package manager or simply via:
$ curl -LsSf https://astral.sh/uv/install.sh | shThen, you can run mpiperfviewer in edit mode using:
$ uv run mpiperfviewer