12 May 2025 8:45:32.597 PM mxm_openmp(): Fortran77/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.543666 C(100,100) = 1.00000 mxm_openmp(): Normal end of execution. 12 May 2025 8:45:33.141 PM 12 May 2025 8:45:33.143 PM mxm_openmp(): Fortran77/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.279787 C(100,100) = 1.00000 mxm_openmp(): Normal end of execution. 12 May 2025 8:45:33.423 PM 12 May 2025 8:45:33.425 PM mxm_openmp(): Fortran77/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.141141 C(100,100) = 1.00000 mxm_openmp(): Normal end of execution. 12 May 2025 8:45:33.566 PM