7 October 2025 1:13:36.794 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.503946 C(100,100) = 1.00000 mxm_openmp(): Normal end of execution. 7 October 2025 1:13:37.299 PM 7 October 2025 1:13:37.300 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.263120 C(100,100) = 1.00000 mxm_openmp(): Normal end of execution. 7 October 2025 1:13:37.564 PM 7 October 2025 1:13:37.565 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.133306 C(100,100) = 1.00000 mxm_openmp(): Normal end of execution. 7 October 2025 1:13:37.699 PM