PPL Logo

libs/ck-libs/ampi/romio/adio/include/adioi.h File Reference

Go to the source code of this file.

Data Structures

struct  ADIOI_Async
struct  ADIOI_Malloc_async_ptr
struct  ADIOI_Req_n
struct  ADIOI_Malloc_req_ptr
struct  ADIOI_Hints_struct
struct  ADIOI_Fl_node
struct  ADIOI_Fns_struct
struct  ADIOI_Access

Typedefs

typedef struct ADIOI_Async ADIOI_Async_node
typedef struct
ADIOI_Malloc_async_ptr 
ADIOI_Malloc_async
typedef struct ADIOI_Req_n ADIOI_Req_node
typedef struct ADIOI_Malloc_req_ptr ADIOI_Malloc_req
typedef struct ADIOI_Fl_node ADIOI_Flatlist_node

Enumerations

enum  { ADIOI_HINT_AUTO = 0, ADIOI_HINT_ENABLE = 1, ADIOI_HINT_DISABLE = 2 }

Functions

void ADIOI_SetFunctions (ADIO_File fd)
void ADIOI_Flatten_datatype (MPI_Datatype type)
void ADIOI_Flatten (MPI_Datatype type, ADIOI_Flatlist_node *flat, ADIO_Offset st_offset, int *curr_index)
void ADIOI_Delete_flattened (MPI_Datatype datatype)
int ADIOI_Count_contiguous_blocks (MPI_Datatype type, int *curr_index)
ADIOI_Async_nodeADIOI_Malloc_async_node (void)
void ADIOI_Free_async_node (ADIOI_Async_node *node)
void ADIOI_Add_req_to_list (ADIO_Request *request)
void ADIOI_Complete_async (int *error_code)
void ADIOI_Del_req_from_list (ADIO_Request *request)
struct ADIOI_RequestDADIOI_Malloc_request (void)
void ADIOI_Free_request (ADIOI_Req_node *node)
void * ADIOI_Malloc_fn (size_t size, int lineno, char *fname)
void * ADIOI_Calloc_fn (size_t nelem, size_t elsize, int lineno, char *fname)
void * ADIOI_Realloc_fn (void *ptr, size_t size, int lineno, char *fname)
void ADIOI_Free_fn (void *ptr, int lineno, char *fname)
void ADIOI_Datatype_iscontig (MPI_Datatype datatype, int *flag)
void ADIOI_Get_position (ADIO_File fd, ADIO_Offset *offset)
void ADIOI_Get_eof_offset (ADIO_File fd, ADIO_Offset *eof_offset)
void ADIOI_Get_byte_offset (ADIO_File fd, ADIO_Offset offset, ADIO_Offset *disp)
void ADIOI_GEN_Flush (ADIO_File fd, int *error_code)
void ADIOI_GEN_Delete (char *filename, int *error_code)
void ADIOI_GEN_ReadStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code)
void ADIOI_GEN_ReadStrided_naive (ADIO_File fd, void *buf, int count, MPI_Datatype buftype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code)
void ADIOI_GEN_WriteStrided (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code)
void ADIOI_GEN_ReadStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code)
void ADIOI_GEN_WriteStridedColl (ADIO_File fd, void *buf, int count, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Status *status, int *error_code)
void ADIOI_Calc_my_off_len (ADIO_File fd, int bufcount, MPI_Datatype datatype, int file_ptr_type, ADIO_Offset offset, ADIO_Offset **offset_list_ptr, int **len_list_ptr, ADIO_Offset *start_offset_ptr, ADIO_Offset *end_offset_ptr, int *contig_access_count_ptr)
void ADIOI_Calc_file_domains (ADIO_Offset *st_offsets, ADIO_Offset *end_offsets, int nprocs, int nprocs_for_coll, ADIO_Offset *min_st_offset_ptr, ADIO_Offset **fd_start_ptr, ADIO_Offset **fd_end_ptr, ADIO_Offset *fd_size_ptr)
int ADIOI_Calc_aggregator (ADIO_File fd, ADIO_Offset off, ADIO_Offset min_off, ADIO_Offset *len, ADIO_Offset fd_size, ADIO_Offset *fd_start, ADIO_Offset *fd_end)
void ADIOI_Calc_my_req (ADIO_File fd, ADIO_Offset *offset_list, int *len_list, int contig_access_count, ADIO_Offset min_st_offset, ADIO_Offset *fd_start, ADIO_Offset *fd_end, ADIO_Offset fd_size, int nprocs, int *count_my_req_procs_ptr, int **count_my_req_per_proc_ptr, ADIOI_Access **my_req_ptr, int **buf_idx_ptr)
void ADIOI_Calc_others_req (ADIO_File fd, int count_my_req_procs, int *count_my_req_per_proc, ADIOI_Access *my_req, int nprocs, int myrank, int *count_others_req_procs_ptr, ADIOI_Access **others_req_ptr)
ADIO_Offset ADIOI_GEN_SeekIndividual (ADIO_File fd, ADIO_Offset offset, int whence, int *error_code)
void ADIOI_GEN_SetInfo (ADIO_File fd, MPI_Info users_info, int *error_code)
void ADIOI_Shfp_fname (ADIO_File fd, int rank)
int ADIOI_Error (ADIO_File fd, int error_code, char *string)
int MPIR_Err_setmsg (int, int, const char *, const char *, const char *,...)
int ADIOI_End_call (MPI_Comm comm, int keyval, void *attribute_val, void *extra_state)
int MPIR_Status_set_bytes (MPI_Status *status, MPI_Datatype datatype, int nbytes)
int ADIOI_Uses_generic_read (ADIO_File fd)
int ADIOI_Uses_generic_write (ADIO_File fd)
int ADIOI_Set_lock (FDTYPE fd_sys, int cmd, int type, ADIO_Offset offset, int whence, ADIO_Offset len)
int ADIOI_Set_lock64 (FDTYPE fd_sys, int cmd, int type, ADIO_Offset offset, int whence, ADIO_Offset len)

