The TELEMAC-MASCARET system
trunk
|
Public Member Functions | |
subroutine | p_iread (BUFFER, N, BYTES, SOURCE, DATATYPE, IREQ) |
subroutine | p_ireadi (BUFFER, NVAL, SOURCE, ITAG, IREQ) |
subroutine | p_ireadi8 (BUFFER, NVAL, SOURCE, ITAG, IREQ) |
subroutine | p_dread (BUFFER, N, BYTES, SOURCE, DATATYPE) |
Definition at line 340 of file interface_parallel.f.
subroutine interface_parallel::p_read::p_dread | ( | double precision, dimension(*), intent(inout) | BUFFER, |
integer, intent(in) | N, | ||
integer, intent(in) | BYTES, | ||
integer, intent(in) | SOURCE, | ||
integer, intent(in) | DATATYPE | ||
) |
Definition at line 364 of file interface_parallel.f.
subroutine interface_parallel::p_read::p_iread | ( | double precision, dimension(*), intent(inout) | BUFFER, |
integer, intent(in) | N, | ||
integer, intent(in) | BYTES, | ||
integer, intent(in) | SOURCE, | ||
integer, intent(in) | DATATYPE, | ||
integer, intent(inout) | IREQ | ||
) |
Definition at line 342 of file interface_parallel.f.
subroutine interface_parallel::p_read::p_ireadi | ( | integer, dimension(nval), intent(out) | BUFFER, |
integer, intent(in) | NVAL, | ||
integer, intent(in) | SOURCE, | ||
integer, intent(in) | ITAG, | ||
integer, intent(inout) | IREQ | ||
) |
Definition at line 349 of file interface_parallel.f.
subroutine interface_parallel::p_read::p_ireadi8 | ( | integer(kind=k8), dimension(nval), intent(out) | BUFFER, |
integer, intent(in) | NVAL, | ||
integer, intent(in) | SOURCE, | ||
integer, intent(in) | ITAG, | ||
integer, intent(inout) | IREQ | ||
) |
Definition at line 356 of file interface_parallel.f.