File: mpif-io-constants.h

package info (click to toggle)
openmpi 5.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 202,312 kB
  • sloc: ansic: 612,441; makefile: 42,495; sh: 11,230; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,154; python: 1,856; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (53 lines) | stat: -rw-r--r-- 2,122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
! -*- fortran -*-
! WARNING! THIS IS A GENERATED FILE!!
! ANY EDITS YOU PUT HERE WILL BE LOST!
! ==> Instead, edit topdir/ompi/include/mpif-values.pl.

! Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
!                         University Research and Technology
!                         Corporation.  All rights reserved.
! Copyright (c) 2004-2016 The University of Tennessee and The University
!                         of Tennessee Research Foundation.  All rights
!                         reserved.
! Copyright (c) 2004-2007 High Performance Computing Center Stuttgart,
!                         University of Stuttgart.  All rights reserved.
! Copyright (c) 2004-2005 The Regents of the University of California.
!                         All rights reserved.
! Copyright (c) 2006-2012 Cisco Systems, Inc.  All rights reserved.
! Copyright (c) 2009-2012 Oak Ridge National Labs.  All rights reserved.
! Copyright (c) 2016      Research Organization for Information Science
!                         and Technology (RIST). All rights reserved.
! $COPYRIGHT$
!
! Additional copyrights may follow
!
! $HEADER$
!

        integer MPI_MODE_APPEND
        integer MPI_MODE_CREATE
        integer MPI_MODE_DELETE_ON_CLOSE
        integer MPI_MODE_EXCL
        integer MPI_MODE_RDONLY
        integer MPI_MODE_RDWR
        integer MPI_MODE_SEQUENTIAL
        integer MPI_MODE_UNIQUE_OPEN
        integer MPI_MODE_WRONLY
        integer MPI_SEEK_CUR
        integer MPI_SEEK_END
        integer MPI_SEEK_SET
        integer(KIND=MPI_OFFSET_KIND) MPI_DISPLACEMENT_CURRENT

        parameter (MPI_MODE_APPEND=128)
        parameter (MPI_MODE_CREATE=1)
        parameter (MPI_MODE_DELETE_ON_CLOSE=16)
        parameter (MPI_MODE_EXCL=64)
        parameter (MPI_MODE_RDONLY=2)
        parameter (MPI_MODE_RDWR=8)
        parameter (MPI_MODE_SEQUENTIAL=256)
        parameter (MPI_MODE_UNIQUE_OPEN=32)
        parameter (MPI_MODE_WRONLY=4)
        parameter (MPI_SEEK_CUR=602)
        parameter (MPI_SEEK_END=604)
        parameter (MPI_SEEK_SET=600)
        parameter (MPI_DISPLACEMENT_CURRENT=-54278278)