Variables

char * sys_errlist []


Typedef Documentation

typedef struct ADIOI_Async ADIOI_Async_node

typedef struct ADIOI_Req_n ADIOI_Req_node


Enumeration Type Documentation

anonymous enum

Enumerator:
ADIOI_HINT_AUTO 
ADIOI_HINT_ENABLE 
ADIOI_HINT_DISABLE 

Definition at line 85 of file adioi.h.


Function Documentation

void ADIOI_SetFunctions ( ADIO_File  fd  ) 

void ADIOI_Flatten_datatype ( MPI_Datatype  type  ) 

void ADIOI_Flatten ( MPI_Datatype  type,
ADIOI_Flatlist_node flat,
ADIO_Offset  st_offset,
int curr_index 
)

void ADIOI_Delete_flattened ( MPI_Datatype  datatype  ) 

int ADIOI_Count_contiguous_blocks ( MPI_Datatype  type,
int curr_index 
)

ADIOI_Async_node* ADIOI_Malloc_async_node ( void   ) 

void ADIOI_Free_async_node ( ADIOI_Async_node node  ) 

void ADIOI_Add_req_to_list ( ADIO_Request request  ) 

void ADIOI_Complete_async ( int error_code  ) 

void ADIOI_Del_req_from_list ( ADIO_Request request  ) 

struct ADIOI_RequestD* ADIOI_Malloc_request ( void   )  [read]

void ADIOI_Free_request ( ADIOI_Req_node node  ) 

void* ADIOI_Malloc_fn ( size_t  size,
int  lineno,
char *  fname 
)

void* ADIOI_Calloc_fn ( size_t  nelem,
size_t  elsize,
int  lineno,
char *  fname 
)

void* ADIOI_Realloc_fn ( void *  ptr,
size_t  size,
int  lineno,
char *  fname 
)

void ADIOI_Free_fn ( void *  ptr,
int  lineno,
char *  fname 
)

void ADIOI_Datatype_iscontig ( MPI_Datatype  datatype,
int flag 
)

void ADIOI_Get_position ( ADIO_File  fd,
ADIO_Offset offset 
)

void ADIOI_Get_eof_offset ( ADIO_File  fd,
ADIO_Offset eof_offset 
)

void ADIOI_Get_byte_offset ( ADIO_File  fd,
ADIO_Offset  offset,
ADIO_Offset disp 
)

