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.
Files changed (188) hide show
  1. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/PKG-INFO +2 -2
  2. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/README.md +1 -1
  3. reframe_hpc-4.10.0.dev5/docs/man/man1/reframe.1 +3416 -0
  4. reframe_hpc-4.10.0.dev5/docs/man/man8/reframe.settings.8 +4386 -0
  5. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/singlenode.Dockerfile +20 -11
  6. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/docker-compose.yml +4 -2
  7. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/reframe/Dockerfile +10 -8
  8. reframe_hpc-4.10.0.dev5/examples/tutorial/output/generic/default/builtin/stream_test/rfm_job.out +33 -0
  9. reframe_hpc-4.10.0.dev5/examples/tutorial/output/generic/default/builtin/stream_test/rfm_job.sh +2 -0
  10. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/baseline/stream_test/rfm_job.err +0 -0
  11. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/baseline/stream_test/rfm_job.out +33 -0
  12. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/baseline/stream_test/rfm_job.sh +2 -0
  13. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_build.err +0 -0
  14. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_build.out +81 -0
  15. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_build.sh +16 -0
  16. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_job.err +0 -0
  17. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_job.out +1 -0
  18. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/builtin/ZlibEBCheck/rfm_job.sh +4 -0
  19. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_build.err +0 -0
  20. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_build.out +0 -0
  21. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_build.sh +12 -0
  22. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_job.err +0 -0
  23. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_job.out +33 -0
  24. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/clang/stream_build_test/rfm_job.sh +2 -0
  25. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_build.err +0 -0
  26. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_build.out +0 -0
  27. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_build.sh +12 -0
  28. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_job.err +0 -0
  29. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_job.out +33 -0
  30. reframe_hpc-4.10.0.dev5/examples/tutorial/output/tutorialsys/default/gnu/stream_build_test/rfm_job.sh +2 -0
  31. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/__init__.py +1 -1
  32. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/exceptions.py +0 -4
  33. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/logging.py +2 -8
  34. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/slurm.py +3 -5
  35. reframe_hpc-4.10.0.dev5/reframe/frontend/__init__.py +0 -0
  36. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/cli.py +1 -6
  37. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/schemas/config.json +0 -5
  38. reframe_hpc-4.10.0.dev5/tools/hatch_build.py +20 -0
  39. reframe_hpc-4.10.0.dev5/tools/publish_zenodo.py +35 -0
  40. reframe_hpc-4.10.0.dev5/tools/sleep_test.py +22 -0
  41. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/.gitignore +0 -0
  42. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/CONTRIBUTING.md +0 -0
  43. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/LICENSE +0 -0
  44. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/config/mysettings.py +0 -0
  45. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/cscs-webinar-2022.cast +0 -0
  46. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/src/stream.c +0 -0
  47. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream1.py +0 -0
  48. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream2.py +0 -0
  49. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream3.py +0 -0
  50. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream4.py +0 -0
  51. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream5.py +0 -0
  52. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream6.py +0 -0
  53. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream7.py +0 -0
  54. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream8.py +0 -0
  55. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/cscs-webinar-2022/tests/stream9.py +0 -0
  56. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/flux/README.md +0 -0
  57. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/flux/example1.py +0 -0
  58. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/flux/settings.py +0 -0
  59. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/reference_index.py +0 -0
  60. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/testlib/__init__.py +0 -0
  61. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/testlib/simple.py +0 -0
  62. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/testlib/utility/__init__.py +0 -0
  63. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/howto/testlib_example.py +0 -0
  64. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/baseline.py +0 -0
  65. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/baseline.yaml +0 -0
  66. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/baseline_contplatf.py +0 -0
  67. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/baseline_environs.py +0 -0
  68. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/baseline_modules.py +0 -0
  69. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster.py +0 -0
  70. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster_logging.py +0 -0
  71. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster_mpi.py +0 -0
  72. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster_perflogs.py +0 -0
  73. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster_perflogs_httpjson.py +0 -0
  74. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/cluster_resources.py +0 -0
  75. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/multifile/common/settings.py +0 -0
  76. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/multifile/environments/settings.py +0 -0
  77. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/config/multifile/pseudo-cluster/settings.py +0 -0
  78. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/containers/container_test.py +0 -0
  79. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/deps/deps_complex.py +0 -0
  80. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/deps/parameterized.py +0 -0
  81. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/eb-spack.dockerfile +0 -0
  82. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/flux.dockerfile +0 -0
  83. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/README.txt +0 -0
  84. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/dbd/Dockerfile +0 -0
  85. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/dbd/cgroup.conf +0 -0
  86. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/dbd/docker-entrypoint.sh +0 -0
  87. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/dbd/slurm.conf +0 -0
  88. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/dbd/slurmdbd.conf +0 -0
  89. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/master/Dockerfile +0 -0
  90. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/master/docker-entrypoint.sh +0 -0
  91. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/munge/Dockerfile +0 -0
  92. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/munge/entrypoint.sh +0 -0
  93. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/node/Dockerfile +0 -0
  94. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/node/docker-entrypoint.sh +0 -0
  95. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dockerfiles/slurm-cluster/reframe/docker-entrypoint.sh +0 -0
  96. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/dummy/params.py +0 -0
  97. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/easybuild/eb_test.py +0 -0
  98. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/mpi/osu.py +0 -0
  99. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/mpi/osu_deps.py +0 -0
  100. /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
  101. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/scripts/runall.sh +0 -0
  102. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/spack/spack_test.py +0 -0
  103. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/src/stream.c +0 -0
  104. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_build_run.py +0 -0
  105. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_config.yaml +0 -0
  106. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_cpuinfo.py +0 -0
  107. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_fixtures.py +0 -0
  108. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_make.py +0 -0
  109. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_multistep.py +0 -0
  110. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_parameters.py +0 -0
  111. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_parameters_fixtures.py +0 -0
  112. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_runonly.py +0 -0
  113. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_runonly_xfail.py +0 -0
  114. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_runonly_xfail_cond.py +0 -0
  115. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_variables.py +0 -0
  116. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_variables_fixtures.py +0 -0
  117. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/examples/tutorial/stream/stream_workflows.py +0 -0
  118. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/pyproject.toml +0 -0
  119. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/backends.py +0 -0
  120. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/buildsystems.py +0 -0
  121. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/builtins.py +0 -0
  122. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/config.py +0 -0
  123. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/containers.py +0 -0
  124. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/decorators.py +0 -0
  125. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/deferrable.py +0 -0
  126. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/environments.py +0 -0
  127. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/fields.py +0 -0
  128. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/fixtures.py +0 -0
  129. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/hooks.py +0 -0
  130. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/launchers/__init__.py +0 -0
  131. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/launchers/local.py +0 -0
  132. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/launchers/mpi.py +0 -0
  133. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/launchers/rsh.py +0 -0
  134. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/meta.py +0 -0
  135. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/modules.py +0 -0
  136. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/namespaces.py +0 -0
  137. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/parameters.py +0 -0
  138. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/pipeline.py +0 -0
  139. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/runtime.py +0 -0
  140. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/__init__.py +0 -0
  141. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/flux.py +0 -0
  142. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/local.py +0 -0
  143. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/lsf.py +0 -0
  144. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/oar.py +0 -0
  145. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/pbs.py +0 -0
  146. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/registry.py +0 -0
  147. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/sge.py +0 -0
  148. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/schedulers/ssh.py +0 -0
  149. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/settings.py +0 -0
  150. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/shell.py +0 -0
  151. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/systems.py +0 -0
  152. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/variables.py +0 -0
  153. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/core/warnings.py +0 -0
  154. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/argparse.py +0 -0
  155. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/autodetect.py +0 -0
  156. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/ci.py +0 -0
  157. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/dependencies.py +0 -0
  158. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/executors/__init__.py +0 -0
  159. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/executors/policies.py +0 -0
  160. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/filters.py +0 -0
  161. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/loader.py +0 -0
  162. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/printer.py +0 -0
  163. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/reporting/__init__.py +0 -0
  164. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/reporting/storage.py +0 -0
  165. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/reporting/utility.py +0 -0
  166. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/frontend/testgenerators.py +0 -0
  167. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/schemas/junit.xsd +0 -0
  168. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/schemas/runreport.json +0 -0
  169. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/__init__.py +0 -0
  170. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/color.py +0 -0
  171. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/cpuinfo.py +0 -0
  172. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/jsonext.py +0 -0
  173. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/osext.py +0 -0
  174. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/profile.py +0 -0
  175. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/sanity.py +0 -0
  176. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/typecheck.py +0 -0
  177. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/udeps.py +0 -0
  178. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/reframe/utility/versioning.py +0 -0
  179. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/share/completions/reframe.bash +0 -0
  180. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/share/completions/reframe.fish +0 -0
  181. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/share/completions/reframe.tcsh +0 -0
  182. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/gendoclistings.py +0 -0
  183. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/plot_pipeline_progress.py +0 -0
  184. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/plot_poll_rate.py +0 -0
  185. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/python/3.6/get-pip.py +0 -0
  186. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/python/3.7/get-pip.py +0 -0
  187. {reframe_hpc-4.10.0 → reframe_hpc-4.10.0.dev5}/tools/python/get-pip.py +0 -0
  188. {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` executable is installed in a standard path.
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` executable is installed in a standard path.
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