I am trying to use OpenCL for quicksort. The task is to split the task using MPI to nodes and then use OpenCL on the nodes to quicksort. I have written a kernel file to do so. b