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
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ author = {Roccon, A. and Soligo, G. and Soldati, A.},
17
17
}
18
18
```
19
19
20
+
Webminar on FLOW36 available on [Cassyni](https://cassyni.com/events/QYj3h1ohsebWbK8AFdiPJd)
21
+
20
22
21
23
## Main Developers:
22
24
G. Soligo (https://github.com/giovannisoligo) \
@@ -45,15 +47,21 @@ Click [here](http://calliope.dem.uniud.it) for a list of the published works
45
47
## Validation data and initial fields:
46
48
Click [here](https://doi.org/10.6084/m9.figshare.26232683) for the validation data shown in the manuscript
47
49
48
-
49
-
## How to:
50
-
See the handbook in the flow36_handbook folder
51
-
50
+
## How to run the code:
51
+
- Clone the repository
52
+
- Edit the compile.sh file; select the configurations you want to run and the modules you want to load (many EUROHPC supercomputer configs are available as well as for different compilers: GNU, Nvidia, AMD, Intel, IBM, etc.). Simulation parameters can be defined after the machine configuration section.
53
+
- Execute the compile.sh file (bash script); this will create the folder the set_run folder. Inside the folder, you will find the results folder and the sc_compiled folder where the source code compiled and the main executable (flow36) are present.
54
+
- Run the code using mpirun or edit/create the SLURM file for the respective machine.
55
+
- The resulting fields will be located in set_run/results and can be visualized using paraview. Paraview files can be generated using the paraview_output_fg post-processing code.
52
56
53
57
## Packages/libraries required:
54
-
- Fortran compiler (tested with gfortran, ifort, nvfortran, ftn and xlf)
55
-
- MPI Library (tested with MPICH, Spectrum, IntelMPI, OpenMPI)
0 commit comments