MXM Fortran77/OpenMP version. Matrix multiplication tests. The number of processors = 8 The number of threads = 1 R8_MXM matrix multiplication timing. A(LxN) = B(LxM) * C(MxN). L = 500 M = 500 N = 500 Floating point OPS roughly 250000000 Elapsed time dT = 0.580737 Rate = MegaOPS/dT = 430.487 MXM: Normal end of execution. MXM Fortran77/OpenMP version. Matrix multiplication tests. The number of processors = 8 The number of threads = 2 R8_MXM matrix multiplication timing. A(LxN) = B(LxM) * C(MxN). L = 500 M = 500 N = 500 Floating point OPS roughly 250000000 Elapsed time dT = 0.304648 Rate = MegaOPS/dT = 820.619 MXM: Normal end of execution. MXM Fortran77/OpenMP version. Matrix multiplication tests. The number of processors = 8 The number of threads = 4 R8_MXM matrix multiplication timing. A(LxN) = B(LxM) * C(MxN). L = 500 M = 500 N = 500 Floating point OPS roughly 250000000 Elapsed time dT = 0.153637 Rate = MegaOPS/dT = 1627.21 MXM: Normal end of execution.