HELLO FORTRAN90/OpenMP version The number of processors available: OMP_GET_NUM_PROCS () = 4 This is process 3 out of 4 Calling OMP_GET_NUM_THREADS inside a parallel region, we get the number of threads is 4 This is process 0 out of 4 This is process 2 out of 4 This is process 1 out of 4 We request 8 threads. This is process 2 out of 8 This is process 3 out of 8 This is process 1 out of 8 Calling OMP_GET_NUM_THREADS inside a parallel region, we get the number of threads is 8 This is process 0 out of 8 This is process 4 out of 8 This is process 5 out of 8 This is process 7 out of 8 This is process 6 out of 8 HELLO Normal end of execution. Elapsed wall clock time = 0.351000E-03