Fixed extension
parent
ddb84b5563
commit
784f4aadf9
@ -0,0 +1,26 @@
|
||||
# Istruzioni
|
||||
|
||||
Per poter compilare ed eseguire il codice di test è necessario che i seguenti moduli siano caricati:
|
||||
```
|
||||
Currently Loaded Modulefiles:
|
||||
1) gcc/12.3.0 2) metis/5.1.0-gcc-12.3.0 3) openmpi/4.1.6-gcc-12.3.0 4) openblas/0.3.24-gcc-12.3.0
|
||||
```
|
||||
Si esegua
|
||||
```bash
|
||||
module load gcc/12.3.0 metis/5.1.0-gcc-12.3.0 openmpi/4.1.6-gcc-12.3.0 openblas/0.3.24-gcc-12.3.0
|
||||
module list
|
||||
```
|
||||
Ora possiamo compilare con il comando `make`.
|
||||
|
||||
Fare `cd` nella cartella `runs` e mettere in coda il processo parallelo.
|
||||
```bash
|
||||
make
|
||||
cd runs
|
||||
sbatch run.sh
|
||||
```
|
||||
Possiamo verificare che il processo sia messo in coda facendo:
|
||||
```bash
|
||||
squeue
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue