21       integer nid, np, nekcomm,nekgroup,nekreal
 
   22       common /nekmpi/ nid,np,nekcomm,nekgroup,nekreal
 
   26       integer out(nl),in(nl)
 
   31       call mpi_scan(in,out,nl,mpi_integer,mpi_sum,nekcomm,ierr)
 
   49       integer nid, np, nekcomm,nekgroup,nekreal
 
   50       common /nekmpi/ nid,np,nekcomm,nekgroup,nekreal
 
   59       call mpi_bcast (buf,nl,mpi_integer,sid,nekcomm,ierr)
 
subroutine comm_ibcastn(buf, nl, sid)
Broadcast integer array from specified process.
 
subroutine comm_ivglrsum(out, in, nl)
Global MPI scan for integer array.
 
subroutine mpi_scan(data1, data2, n, datatype, operation, comm, ierror)
 
subroutine mpi_bcast(data, n, datatype, node, comm, ierror)