vapaa icon indicating copy to clipboard operation
vapaa copied to clipboard

implement file I/O

Open jeffhammond opened this issue 3 years ago • 1 comments

PCosta said he uses this

jeffhammond avatar Oct 09 '22 07:10 jeffhammond

This is what is there now:

  • MPI_File_open
  • MPI_File_close
  • MPI_File_delete
  • MPI_File_set_size
  • MPI_File_preallocate
  • MPI_File_get_size
  • MPI_File_set_view
  • MPI_File_read_at
  • MPI_File_read_at_all
  • MPI_File_read
  • MPI_File_read_all
  • MPI_File_write_at
  • MPI_File_write_at_all
  • MPI_File_write
  • MPI_File_write_all

jeffhammond avatar Dec 04 '22 12:12 jeffhammond