void ADIOI_GEN_Flush ( ADIO_File  fd,
int error_code 
)

void ADIOI_GEN_Delete ( char *  filename,
int error_code 
)

Definition at line 15 of file ad_delete.c.

References ADIOI_Error(), errno, MPI_ERR_UNKNOWN, MPI_SUCCESS, and MPIR_Err_setmsg().

void ADIOI_GEN_ReadStrided ( ADIO_File  fd,
void *  buf,
int  count,
MPI_Datatype  datatype,
int  file_ptr_type,
ADIO_Offset  offset,
ADIO_Status *  status,
int error_code 
)

void ADIOI_GEN_ReadStrided_naive ( ADIO_File  fd,
void *  buf,
int  count,
MPI_Datatype  buftype,
int  file_ptr_type,
ADIO_Offset  offset,
ADIO_Status *  status,
int error_code 
)

void ADIOI_GEN_WriteStrided ( ADIO_File  fd,
void *  buf,
int  count,
MPI_Datatype  datatype,
int  file_ptr_type,
ADIO_Offset  offset,
ADIO_Status *  status,
int error_code 
)

void ADIOI_GEN_ReadStridedColl ( ADIO_File  fd,
void *  buf,
int  count,
MPI_Datatype  datatype,
int  file_ptr_type,
ADIO_Offset  offset,
ADIO_Status *  status,
int error_code 
)

void ADIOI_GEN_WriteStridedColl ( ADIO_File  fd,
void *  buf,
int  count,
MPI_Datatype  datatype,
int  file_ptr_type,
ADIO_Offset  offset,
ADIO_Status *  status,
int error_code 
)

void ADIOI_Calc_my_off_len ( ADIO_File  fd,
int  bufcount,
MPI_Datatype  datatype,
int  file_ptr_type,
ADIO_Offset  offset,
ADIO_Offset **  offset_list_ptr,
int **  len_list_ptr,
ADIO_Offset start_offset_ptr,
ADIO_Offset end_offset_ptr,
int contig_access_count_ptr 
)

void ADIOI_Calc_file_domains ( ADIO_Offset st_offsets,
ADIO_Offset end_offsets,
int  nprocs,
int  nprocs_for_coll,
ADIO_Offset min_st_offset_ptr,
ADIO_Offset **  fd_start_ptr,
ADIO_Offset **  fd_end_ptr,
ADIO_Offset fd_size_ptr 
)

Definition at line 115 of file ad_aggregate.c.

Referenced by ADIOI_GEN_ReadStridedColl(), and ADIOI_GEN_WriteStridedColl().

int ADIOI_Calc_aggregator ( ADIO_File  fd,
ADIO_Offset  off,
ADIO_Offset  min_off,
ADIO_Offset len,
ADIO_Offset  fd_size,
ADIO_Offset fd_start,
ADIO_Offset fd_end 
)

void ADIOI_Calc_my_req ( ADIO_File  fd,
ADIO_Offset offset_list,
int len_list,
int  contig_access_count,
ADIO_Offset  min_st_offset,
ADIO_Offset fd_start,
ADIO_Offset fd_end,
ADIO_Offset  fd_size,
int  nprocs,
int count_my_req_procs_ptr,
int **  count_my_req_per_proc_ptr,
ADIOI_Access **  my_req_ptr,
int **  buf_idx_ptr 
)

void ADIOI_Calc_others_req ( ADIO_File  fd,
int  count_my_req_procs,
int count_my_req_per_proc,
ADIOI_Access my_req,
int  nprocs,
int  myrank,
int count_others_req_procs_ptr,
ADIOI_Access **  others_req_ptr 
)

ADIO_Offset ADIOI_GEN_SeekIndividual ( ADIO_File  fd,
ADIO_Offset  offset,
int  whence,
int error_code 
)

void ADIOI_GEN_SetInfo ( ADIO_File  fd,
MPI_Info  users_info,
int error_code 
)

void ADIOI_Shfp_fname ( ADIO_File  fd,
int  rank 
)

int ADIOI_Error ( ADIO_File  fd,
int  error_code,
char *  string 
)

Definition at line 12 of file error.c.

