11 May 2025 08:07:17 PM MULTITASK_OPENMP: C++/OpenMP version Demonstrate how OpenMP can "multitask" by using the SECTIONS directive to carry out several tasks in parallel. Number of primes computed was 20000 Last prime was 224737 Number of sines computed was 20000 Last sine computed was 12731.8 Elapsed time = 7.45582 Task 1 time = 4.68278 Task 2 time = 2.77304 MULTITASK_OPENMP: Normal end of execution. 11 May 2025 08:07:24 PM 11 May 2025 08:07:24 PM MULTITASK_OPENMP: C++/OpenMP version Demonstrate how OpenMP can "multitask" by using the SECTIONS directive to carry out several tasks in parallel. Number of primes computed was 20000 Last prime was 224737 Number of sines computed was 20000 Last sine computed was 12731.8 Elapsed time = 4.94726 Task 1 time = 4.94719 Task 2 time = 2.74838 MULTITASK_OPENMP: Normal end of execution. 11 May 2025 08:07:29 PM 11 May 2025 08:07:29 PM MULTITASK_OPENMP: C++/OpenMP version Demonstrate how OpenMP can "multitask" by using the SECTIONS directive to carry out several tasks in parallel. Number of primes computed was 20000 Last prime was 224737 Number of sines computed was 20000 Last sine computed was 12731.8 Elapsed time = 4.70185 Task 1 time = 4.70168 Task 2 time = 2.66932 MULTITASK_OPENMP: Normal end of execution. 11 May 2025 08:07:34 PM 11 May 2025 08:07:34 PM MULTITASK_OPENMP: C++/OpenMP version Demonstrate how OpenMP can "multitask" by using the SECTIONS directive to carry out several tasks in parallel. Number of primes computed was 20000 Last prime was 224737 Number of sines computed was 20000 Last sine computed was 12731.8 Elapsed time = 4.78124 Task 1 time = 4.78098 Task 2 time = 2.67826 MULTITASK_OPENMP: Normal end of execution. 11 May 2025 08:07:39 PM