06 October 2025 6:20:44.637 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.112030E-04 HELLO_OPENMP Normal end of execution. 06 October 2025 6:20:44.637 PM 06 October 2025 6:20:44.638 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.784370E-04 HELLO_OPENMP Normal end of execution. 06 October 2025 6:20:44.638 PM 06 October 2025 6:20:44.639 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 3 HELLO from process 1 HELLO from process 2 Back OUTSIDE the parallel region. Elapsed wall clock time = 0.129727E-03 HELLO_OPENMP Normal end of execution. 06 October 2025 6:20:44.639 PM 06 October 2025 6:20:44.640 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 7 HELLO from process 1 HELLO from process 2 HELLO from process 6 HELLO from process 4 HELLO from process 5 HELLO from process 3 Back OUTSIDE the parallel region. Elapsed wall clock time = 0.451482E-03 HELLO_OPENMP Normal end of execution. 06 October 2025 6:20:44.640 PM 06 October 2025 6:20:44.641 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 7 HELLO from process 15 HELLO from process 8 HELLO from process 9 HELLO from process 12 HELLO from process 3 HELLO from process 4 HELLO from process 0 HELLO from process 13 HELLO from process 2 HELLO from process 5 HELLO from process 11 HELLO from process 14 HELLO from process 1 HELLO from process 10 HELLO from process 6 Back OUTSIDE the parallel region. Elapsed wall clock time = 0.597625E-03 HELLO_OPENMP Normal end of execution. 06 October 2025 6:20:44.642 PM