implementing a parallel odd-even sort algorithm using MPI.
implementing a parallel odd-even sort algorithm using MPI. 1. Write a C program using MPI to implement parallel odd-even sort for the given total values of elements and cores. Your code will support 2m elements to sort, that is, the number of elements to sort is even. The number of cores p will be chosen…