June 10 2008 8:01:46.388 PM MAXIMUM: FORTRAN90/OpenMP version OpenMP allows FORTRAN programs to compute a maximum as a reduction variable. How does this work exactly? The number of processors available: OMP_GET_NUM_PROCS ( ) = 2 Call OMP_SET_NUM_THREADS and request 2 threads. X_MAX should be 1.94562 Computed X_MAX2 = 1.94562 Computed X_MAX3 = 1.94562 MAXIMUM: Normal end of execution. June 10 2008 8:01:46.390 PM