MXM FORTRAN77/OpenMP version. Matrix multiplication tests. The number of processors = 16 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.644828 Rate = MegaOPS/dT = 387.700 MXM: Normal end of execution. MXM FORTRAN77/OpenMP version. Matrix multiplication tests. The number of processors = 16 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.321097 Rate = MegaOPS/dT = 778.581 MXM: Normal end of execution. MXM FORTRAN77/OpenMP version. Matrix multiplication tests. The number of processors = 16 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.160908 Rate = MegaOPS/dT = 1553.69 MXM: Normal end of execution.