File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ Names: Gaspare Li Causi, Lorenzo Tomada
2
2
3
3
email: glicausi@sissa.it , ltomada@sissa.it
4
4
5
- # TODO
6
- Running example in run.sh
7
-
8
5
# Introduction
9
6
This repository contains the final project for the course in Development Tools in Scientific Computing.
10
7
@@ -42,6 +39,10 @@ All the scripts in the `scripts` folder are either used for profiling or to prov
42
39
43
40
# How to run
44
41
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
+ ```
45
46
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.
46
47
In particular, these two files perform memory profiling.
47
48
You can’t perform that action at this time.
0 commit comments