No project description provided
Project description
PCVS Documentation
About
Parallel Computing Validation System (PCVS) is a Validation Orchestrator designed by and for software at scale. Its primary target is HPC applications & runtimes but can flawlessly address smaller use cases. PCVS can help users to create their test scenarios and reuse them among multiples implementations, an high value when it comes to validating Programmation standards (like APIs & ABIs). No matter the number of programs, benchmarks, languages, or tech non-regression bases use, PCVS gathers in a single execution, and, with a focus on interacting with HPC batch managers efficiently, run jobs concurrently to reduce the time-to-result overall. Through basic YAML-based configuration files, PCVS handles more than hundreds of thousands of tests and helps developers to ensure code production is moving forward.
PCVS is documented through ReStructuredText. which can be found under the
/docs
directory. A built version can be found at (https://pcvs.readthedocs.io)
Quick installation guide
A more detailed guide to install PCVS can be found in the appropriate documentation, here is a quick overview to set up and test the framework.
.. code-block:: bash
# considering python3.5+
$ pip3 install -r requirements.txt
# for dev/testing purposes, use:
$ pip3 install -r requirements-dev.txt
$ pip3 install pcvs
# basic tests:
$ tox
# OR
$ coverage run
Complete documentation
PCVS documentation is currently in active progress. Feel free to redistribute comments and/or notes to the dev team about what should be more covered. Multiple documentation can be generated from this repo:
- the CLI is managed and documented through
click
. The manpages can be automatically built with the third-party toolclick-man
(not a dep, should be installed manually). Note that these manpages may not contain more information than the content of each--help
command. - The general documentation (readthedocs.io-formatted) through
sphinx
, able to generate multiple formats:
.. code-block:: bash
$ pip3 install -r requirements-dev.txt
$ make -C docs/source # will list available doc formats
$ make -C docs/source man # global documentation as man pages (not CLI)
$ make -C docs/source html # readthedocs-based
Contributions
A guide about contributing to PCVS can be found in the
CONTRIBUTING
section of the documentation.
Authors
This work is currently supported by the French Alternative Energies and Atomic Energy Commission (CEA). For any question and/or remarks, please contact :
- Julien JAEGER julien.jaeger@cea.fr
License
PCVS is released under the CeCILL-C Free Software License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pcvs-0.6.0.tar.gz
.
File metadata
- Download URL: pcvs-0.6.0.tar.gz
- Upload date:
- Size: 462.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 979a6b31076b0dbcaf184f8a2f07a56ffcbcd05d351a8f816df534905bc017bf |
|
MD5 | e15a8e8e104abe3f09306b721b7a83fc |
|
BLAKE2b-256 | e34fbdc06130e270d1a3a27d4cb66eae833005b1d347f897e739244a7894161f |
File details
Details for the file pcvs-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: pcvs-0.6.0-py3-none-any.whl
- Upload date:
- Size: 503.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6641c81ead6c0952d9de0f847c2503551efca476eb266ee134fc783d97721811 |
|
MD5 | a92b662c99e7b48c498a87703b144cfb |
|
BLAKE2b-256 | 2a12fb6b537a421315538963ad444b7678a509b060598aa6071c2273d179b8d0 |