Collectives operations are MPI calls designed communicate the processes pointed out by a communicator in a single operation or to perform a synchronization among them. These are often used to calculate one or more values based on data contributed by other processes or to distribute or collect data from all other processes.
Note that all the processes in the communicator should invoke the same collective operations in order, otherwise the application would block.