suaefar / ryzen-test

Tools to reproduce randomly crashing processes under load on AMD Ryzen processors on Linux
GNU General Public License v3.0
224 stars 59 forks source link

no multithreading? #1

Closed spieiga closed 7 years ago

spieiga commented 7 years ago

I'm a Ryzen linux user and wanted to try and reproduce what you are seeing with segfaults.

However, I noticed in buildloop.sh, you are using make -j 1

I'm surprised this is happening with only one thread, most reported the errors when using make -j 16 (for ryzens with 8 cores)

suaefar commented 7 years ago

This is because 1x "make -j 16" leads to lower load than 16x "make -j 1". If "nproc" returns 16 on your machine the buildloop.sh script will be started 16 times.