calcoloscientifico:benchmarks
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Entrambe le parti precedenti la revisioneRevisione precedenteProssima revisione | Revisione precedente | ||
calcoloscientifico:benchmarks [04/06/2018 12:28] – [Job MPI with IntelMPI] roberto.alfieri | calcoloscientifico:benchmarks [17/04/2020 15:44] (versione attuale) – roberto.alfieri | ||
---|---|---|---|
Linea 1: | Linea 1: | ||
- | < | + | |
- | Progetto HPC <em>- Calcolo Scientifico dell' | + | |
- | < | + | < |
+ | <font face="Arial" color="# | ||
+ | Scientific Computing of the University of Parma, | ||
+ | < | ||
Linea 27: | Linea 31: | ||
<code bash> | <code bash> | ||
- | |||
#!/bin/sh | #!/bin/sh | ||
- | # Two processes on the same node BDW. | + | # Due processi su stesso host stesso socket |
#SBATCH --output=%x.o%j | #SBATCH --output=%x.o%j | ||
Linea 39: | Linea 42: | ||
# | # | ||
+ | ## | ||
## Print the list of the assigned resources | ## Print the list of the assigned resources | ||
echo "# | echo "# | ||
- | module load | + | module load |
- | CMD=" | + | CMD=" |
echo "# $CMD" | echo "# $CMD" | ||
- | eval $CMD > IMB-N1.dat | + | eval $CMD > IMB-N1-BDW.dat |
</ | </ | ||
Linea 53: | Linea 57: | ||
<code bash> | <code bash> | ||
- | |||
#!/bin/sh | #!/bin/sh | ||
# Due processi su stesso host stesso socket | # Due processi su stesso host stesso socket | ||
Linea 70: | Linea 73: | ||
echo "# | echo "# | ||
- | module load | + | module load |
- | mpirun hostname | + | CMD=" |
- | + | ||
- | CMD=" | + | |
echo "# $CMD" | echo "# $CMD" | ||
eval $CMD > IMB-N1-KNL.dat | eval $CMD > IMB-N1-KNL.dat | ||
Linea 100: | Linea 101: | ||
echo "# | echo "# | ||
- | module load | + | module load |
- | #mpirun hostname | + | mpirun hostname |
- | CMD=" | + | CMD=" |
echo "# $CMD" | echo "# $CMD" | ||
- | eval $CMD > IMB-N2.dat | + | eval $CMD > IMB-N2-opa.dat |
+ | |||
+ | export | ||
+ | |||
+ | CMD=" | ||
+ | echo "# $CMD" | ||
+ | eval $CMD > IMB-N2-tcp.dat | ||
</ | </ | ||
- | Results 2018 with GNU | + | |
+ | Results 2018 (Intel | ||
{{: | {{: | ||
- | + | ||
- | Results 2017 with Intel compiler: | + | |
+ | Results 2017 (Intel compiler): | ||
{{: | {{: | ||
Linea 122: | Linea 131: | ||
===== mpi_latency, | ===== mpi_latency, | ||
- | ==== Job MPI with IntelMPI ==== | ||
module load intel intelmpi | module load intel intelmpi | ||
- | + | #module load gnu openmpi | |
+ | |||
cp / | cp / | ||
cp / | cp / | ||
Linea 132: | Linea 141: | ||
- | Script '' | + | Script '' |
<code bash> | <code bash> | ||
Linea 140: | Linea 149: | ||
#SBATCH --partition=bdw | #SBATCH --partition=bdw | ||
- | # | + | ### 2 nodi (OPA o TCP) |
+ | # | ||
+ | ### 1 nodo (SHM) | ||
+ | ## | ||
# | # | ||
+ | |||
+ | # | ||
+ | ## | ||
## Print the list of the assigned resources | ## Print the list of the assigned resources | ||
Linea 152: | Linea 168: | ||
export | export | ||
- | |||
- | |||
mpirun | mpirun | ||
mpirun | mpirun | ||
Linea 159: | Linea 173: | ||
</ | </ | ||
- | Results | + | Results |
- | ^ Latency | + | ^ Latency |
- | ^ OPA | + | ^ SHM |
- | | | + | | |
===== NBODY ===== | ===== NBODY ===== | ||
Linea 361: | Linea 374: | ||
- | ==== Run GPU ==== | ||
- | TODO |
calcoloscientifico/benchmarks.1528108108.txt.gz · Ultima modifica: 04/06/2018 12:28 da roberto.alfieri