root/ompi/mca/io/romio321/romio/adio/include/mpio_error.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
   2 /*
   3  *  (C) 2001 by Argonne National Laboratory.
   4  *      See COPYRIGHT in top-level directory.
   5  */
   6 /* MPI_ERR_FILE */
   7 #define MPIR_ERR_FILE_NULL 3
   8 #define MPIR_ERR_FILE_CORRUPT 5
   9 
  10 /* MPI_ERR_AMODE */
  11 /* kind values set directly to 3,5,7 in mpi-io/open.c */
  12 
  13 /* MPI_ERR_ARG */
  14 #define MPIR_ERR_OFFSET_ARG 65
  15 #define MPIR_ERR_DATAREP_ARG 67
  16 #define MPIR_ERR_COUNT_ARG 69
  17 #define MPIR_ERR_SIZE_ARG 71
  18 #define MPIR_ERR_WHENCE_ARG 73
  19 #define MPIR_ERR_FLAG_ARG 75
  20 #define MPIR_ERR_DISP_ARG 77
  21 #define MPIR_ERR_ETYPE_ARG 79
  22 #define MPIR_ERR_FILETYPE_ARG 81
  23 #define MPIR_ERR_SIZE_ARG_NOT_SAME 83
  24 #define MPIR_ERR_OFFSET_ARG_NEG 85
  25 #define MPIR_ERR_WHENCE_ARG_NOT_SAME 87
  26 #define MPIR_ERR_OFFSET_ARG_NOT_SAME 89
  27 
  28 /* MPI_ERR_TYPE */
  29 #ifndef MPIR_ERR_TYPE_NULL
  30 #define MPIR_ERR_TYPE_NULL 5
  31 #endif
  32 
  33 /* MPI_ERR_UNSUPPORTED_OPERATION */
  34 #define MPIR_ERR_NO_SHARED_FP 3
  35 #define MPIR_ERR_AMODE_SEQ 5
  36 #define MPIR_ERR_MODE_WRONLY 7
  37 #define MPIR_ERR_NO_MODE_SEQ 9
  38 
  39 /* MPI_ERR_REQUEST */
  40 #ifndef MPIR_ERR_REQUEST_NULL
  41 #define MPIR_ERR_REQUEST_NULL 3
  42 #endif
  43 
  44 /* MPI_ERR_IO */
  45 #define MPIR_ADIO_ERROR 1  /* used for strerror(errno) */
  46 #define MPIR_ERR_ETYPE_FRACTIONAL 3
  47 #define MPIR_ERR_NO_FSTYPE 5
  48 #define MPIR_ERR_NO_PFS 7
  49 #define MPIR_ERR_NO_PIOFS 9
  50 #define MPIR_ERR_NO_UFS 11
  51 #define MPIR_ERR_NO_NFS 13
  52 #define MPIR_ERR_NO_HFS 15
  53 #define MPIR_ERR_NO_XFS 17
  54 #define MPIR_ERR_NO_SFS 19
  55 #define MPIR_ERR_NO_PVFS 21
  56 #define MPIR_ERR_NO_PANFS 22
  57 #define MPIR_ERR_MULTIPLE_SPLIT_COLL 23
  58 #define MPIR_ERR_NO_SPLIT_COLL 25
  59 #define MPIR_ERR_ASYNC_OUTSTANDING 27
  60 #define MPIR_READ_PERM 29
  61 #define MPIR_PREALLOC_PERM 31
  62 #define MPIR_ERR_FILETYPE 33 
  63 #define MPIR_ERR_NO_NTFS 35
  64 #define MPIR_ERR_NO_TESTFS 36
  65 #define MPIR_ERR_NO_LUSTRE 37
  66 #define MPIR_ERR_NO_BGL 38
  67 
  68 /* MPI_ERR_COMM */
  69 #ifndef MPIR_ERR_COMM_NULL
  70 #define MPIR_ERR_COMM_NULL 3
  71 #define MPIR_ERR_COMM_INTER 5 
  72 #endif
  73 
  74 /* MPI_ERR_UNSUPPORTED_DATAREP */
  75 #define MPIR_ERR_NOT_NATIVE_DATAREP 3
  76 

/* [<][>][^][v][top][bottom][index][help] */