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.
Fabio Durastante ddb84b5563 | 7 months ago | |
---|---|---|
.. | ||
runs | 7 months ago | |
Makefile | 7 months ago | |
README | 7 months ago | |
d_file_spmv.f90 | 7 months ago | |
pdgenspmv.f90 | 7 months ago | |
s_file_spmv.f90 | 7 months ago | |
vecoperation.f90 | 7 months ago |
README
# 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 ```