reframe-hpc 4.10.0__tar.gz → 4.10.0.dev5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/PKG-INFO +2 -2
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/README.md +1 -1
- reframe_hpc-4.10.0.dev5/docs/man/man1/reframe.1 +3416 -0
- reframe_hpc-4.10.0.dev5/docs/man/man8/reframe.settings.8 +4386 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/singlenode.Dockerfile +20 -11
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/docker-compose.yml +4 -2
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/reframe/Dockerfile +10 -8
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/generic/default/builtin/stream_test/rfm_job.out +33 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/generic/default/builtin/stream_test/rfm_job.sh +2 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/baseline/stream_test/rfm_job.err +0 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/baseline/stream_test/rfm_job.out +33 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/baseline/stream_test/rfm_job.sh +2 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_build.err +0 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_build.out +81 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_build.sh +16 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_job.err +0 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_job.out +1 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_job.sh +4 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_build.err +0 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_build.out +0 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_build.sh +12 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_job.err +0 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_job.out +33 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_job.sh +2 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_build.err +0 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_build.out +0 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_build.sh +12 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_job.err +0 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_job.out +33 -0
- reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_job.sh +2 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/__init__.py +1 -1
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/exceptions.py +0 -4
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/logging.py +2 -8
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/slurm.py +3 -5
- reframe_hpc-4.10.0.dev5/reframe/frontend/__init__.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/cli.py +1 -6
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/schemas/config.json +0 -5
- reframe_hpc-4.10.0.dev5/tools/hatch_build.py +20 -0
- reframe_hpc-4.10.0.dev5/tools/publish_zenodo.py +35 -0
- reframe_hpc-4.10.0.dev5/tools/sleep_test.py +22 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/.gitignore +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/CONTRIBUTING.md +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/LICENSE +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/config/mysettings.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/cscs-webinar-2022.cast +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/src/stream.c +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream1.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream2.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream3.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream4.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream5.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream6.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream7.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream8.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream9.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/flux/README.md +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/flux/example1.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/flux/settings.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/reference_index.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/testlib/__init__.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/testlib/simple.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/testlib/utility/__init__.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/testlib_example.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/baseline.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/baseline.yaml +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/baseline_contplatf.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/baseline_environs.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/baseline_modules.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster_logging.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster_mpi.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster_perflogs.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster_perflogs_httpjson.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster_resources.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/multifile/common/settings.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/multifile/environments/settings.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/multifile/pseudo-cluster/settings.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/containers/container_test.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/deps/deps_complex.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/deps/parameterized.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/eb-spack.dockerfile +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/flux.dockerfile +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/README.txt +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/dbd/Dockerfile +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/dbd/cgroup.conf +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/dbd/docker-entrypoint.sh +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/dbd/slurm.conf +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/dbd/slurmdbd.conf +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/master/Dockerfile +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/master/docker-entrypoint.sh +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/munge/Dockerfile +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/munge/entrypoint.sh +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/node/Dockerfile +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/node/docker-entrypoint.sh +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/reframe/docker-entrypoint.sh +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dummy/params.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/easybuild/eb_test.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/mpi/osu.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/mpi/osu_deps.py +0 -0
- /reframe_hpc-4.10.0/reframe/frontend/__init__.py → /reframe_hpc-4.10.0.dev5/examples/tutorial/output/generic/default/builtin/stream_test/rfm_job.err +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/scripts/runall.sh +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/spack/spack_test.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/src/stream.c +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_build_run.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_config.yaml +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_cpuinfo.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_fixtures.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_make.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_multistep.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_parameters.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_parameters_fixtures.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_runonly.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_runonly_xfail.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_runonly_xfail_cond.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_variables.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_variables_fixtures.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_workflows.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/pyproject.toml +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/backends.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/buildsystems.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/builtins.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/config.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/containers.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/decorators.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/deferrable.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/environments.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/fields.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/fixtures.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/hooks.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/launchers/__init__.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/launchers/local.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/launchers/mpi.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/launchers/rsh.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/meta.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/modules.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/namespaces.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/parameters.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/pipeline.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/runtime.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/__init__.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/flux.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/local.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/lsf.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/oar.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/pbs.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/registry.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/sge.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/ssh.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/settings.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/shell.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/systems.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/variables.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/warnings.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/argparse.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/autodetect.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/ci.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/dependencies.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/executors/__init__.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/executors/policies.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/filters.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/loader.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/printer.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/reporting/__init__.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/reporting/storage.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/reporting/utility.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/testgenerators.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/schemas/junit.xsd +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/schemas/runreport.json +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/__init__.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/color.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/cpuinfo.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/jsonext.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/osext.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/profile.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/sanity.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/typecheck.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/udeps.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/versioning.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/share/completions/reframe.bash +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/share/completions/reframe.fish +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/share/completions/reframe.tcsh +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/gendoclistings.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/plot_pipeline_progress.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/plot_poll_rate.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/python/3.6/get-pip.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/python/3.7/get-pip.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/python/get-pip.py +0 -0
- {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/requirements.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reframe-hpc
|
|
3
|
-
Version: 4.10.0
|
|
3
|
+
Version: 4.10.0.dev5
|
|
4
4
|
Summary: ReFrame is a powerful framework for writing system regression tests and benchmarks, specifically targeted to HPC systems
|
|
5
5
|
Project-URL: documentation, https://reframe-hpc.readthedocs.io/
|
|
6
6
|
Project-URL: releasenotes, https://github.com/reframe-hpc/reframe/releases
|
|
@@ -133,7 +133,7 @@ uvx reframe --version
|
|
|
133
133
|
|
|
134
134
|
This will pull ReFrame's dependencies and run it.
|
|
135
135
|
It also caches them, so that the next time you invoke it, it will not download and install them again.
|
|
136
|
-
The only "downside" of this method is that you have to always invoke ReFrame through `uvx`, as opposed to the `uv tool install` method, where the `reframe`
|
|
136
|
+
The only "downside" of this method is that you have to always invoke ReFrame through `uvx`, as opposed to the `uv tool install` method, where the `reframe` execcutable is installed in a standard path.
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
## Running from source
|
|
@@ -94,7 +94,7 @@ uvx reframe --version
|
|
|
94
94
|
|
|
95
95
|
This will pull ReFrame's dependencies and run it.
|
|
96
96
|
It also caches them, so that the next time you invoke it, it will not download and install them again.
|
|
97
|
-
The only "downside" of this method is that you have to always invoke ReFrame through `uvx`, as opposed to the `uv tool install` method, where the `reframe`
|
|
97
|
+
The only "downside" of this method is that you have to always invoke ReFrame through `uvx`, as opposed to the `uv tool install` method, where the `reframe` execcutable is installed in a standard path.
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
## Running from source
|