This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:182 [2019/08/12 16:45] hmeij07 [Lammps] |
cluster:182 [2019/12/13 13:33] (current) hmeij07 |
||
---|---|---|---|
Line 2: | Line 2: | ||
**[[cluster: | **[[cluster: | ||
+ | |||
==== P100 vs RTX 6000 & T4 ==== | ==== P100 vs RTX 6000 & T4 ==== | ||
Line 54: | Line 54: | ||
| DPFP | 5.21| 18.35| | | DPFP | 5.21| 18.35| | ||
| SXFP | 11.82| | | SXFP | 11.82| | ||
- | | | + | | |
Like last testing outcome, in the SFFP precision mode it is best to run four individual jobs, one per GPU (mpi=1, gpu=1). Best performance is the P100 at 47.64 vs the RTX at 39.69 ns/day per node. The T4 runs about 1/3 as fast and really falters in DPFP precision mode. But in SXFP (experimental) precision mode the T4 makes up in performance. | Like last testing outcome, in the SFFP precision mode it is best to run four individual jobs, one per GPU (mpi=1, gpu=1). Best performance is the P100 at 47.64 vs the RTX at 39.69 ns/day per node. The T4 runs about 1/3 as fast and really falters in DPFP precision mode. But in SXFP (experimental) precision mode the T4 makes up in performance. | ||
Line 72: | Line 72: | ||
Precision for GPU calculations | Precision for GPU calculations | ||
- | * DD -D_DOUBLE_DOUBLE | + | * [DD] -D_DOUBLE_DOUBLE |
- | * SD -D_SINGLE_DOUBLE | + | * [SD] -D_SINGLE_DOUBLE |
- | * SS -D_SINGLE_SINGLE | + | * [SS] -D_SINGLE_SINGLE |
^ tau/ | ^ tau/ | ||
- | | DD | | + | | DD | |
- | | SD | | + | | SD | |
- | | SS | | + | | SS | |
+ | |||
+ | Forgot run run the 4 GPU P100 scenarios, deh. | ||
+ | |||
+ | As with Amber, it is best to run one job per GPU to achieve max node performance. Depending on problem set performance can be boosted by requesting more MPI threads. In previous tests the P100 in double_double precision mode achieved 2.7 million tau/day, so these results are surprising. The RTX 6000 does a decent job of keeping up with the P100. | ||
+ | |||
+ | But the T4 shines in this application. The mixed or single precision modes compete well given the T4's price and wattage consumption. | ||
+ | |||
+ | ==== Gromacs ==== | ||
+ | |||
+ | Gromacs was build on each of the nodes locally letting it select the optimal CPU (AVX, SSE) and GPU accelerators. " | ||
+ | |||
+ | |||
+ | ^ ns/ | ||
+ | | | ||
+ | | Mixed | | 551| | | 546| gpu=4, 01-04 | | ||
+ | | Mixed | | | | | 650| gpu=4, 01-08 | | ||
+ | | Mixed | | | | | 733| gpu=4, 01-16 | | ||
+ | |||
+ | The T4 is P100's equal in mixed precision performance. Add the wattage factor and you have a favorite. And GPU utilization was outstanding. | ||
+ | |||
+ | [heme@login1 gromacs-2018]$ ssh node9 ./ | ||
+ | id, | ||
+ | 0, Tesla T4, 66, 866 MiB, 14213 MiB, 98 %, 9 %\\ | ||
+ | 1, Tesla T4, 67, 866 MiB, 14213 MiB, 98 %, 9 %\\ | ||
+ | 2, Tesla T4, 66, 866 MiB, 14213 MiB, 99 %, 9 %\\ | ||
+ | 3, Tesla T4, 64, 866 MiB, 14213 MiB, 97 %, 9 %\\ | ||
==== Scripts ==== | ==== Scripts ==== | ||
Line 144: | Line 169: | ||
</ | </ | ||
+ | |||
+ | * Gromacs | ||
+ | |||
+ | < | ||
+ | |||
+ | #!/bin/bash | ||
+ | #SBATCH --nodes=1 | ||
+ | #SBATCH --nodelist=node9 | ||
+ | #SBATCH --job-name=" | ||
+ | #SBATCH --ntasks-per-node=32 | ||
+ | #SBATCH --gres=gpu: | ||
+ | #SBATCH --exclusive | ||
+ | |||
+ | export PATH=$HOME/ | ||
+ | export LD_LIBRARY_PATH=$HOME/ | ||
+ | . $HOME/ | ||
+ | rm -f gpu/??/c* gpu/??/e* gpu/??/s* gpu/??/ | ||
+ | cd gpu | ||
+ | |||
+ | # T4 | ||
+ | #export CUDA_VISIBLE_DEVICES=0123 | ||
+ | |||
+ | mpirun -np 8 gmx_mpi mdrun -maxh 1 -gpu_id 0123 \ | ||
+ | -nsteps 1000000 -multidir 05 06 07 08 \ | ||
+ | -ntmpi 0 -npme 0 -s topol.tpr -ntomp 0 -pin on -nb gpu | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | |||
\\ | \\ | ||
**[[cluster: | **[[cluster: |