Skip to content

Commit fb81017

Browse files
authored
Reorganise README layout
1 parent 1a959af commit fb81017

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

README.md

+13-17
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ Apart from the introduction, it is not not necessary to follow the Parts in the
2323
4. [Part 4: mpi4py](https://nbviewer.jupyter.org/github/dvalters/RSE18-Python-Parallel-workshop/blob/master/workshop_notebooks/Part4_MPI4py.ipynb)
2424
5. [Discussion and Conclusions](https://nbviewer.jupyter.org/github/dvalters/RSE18-Python-Parallel-workshop/blob/master/workshop_notebooks/Conclusions.ipynb)
2525

26+
## Installation and testing of python packages notes
27+
28+
The `install_log.txt` contains all the steps used to set up the VM used at the RSE18 conference (apt installs, conda install etc) - you can use it outwith the conference to replicate the environment used there.
29+
30+
The `package-list.txt` lists all the conda packages installed in the environment.
31+
32+
The tests to check the packages are working correctly are in the `test_workshop_VM` folder
33+
34+
- Run the script `run_all_workshop_tests.sh` from that directory.
35+
- They can also be run individually from within each subdirectory if needed.
36+
- The full correct outputs are in `test_correct_ouput_log.txt`
37+
- There should be no Python tracebacks or import errors if everything runs correctly.
38+
2639

2740
### Notes for setting up the VM from the RSE workshop
2841

@@ -43,20 +56,3 @@ conda activate intel_env
4356
```
4457

4558
Now the required Python packages will be available.
46-
47-
## Installation and testing of python packages notes
48-
49-
50-
The `install_log.txt` contains all the steps used to set up the VM (apt installs, conda install etc)
51-
52-
The `package-list.txt` lists all the conda packages installed in the environment.
53-
54-
The tests to check the packages are working correctly are in the `test_workshop_VM` folder
55-
56-
- Run the script `run_all_workshop_tests.sh` from that directory.
57-
- They can also be run individually from within each subdirectory if needed.
58-
- The full correct outputs are in `test_correct_ouput_log.txt`
59-
- There should be no Python tracebacks or import errors if everything runs correctly.
60-
61-
62-

0 commit comments

Comments
 (0)