09 May 2025 9:16:29.567 PM hello_openmp(): FORTRAN90/OpenMP version The number of processors available = 8 The number of threads available = 1 OUTSIDE the parallel region. HELLO from process 0 Going INSIDE the parallel region: HELLO from process 0 Back OUTSIDE the parallel region. Elapsed wall clock time = 0.112510E-04 HELLO_OPENMP Normal end of execution. 09 May 2025 9:16:29.567 PM 09 May 2025 9:16:29.568 PM hello_openmp(): FORTRAN90/OpenMP version The number of processors available = 8 The number of threads available = 2 OUTSIDE the parallel region. HELLO from process 0 Going INSIDE the parallel region: HELLO from process 0 HELLO from process 1 Back OUTSIDE the parallel region. Elapsed wall clock time = 0.808170E-04 HELLO_OPENMP Normal end of execution. 09 May 2025 9:16:29.568 PM 09 May 2025 9:16:29.569 PM hello_openmp(): FORTRAN90/OpenMP version The number of processors available = 8 The number of threads available = 4 OUTSIDE the parallel region. HELLO from process 0 Going INSIDE the parallel region: HELLO from process 0 HELLO from process 2 HELLO from process 1 HELLO from process 3 Back OUTSIDE the parallel region. Elapsed wall clock time = 0.114193E-03 HELLO_OPENMP Normal end of execution. 09 May 2025 9:16:29.569 PM 09 May 2025 9:16:29.570 PM hello_openmp(): FORTRAN90/OpenMP version The number of processors available = 8 The number of threads available = 8 OUTSIDE the parallel region. HELLO from process 0 Going INSIDE the parallel region: HELLO from process 0 HELLO from process 5 HELLO from process 2 HELLO from process 3 HELLO from process 1 HELLO from process 4 HELLO from process 7 HELLO from process 6 Back OUTSIDE the parallel region. Elapsed wall clock time = 0.189868E-03 HELLO_OPENMP Normal end of execution. 09 May 2025 9:16:29.570 PM 09 May 2025 9:16:29.571 PM hello_openmp(): FORTRAN90/OpenMP version The number of processors available = 8 The number of threads available = 16 OUTSIDE the parallel region. HELLO from process 0 Going INSIDE the parallel region: HELLO from process 2 HELLO from process 7 HELLO from process 5 HELLO from process 14 HELLO from process 15 HELLO from process 8 HELLO from process 11 HELLO from process 10 HELLO from process 12 HELLO from process 9 HELLO from process 13 HELLO from process 3 HELLO from process 6 HELLO from process 0 HELLO from process 4 HELLO from process 1 Back OUTSIDE the parallel region. Elapsed wall clock time = 0.437225E-03 HELLO_OPENMP Normal end of execution. 09 May 2025 9:16:29.572 PM