You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
634 B
Plaintext
27 lines
634 B
Plaintext
7 months ago
|
# 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
|
||
|
```
|
||
|
|
||
|
|