Definition at line 165 of file io_binary_f.F90.
 
|  | 
| subroutine | dread_parallel (fname, comm, xlocal, np, ff, ierr) | 
|  | 
| subroutine | zread_parallel (fname, comm, xlocal, np, ff, ierr) | 
|  | 
| subroutine | iread_parallel (fname, comm, xlocal, np, ff, ierr) | 
|  | 
| subroutine | lread_parallel (fname, comm, xlocal, np, ff, ierr) | 
|  | 
◆ dread_parallel()
  
  | 
        
          | subroutine io_binary_oct_m::io_binary_read_parallel::dread_parallel | ( | character(len=*), intent(in) | fname, |  
          |  |  | type(mpi_comm), intent(in) | comm, |  
          |  |  | integer(int64), intent(in) | xlocal, |  
          |  |  | integer, intent(in) | np, |  
          |  |  | real(real64), dimension(:), intent(inout), contiguous | ff, |  
          |  |  | integer, intent(out) | ierr |  
          |  | ) |  |  |  | private | 
 
 
◆ zread_parallel()
  
  | 
        
          | subroutine io_binary_oct_m::io_binary_read_parallel::zread_parallel | ( | character(len=*), intent(in) | fname, |  
          |  |  | type(mpi_comm), intent(in) | comm, |  
          |  |  | integer(int64), intent(in) | xlocal, |  
          |  |  | integer, intent(in) | np, |  
          |  |  | complex(real64), dimension(:), intent(inout), contiguous | ff, |  
          |  |  | integer, intent(out) | ierr |  
          |  | ) |  |  |  | private | 
 
 
◆ iread_parallel()
  
  | 
        
          | subroutine io_binary_oct_m::io_binary_read_parallel::iread_parallel | ( | character(len=*), intent(in) | fname, |  
          |  |  | type(mpi_comm), intent(in) | comm, |  
          |  |  | integer(int64), intent(in) | xlocal, |  
          |  |  | integer, intent(in) | np, |  
          |  |  | integer, dimension(:), intent(inout), contiguous | ff, |  
          |  |  | integer, intent(out) | ierr |  
          |  | ) |  |  |  | private | 
 
 
◆ lread_parallel()
  
  | 
        
          | subroutine io_binary_oct_m::io_binary_read_parallel::lread_parallel | ( | character(len=*), intent(in) | fname, |  
          |  |  | type(mpi_comm), intent(in) | comm, |  
          |  |  | integer(int64), intent(in) | xlocal, |  
          |  |  | integer, intent(in) | np, |  
          |  |  | integer(int64), dimension(:), intent(inout), contiguous | ff, |  
          |  |  | integer, intent(out) | ierr |  
          |  | ) |  |  |  | private | 
 
 
The documentation for this interface was generated from the following file: