~ubuntu-branches/ubuntu/hardy/openmpi/hardy-updates

« back to all changes in this revision

Viewing changes to ompi/mca/io/romio/romio/adio/include/mpio_error.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-10-15 00:46:11 UTC
  • Revision ID: james.westby@ubuntu.com-20061015004611-uuhxnaxyjmuxfd5h
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

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