Hi,
I want to check my runtime about 100,000 * 100,000 size matrix in different threads. Anyone can help me compare mine with yours?
Scheduling mode: static
Probability: 0.05
jwan*
3@s*t*n*x*03:/scratch/courses0101/jwang3/project1> cat slurm-15659059.out
Testing with 1 threads:
--------------------------
Program Execution time is 516.236606 seconds
--------------------------
Testing with 4 threads:
--------------------------
Program Execution time is 531.101039 seconds
--------------------------
Testing with 8 threads:
--------------------------
Program Execution time is 528.720953 seconds
--------------------------
Testing with 16 threads:
--------------------------
Program Execution time is 518.605728 seconds
--------------------------
Testing with 32 threads:
--------------------------
Program Execution time is 527.469895 seconds
--------------------------
Testing with 64 threads:
--------------------------
Program Execution time is 516.329616 seconds
--------------------------
Testing with 128 threads:
--------------------------
Program Execution time is 529.702909 seconds
--------------------------
Thanks,
Joey