KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
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) |
subroutine byte_close_mpi | ( | mpi_fh, | |
ierr | |||
) |
Definition at line 83 of file byte_mpi.f.
References exitti().
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().
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().
subroutine byte_set_view | ( | integer*8 | ioff_in, |
mpi_fh | |||
) |
Definition at line 96 of file byte_mpi.f.
References exitti().
subroutine byte_sync_mpi | ( | mpi_fh | ) |
Definition at line 1 of file byte_mpi.f.
References exitti().
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().