Across
- 1. What directive is used for task parallelism in OpenMP?
- 4. What function is used to obtain the rank of the calling process?
- 7. What function is used to send a message from one process to another?
- 8. How do you specify the number of threads to use in a parallel region?
- 9. Which function returns the total number of processes in the communicator?
- 11. What clause is used to specify a reduction operation in OpenMP?
- 13. What environment variable can be used to set the number of threads dynamically in OpenMP?
- 14. Which directive is used to synchronize threads in OpenMP?
- 15. Which directive specifies a parallel region in OpenMP?
Down
- 2. What is the purpose of MPI_Barrier function?
- 3. What directive is used for loop parallelization in OpenMP?
- 5. What function is used to perform a reduction operation across all processes?
- 6. What clause is used to control how loop iterations are distributed among threads?
- 9. Which function initializes the MPI environment?
- 10. What clause is used to specify a shared variable in OpenMP?
- 12. What keyword is used to declare a variable as private in OpenMP?