References ADIOI_DFLT_ERR_HANDLER, ADIOI_FileD::err_handler, MPI_Abort(), MPI_Comm_rank(), MPI_COMM_WORLD, MPI_Error_string(), MPI_ERRORS_ARE_FATAL, MPI_ERRORS_RETURN, and MPI_MAX_ERROR_STRING.

Referenced by ADIO_Close(), ADIO_Open(), ADIO_ResolveFileType(), ADIOI_GEN_Delete(), ADIOI_GEN_Flush(), ADIOI_GEN_SeekIndividual(), ADIOI_HFS_Close(), ADIOI_HFS_Fcntl(), ADIOI_HFS_Open(), ADIOI_HFS_ReadContig(), ADIOI_HFS_Resize(), ADIOI_HFS_SeekIndividual(), ADIOI_HFS_WriteContig(), ADIOI_NFS_Close(), ADIOI_NFS_Fcntl(), ADIOI_NFS_Get_shared_fp(), ADIOI_NFS_IreadContig(), ADIOI_NFS_IwriteContig(), ADIOI_NFS_Open(), ADIOI_NFS_ReadComplete(), ADIOI_NFS_ReadContig(), ADIOI_NFS_ReadDone(), ADIOI_NFS_ReadStrided(), ADIOI_NFS_Resize(), ADIOI_NFS_Set_shared_fp(), ADIOI_NFS_WriteContig(), ADIOI_NFS_WriteStrided(), ADIOI_NTFS_Close(), ADIOI_NTFS_Fcntl(), ADIOI_NTFS_Flush(), ADIOI_NTFS_IreadContig(), ADIOI_NTFS_IwriteContig(), ADIOI_NTFS_Open(), ADIOI_NTFS_ReadComplete(), ADIOI_NTFS_ReadContig(), ADIOI_NTFS_Resize(), ADIOI_NTFS_SeekIndividual(), ADIOI_NTFS_WriteContig(), ADIOI_PFS_Close(), ADIOI_PFS_Fcntl(), ADIOI_PFS_Flush(), ADIOI_PFS_IreadContig(), ADIOI_PFS_IwriteContig(), ADIOI_PFS_Open(), ADIOI_PFS_ReadComplete(), ADIOI_PFS_ReadContig(), ADIOI_PFS_ReadDone(), ADIOI_PFS_Resize(), ADIOI_PFS_WriteContig(), ADIOI_PIOFS_Close(), ADIOI_PIOFS_Fcntl(), ADIOI_PIOFS_Open(), ADIOI_PIOFS_ReadContig(), ADIOI_PIOFS_Resize(), ADIOI_PIOFS_SeekIndividual(), ADIOI_PIOFS_WriteContig(), ADIOI_PIOFS_WriteStrided(), ADIOI_PVFS_Close(), ADIOI_PVFS_Delete(), ADIOI_PVFS_Fcntl(), ADIOI_PVFS_Flush(), ADIOI_PVFS_Open(), ADIOI_PVFS_ReadContig(), ADIOI_PVFS_Resize(), ADIOI_PVFS_SeekIndividual(), ADIOI_PVFS_WriteContig(), ADIOI_PVFS_WriteStrided(), ADIOI_PVFS_WriteStridedListIO(), ADIOI_SFS_Close(), ADIOI_SFS_Fcntl(), ADIOI_SFS_Flush(), ADIOI_SFS_Open(), ADIOI_SFS_ReadContig(), ADIOI_SFS_Resize(), ADIOI_SFS_WriteContig(), ADIOI_UFS_Close(), ADIOI_UFS_Fcntl(), ADIOI_UFS_IreadContig(), ADIOI_UFS_IwriteContig(), ADIOI_UFS_Open(), ADIOI_UFS_ReadComplete(), ADIOI_UFS_ReadContig(), ADIOI_UFS_ReadDone(), ADIOI_UFS_Resize(), ADIOI_UFS_WriteContig(), ADIOI_W_Exchange_data(), ADIOI_XFS_Close(), ADIOI_XFS_Fcntl(), ADIOI_XFS_IreadContig(), ADIOI_XFS_IwriteContig(), ADIOI_XFS_Open(), ADIOI_XFS_ReadComplete(), ADIOI_XFS_ReadContig(), ADIOI_XFS_ReadDone(), ADIOI_XFS_Resize(), ADIOI_XFS_WriteContig(), MPI_File_delete(), MPI_File_get_byte_offset(), MPI_File_get_errhandler(), MPI_File_get_position(), MPI_File_get_position_shared(), MPI_File_get_type_extent(), MPI_File_get_view(), MPI_File_iread(), MPI_File_iread_at(), MPI_File_iread_shared(), MPI_File_iwrite(), MPI_File_iwrite_at(), MPI_File_iwrite_shared(), MPI_File_open(), MPI_File_preallocate(), MPI_File_read(), MPI_File_read_all(), MPI_File_read_all_begin(), MPI_File_read_all_end(), MPI_File_read_at(), MPI_File_read_at_all(), MPI_File_read_at_all_begin(), MPI_File_read_at_all_end(), MPI_File_read_ordered(), MPI_File_read_ordered_begin(), MPI_File_read_ordered_end(), MPI_File_read_shared(), MPI_File_seek(), MPI_File_seek_shared(), MPI_File_set_atomicity(), MPI_File_set_errhandler(), MPI_File_set_size(), MPI_File_set_view(), MPI_File_write(), MPI_File_write_all(), MPI_File_write_all_begin(), MPI_File_write_all_end(), MPI_File_write_at(), MPI_File_write_at_all(), MPI_File_write_at_all_begin(), MPI_File_write_at_all_end(), MPI_File_write_ordered(), MPI_File_write_ordered_begin(), MPI_File_write_ordered_end(), MPI_File_write_shared(), MPIO_Test(), and MPIO_Wait().

