photon  1.1
Enumerations | Functions
photon_io.h File Reference

Go to the source code of this file.

Enumerations

enum  photon_info_t {
  PHOTON_CI, PHOTON_RI, PHOTON_SI, PHOTON_FI,
  PHOTON_IO, PHOTON_MTU, PHOTON_GET_ALIGN, PHOTON_PUT_ALIGN,
  PHOTON_PEERS, PHOTON_COMP_ORDER
}
 

Functions

int photon_io_init (char *file, int amode, void *view, int niter)
 
int photon_io_finalize ()
 
void photon_io_print_info (void *io)
 

Enumeration Type Documentation

◆ photon_info_t

Enumerator
PHOTON_CI 
PHOTON_RI 
PHOTON_SI 
PHOTON_FI 
PHOTON_IO 
PHOTON_MTU 
PHOTON_GET_ALIGN 
PHOTON_PUT_ALIGN 
PHOTON_PEERS 
PHOTON_COMP_ORDER 

Definition at line 21 of file photon_io.h.

Function Documentation

◆ photon_io_finalize()

int photon_io_finalize ( )

Definition at line 571 of file libphoton.c.

◆ photon_io_init()

int photon_io_init ( char *  file,
int  amode,
void *  view,
int  niter 
)

Definition at line 566 of file libphoton.c.

◆ photon_io_print_info()

void photon_io_print_info ( void *  io)

Definition at line 576 of file libphoton.c.