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