Move abort function to Communicate class
Since MPI_Abort
is a communication-related function, it should be a part of Communicate
rather than Ippl
or a global function.
Since MPI_Abort
is a communication-related function, it should be a part of Communicate
rather than Ippl
or a global function.