Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 280 Bytes

tip_stress_test.md

File metadata and controls

10 lines (8 loc) · 280 Bytes

stress package from yum

make cpu busy

  • yes > /dev/null
    • But may not be efficient for multicores
  • openssl speed -multi $(nproc --all)
    • When nproc works, can make all of multicores busy
  • mpirun -np $SLURM_NPROCS openssl speed -multi 1
    • MPI version for openssl