KTH framework for Nek5000 toolboxes; testing version  0.0.1
byte_mpi.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine byte_sync_mpi (mpi_fh)
 
subroutine byte_open_mpi (fnamei, mpi_fh, ifro, ierr)
 
subroutine byte_read_mpi (buf, icount, iorank, mpi_fh, ierr)
 
subroutine byte_write_mpi (buf, icount, iorank, mpi_fh, ierr)
 
subroutine byte_close_mpi (mpi_fh, ierr)
 
subroutine byte_set_view (ioff_in, mpi_fh)
 

Function/Subroutine Documentation

◆ byte_close_mpi()

subroutine byte_close_mpi (   mpi_fh,
  ierr 
)

Definition at line 83 of file byte_mpi.f.

References exitti().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ byte_open_mpi()

subroutine byte_open_mpi ( character, dimension(*)  fnamei,
  mpi_fh,
logical  ifro,
  ierr 
)

Definition at line 12 of file byte_mpi.f.

References chcopy(), exitti(), and ltrunc().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ byte_read_mpi()

subroutine byte_read_mpi ( real*4, dimension(1)  buf,
  icount,
  iorank,
  mpi_fh,
  ierr 
)

Definition at line 47 of file byte_mpi.f.

References exitti().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ byte_set_view()

subroutine byte_set_view ( integer*8  ioff_in,
  mpi_fh 
)

Definition at line 96 of file byte_mpi.f.

References exitti().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ byte_sync_mpi()

subroutine byte_sync_mpi (   mpi_fh)

Definition at line 1 of file byte_mpi.f.

References exitti().

+ Here is the call graph for this function:

◆ byte_write_mpi()

subroutine byte_write_mpi ( real*4, dimension(1)  buf,
  icount,
  iorank,
  mpi_fh,
  ierr 
)

Definition at line 64 of file byte_mpi.f.

References exitti().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: