22 August 2018 11:23:34 AM 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 = 11.1906 Task 1 time = 4.94291 Task 2 time = 6.24768 MULTITASK_OPENMP: Normal end of execution. 22 August 2018 11:23:45 AM 22 August 2018 11:23:45 AM 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 = 6.56073 Task 1 time = 5.27121 Task 2 time = 6.56055 MULTITASK_OPENMP: Normal end of execution. 22 August 2018 11:23:51 AM 22 August 2018 11:23:51 AM 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 = 6.52078 Task 1 time = 5.23077 Task 2 time = 6.51904 MULTITASK_OPENMP: Normal end of execution. 22 August 2018 11:23:58 AM