int MPIR_Err_setmsg ( int  ,
int  ,
const char *  ,
const char *  ,
const char *  ,
  ... 
)

Definition at line 272 of file open.c.

Referenced by ADIO_Close(), ADIO_Open(), ADIO_ResolveFileType(), ADIOI_GEN_Delete(), ADIOI_GEN_Flush(), ADIOI_GEN_SeekIndividual(), ADIOI_HFS_Close(), ADIOI_HFS_Fcntl(), ADIOI_HFS_Open(), ADIOI_HFS_ReadContig(), ADIOI_HFS_Resize(), ADIOI_HFS_SeekIndividual(), ADIOI_HFS_WriteContig(), ADIOI_NFS_Close(), ADIOI_NFS_Fcntl(), ADIOI_NFS_Get_shared_fp(), ADIOI_NFS_IreadContig(), ADIOI_NFS_IwriteContig(), ADIOI_NFS_Open(), ADIOI_NFS_ReadComplete(), ADIOI_NFS_ReadContig(), ADIOI_NFS_ReadDone(), ADIOI_NFS_ReadStrided(), ADIOI_NFS_Resize(), ADIOI_NFS_Set_shared_fp(), ADIOI_NFS_WriteContig(), ADIOI_NFS_WriteStrided(), ADIOI_NTFS_Close(), ADIOI_NTFS_Fcntl(), ADIOI_NTFS_Flush(), ADIOI_NTFS_IreadContig(), ADIOI_NTFS_IwriteContig(), ADIOI_NTFS_Open(), ADIOI_NTFS_ReadComplete(), ADIOI_NTFS_ReadContig(), ADIOI_NTFS_Resize(), ADIOI_NTFS_SeekIndividual(), ADIOI_NTFS_WriteContig(), ADIOI_PFS_Close(), ADIOI_PFS_Fcntl(), ADIOI_PFS_Flush(), ADIOI_PFS_IreadContig(), ADIOI_PFS_IwriteContig(), ADIOI_PFS_Open(), ADIOI_PFS_ReadComplete(), ADIOI_PFS_ReadContig(), ADIOI_PFS_ReadDone(), ADIOI_PFS_Resize(), ADIOI_PFS_WriteContig(), ADIOI_PIOFS_Close(), ADIOI_PIOFS_Fcntl(), ADIOI_PIOFS_Open(), ADIOI_PIOFS_ReadContig(), ADIOI_PIOFS_Resize(), ADIOI_PIOFS_SeekIndividual(), ADIOI_PIOFS_WriteContig(), ADIOI_PIOFS_WriteStrided(), ADIOI_PVFS_Close(), ADIOI_PVFS_Delete(), ADIOI_PVFS_Fcntl(), ADIOI_PVFS_Flush(), ADIOI_PVFS_Open(), ADIOI_PVFS_ReadContig(), ADIOI_PVFS_Resize(), ADIOI_PVFS_SeekIndividual(), ADIOI_PVFS_WriteContig(), ADIOI_PVFS_WriteStrided(), ADIOI_PVFS_WriteStridedListIO(), ADIOI_SFS_Close(), ADIOI_SFS_Fcntl(), ADIOI_SFS_Flush(), ADIOI_SFS_Open(), ADIOI_SFS_ReadContig(), ADIOI_SFS_Resize(), ADIOI_SFS_WriteContig(), ADIOI_UFS_Close(), ADIOI_UFS_Fcntl(), ADIOI_UFS_IreadContig(), ADIOI_UFS_IwriteContig(), ADIOI_UFS_Open(), ADIOI_UFS_ReadComplete(), ADIOI_UFS_ReadContig(), ADIOI_UFS_ReadDone(), ADIOI_UFS_Resize(), ADIOI_UFS_WriteContig(), ADIOI_W_Exchange_data(), ADIOI_XFS_Close(), ADIOI_XFS_Fcntl(), ADIOI_XFS_IreadContig(), ADIOI_XFS_IwriteContig(), ADIOI_XFS_Open(), ADIOI_XFS_ReadComplete(), ADIOI_XFS_ReadContig(), ADIOI_XFS_ReadDone(), ADIOI_XFS_Resize(), ADIOI_XFS_WriteContig(), MPI_File_get_byte_offset(), MPI_File_get_errhandler(), MPI_File_get_position(), MPI_File_get_position_shared(), MPI_File_get_type_extent(), MPI_File_get_view(), MPI_File_iread(), MPI_File_iread_at(), MPI_File_iread_shared(), MPI_File_iwrite(), MPI_File_iwrite_at(), MPI_File_iwrite_shared(), MPI_File_open(), MPI_File_preallocate(), MPI_File_read(), MPI_File_read_all(), MPI_File_read_all_begin(), MPI_File_read_all_end(), MPI_File_read_at(), MPI_File_read_at_all(), MPI_File_read_at_all_begin(), MPI_File_read_at_all_end(), MPI_File_read_ordered(), MPI_File_read_ordered_begin(), MPI_File_read_ordered_end(), MPI_File_read_shared(), MPI_File_seek(), MPI_File_seek_shared(), MPI_File_set_atomicity(), MPI_File_set_errhandler(), MPI_File_set_size(), MPI_File_set_view(), MPI_File_write(), MPI_File_write_all(), MPI_File_write_all_begin(), MPI_File_write_all_end(), MPI_File_write_at(), MPI_File_write_at_all(), MPI_File_write_at_all_begin(), MPI_File_write_at_all_end(), MPI_File_write_ordered(), MPI_File_write_ordered_begin(), MPI_File_write_ordered_end(), MPI_File_write_shared(), MPIO_Test(), and MPIO_Wait().

int ADIOI_End_call ( MPI_Comm  comm,
int  keyval,
void *  attribute_val,
void *  extra_state 
)

Definition at line 70 of file ad_end.c.

References ADIO_End().

int MPIR_Status_set_bytes ( MPI_Status status,
MPI_Datatype  datatype,
int  nbytes 
)

int ADIOI_Uses_generic_read ( ADIO_File  fd  ) 

int ADIOI_Uses_generic_write ( ADIO_File  fd  ) 

int ADIOI_Set_lock ( FDTYPE  fd_sys,
int  cmd,
int  type,
ADIO_Offset  offset,
int  whence,
ADIO_Offset  len 
)

Definition at line 12 of file lock.c.

References MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, and MPI_SUCCESS.

int ADIOI_Set_lock64 ( FDTYPE  fd_sys,
int  cmd,
int  type,
ADIO_Offset  offset,
int  whence,
ADIO_Offset  len 
)

Definition at line 81 of file lock.c.

References errno, MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, and MPI_SUCCESS.


Variable Documentation

char* sys_errlist[]


Generated on Wed May 23 08:06:42 2012 for Charm++ by  doxygen 1.5.5