You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-38Lines changed: 19 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,12 @@ The stages of this pipeline take care of all the system interaction details, suc
27
27
Writing system regression tests in a high-level modern programming language, like Python, poses a great advantage in organizing and maintaining the tests.
28
28
Users can create their own test hierarchies, create test factories for generating multiple tests at the same time and also customize them in a simple and expressive way.
29
29
30
+
Please visit the project's documentation [page](https://reframe-hpc.readthedocs.io/) for all the details!
30
31
31
-
## Getting ReFrame
32
32
33
-
ReFrame is almost ready to run just after you clone it from Github.
33
+
## Installation
34
+
35
+
ReFrame is fairly easy to install.
34
36
All you need is Python 3.6 or above and to run its bootstrap script:
35
37
36
38
```bash
@@ -40,37 +42,19 @@ cd reframe
40
42
./bin/reframe -V
41
43
```
42
44
43
-
### Other installation ways
44
-
45
-
You can also install ReFrame through the following channels:
46
-
47
-
- Through [PyPI](https://pypi.org/project/ReFrame-HPC/):
48
-
49
-
```
50
-
pip install reframe-hpc
51
-
```
52
-
53
-
- Through [Spack](https://spack.io/):
54
-
55
-
```
56
-
spack install reframe
57
-
```
58
-
59
-
- Through [EasyBuild](https://easybuild.readthedocs.io/):
NOTE: Unit tests require a functional C compiler, available through the `cc` command, that is also able to recognize the ``-O2`` option.
57
+
The [GNU Make](https://www.gnu.org/software/make/) build tool is also needed.
74
58
75
59
76
60
### Building the documentation locally
@@ -102,21 +86,18 @@ However, they can serve as a very good starting point for implementing your syst
102
86
103
87
You can get in contact with the ReFrame community in the following ways:
104
88
105
-
### Mailing list
106
-
107
-
For keeping up with the latest news about ReFrame, posting questions and, generally getting in touch with other users and the developers, you may follow the mailing list: [[email protected]](mailto:[email protected]).
Please join the community's [Slack channel](https://reframe-slack.herokuapp.com) for keeping up with the latest news about ReFrame, posting questions and, generally getting in touch with other users and the developers.
113
92
114
-
### Slack
93
+
### Mailing list
115
94
116
-
You may also reach the community through Slack [here](https://reframe-slack.herokuapp.com).
0 commit comments