GRASP
|
Functions/Subroutines | |
subroutine | startmpi (myid, nprocs, host, lenhost) |
subroutine | startmpi2 (myid, nprocs, host, lenhost, ncount1, startdir, permdir, tmpdir, progname) |
subroutine | stopmpi (what, myid) |
subroutine | stopmpi2 (myid, nprocs, host, lenhost, ncount1, progname) |
subroutine | mpix_printmsg (msg, myid, nprocs) |
subroutine | mpix_chkpt (myid, what) |
subroutine | mpix_bytes (n, newType, ierr) |
subroutine | gdsummpi (x, n) |
subroutine | gisummpi (ix, n) |
subroutine gdsummpi | ( | real(double), dimension(1:n), intent(inout) | x, |
integer, intent(in) | n | ||
) |
subroutine gisummpi | ( | integer, dimension(1:n), intent(inout) | ix, |
integer, intent(in) | n | ||
) |
subroutine mpix_bytes | ( | integer, intent(in) | n, |
integer, intent(out) | newType, | ||
integer, intent(out) | ierr | ||
) |
subroutine mpix_printmsg | ( | character(len=*), intent(out) | msg, |
integer, intent(in) | myid, | ||
integer, intent(in) | nprocs | ||
) |
subroutine startmpi | ( | integer, intent(in) | myid, |
integer, intent(in) | nprocs, | ||
character(len=*), intent(in) | host, | ||
integer, intent(in) | lenhost | ||
) |
subroutine startmpi2 | ( | integer, intent(in) | myid, |
integer, intent(in) | nprocs, | ||
character(len=*), intent(in) | host, | ||
integer, intent(in) | lenhost, | ||
integer, intent(out) | ncount1, | ||
character(len=*), intent(out) | startdir, | ||
character(len=*), intent(out) | permdir, | ||
character(len=*), intent(out) | tmpdir, | ||
character(len=*), intent(in) | progname | ||
) |