MXM FORTRAN90/OpenMP version. Matrix multiplication tests. The number of processors available = 2 The number of threads available = 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 = 2.83784 Rate = MegaOPS/dT = 88.0951 MXM: Normal end of execution.