make
.
The following MPI functions require a communicator as parameter. This communicator describes the group of processes which are to be covered by the corresponding MPI function. By default, all processes are collected in MPI_COMM_WORLD which is one of the constants supplied by MPI. We restrict the examples to those global operations. For this purpose, create special MPI-type variable MPI_Comm icomm= MPI_COMM_WORLD; which is used as parameter !
mpirun -c 4 -lamd first.LINUX