1. Process 0 uses a random number generator to generate a sequence of numbers.
2. Process 0 distributes the numbers across all processes using MPI Scatter function.
3. Each process sort the local numbers into p small buckets (p is the number of processes)
4. All processes perform a global exchange using MPI All-to-All function.
5. Each process merges numbers into a sorted list.
6. Process 0 gathers numbers from all processes using MPI Gather function
can someone please show me where to get started...parallel programming is damn tough guys help me out...thanks