10 May 2025 01:11:46 PM MXM_OPENMP: C/OpenMP version Compute matrix product C = A * B. The number of processors available = 8 The number of threads available = 1 The matrix order N = 500 Elapsed seconds = 0.561819 C(100,100) = 1 MXM_OPENMP: Normal end of execution. 10 May 2025 01:11:47 PM 10 May 2025 01:11:47 PM MXM_OPENMP: C/OpenMP version Compute matrix product C = A * B. The number of processors available = 8 The number of threads available = 2 The matrix order N = 500 Elapsed seconds = 0.288756 C(100,100) = 1 MXM_OPENMP: Normal end of execution. 10 May 2025 01:11:47 PM 10 May 2025 01:11:47 PM MXM_OPENMP: C/OpenMP version Compute matrix product C = A * B. The number of processors available = 8 The number of threads available = 4 The matrix order N = 500 Elapsed seconds = 0.147651 C(100,100) = 1 MXM_OPENMP: Normal end of execution. 10 May 2025 01:11:47 PM 10 May 2025 01:11:47 PM MXM_OPENMP: C/OpenMP version Compute matrix product C = A * B. The number of processors available = 8 The number of threads available = 8 The matrix order N = 500 Elapsed seconds = 0.142836 C(100,100) = 1 MXM_OPENMP: Normal end of execution. 10 May 2025 01:11:48 PM