Skip to content

Commit

Permalink
WIP: New tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Feb 22, 2024
1 parent d8b25bb commit 8a961f6
Show file tree
Hide file tree
Showing 39 changed files with 2,704 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2016-2022, Swiss National Supercomputing Center (CSCS/ETH Zurich)
Copyright (c) 2016-2023, Swiss National Supercomputing Center (CSCS/ETH Zurich)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 3 additions & 0 deletions docs/_static/img/test-naming.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/howto.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ReFrame How Tos
===============

This is a collection of "How To" articles on specific ReFrame usage topics.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ Webinars and Tutorials

.. toctree::
:caption: Table of Contents
:maxdepth: 2

started
whats_new_40
tutorials
tutorial
howto
configure
topics
manuals
Expand Down
4 changes: 2 additions & 2 deletions docs/manpage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ An action must always be specified.
For more information, have a look in :ref:`generate-ci-pipeline`.

.. note::
This option will not work with the `test generation options <#test-generators>`.
This option will not work with the :ref:`test generation options <test-generators>`.


.. versionadded:: 3.4.1
Expand Down Expand Up @@ -575,7 +575,7 @@ Options controlling ReFrame execution
This is not a problem when rerunning a failed case, since the stage directories of its dependencies are automatically kept, but if you want to rerun a successful test case, you should make sure to have run with the :option:`--keep-stage-files` option.

.. note::
This option will not work with the `test generation options <#test-generators>`.
This option will not work with the :ref:`test generation options <test-generators>`.

.. versionadded:: 3.4

Expand Down
4 changes: 4 additions & 0 deletions docs/started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ The ``./bootstrap.sh`` has two additional variant options:
The bootstrap script for ReFrame was added.
For previous ReFrame versions you should install its requirements using ``pip install -r requirements.txt`` in a Python virtual environment.

.. versionchanged:: 4.5
ReFrame supports now multiarch builds and it will place all of its dependencies in an arch-specific directory under its prefix.
Also, ``pip`` is no more required, as the bootstrap script will start a virtual environment without ``pip`` and will fetch a fresh ``pip``, which will be used to install the dependencies.


Enabling auto-completion
------------------------
Expand Down

0 comments on commit 8a961f6

Please sign in to comment.