Skip to content

Commit c6bad4f

Browse files
Update README.md
1 parent 5e7c149 commit c6bad4f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ Names: Gaspare Li Causi, Lorenzo Tomada
22

33
email: glicausi@sissa.it, ltomada@sissa.it
44

5-
# TODO
6-
Running example in run.sh
7-
85
# Introduction
96
This repository contains the final project for the course in Development Tools in Scientific Computing.
107

@@ -42,6 +39,10 @@ All the scripts in the `scripts` folder are either used for profiling or to prov
4239

4340
# How to run
4441
We provide an example of running code in the `script` folder.
42+
Assuming that you are in the root folder of the project, it sufficies to use
43+
```bash
44+
python scripts/mpi_running.py
45+
```
4546
In the `shell` folder, we provide a `submit.sbatch` file to run using `SLURM`, as well as a `submit.sh` to run the same experiment locally.
4647
In particular, these two files perform memory profiling.
4748

0 commit comments

Comments
 (0)