/usr/include/mumps_seq/mpif.h is in libmumps-seq-dev 4.9.2.dfsg-7build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | !
! This file is part of MUMPS 4.9.2, built on Thu Nov 5 07:05:08 UTC 2009
!
!
! This version of MUMPS is provided to you free of charge. It is public
! domain, based on public domain software developed during the Esprit IV
! European project PARASOL (1996-1999) by CERFACS, ENSEEIHT-IRIT and RAL.
! Since this first public domain version in 1999, the developments are
! supported by the following institutions: CERFACS, CNRS, INPT(ENSEEIHT)-
! IRIT, and INRIA.
!
! Current development team includes Patrick Amestoy, Alfredo Buttari,
! Abdou Guermouche, Jean-Yves L'Excellent, Bora Ucar.
!
! Up-to-date copies of the MUMPS package can be obtained
! from the Web pages:
! http://mumps.enseeiht.fr/ or http://graal.ens-lyon.fr/MUMPS
!
!
! THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
! EXPRESSED OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
!
!
! User documentation of any code that uses this software can
! include this complete notice. You can acknowledge (using
! references [1] and [2]) the contribution of this package
! in any scientific publication dependent upon the use of the
! package. You shall use reasonable endeavours to notify
! the authors of the package of this publication.
!
! [1] P. R. Amestoy, I. S. Duff, J. Koster and J.-Y. L'Excellent,
! A fully asynchronous multifrontal solver using distributed dynamic
! scheduling, SIAM Journal of Matrix Analysis and Applications,
! Vol 23, No 1, pp 15-41 (2001).
!
! [2] P. R. Amestoy and A. Guermouche and J.-Y. L'Excellent and
! S. Pralet, Hybrid scheduling for the parallel solution of linear
! systems. Parallel Computing Vol 32 (2), pp 136-156 (2006).
!
!
! Dummy mpif.h file including symbols used by MUMPS.
!
INTEGER MPI_2DOUBLE_PRECISION
INTEGER MPI_2INTEGER
INTEGER MPI_2REAL
INTEGER MPI_ANY_SOURCE
INTEGER MPI_ANY_TAG
INTEGER MPI_BYTE
INTEGER MPI_CHARACTER
INTEGER MPI_COMM_NULL
INTEGER MPI_COMM_WORLD
INTEGER MPI_COMPLEX
INTEGER MPI_DOUBLE_COMPLEX
INTEGER MPI_DOUBLE_PRECISION
INTEGER MPI_INTEGER
INTEGER MPI_LOGICAL
INTEGER MPI_MAX
INTEGER MPI_MAX_PROCESSOR_NAME
INTEGER MPI_MAXLOC
INTEGER MPI_MIN
INTEGER MPI_MINLOC
INTEGER MPI_PACKED
INTEGER MPI_PROD
INTEGER MPI_REAL
INTEGER MPI_REPLACE
INTEGER MPI_REQUEST_NULL
INTEGER MPI_SOURCE
INTEGER MPI_STATUS_SIZE
INTEGER MPI_SUM
INTEGER MPI_TAG
INTEGER MPI_UNDEFINED
INTEGER MPI_WTIME_IS_GLOBAL
INTEGER MPI_LOR
INTEGER MPI_LAND
INTEGER MPI_INTEGER8
INTEGER MPI_REAL8
INTEGER MPI_BSEND_OVERHEAD
PARAMETER (MPI_2DOUBLE_PRECISION=1)
PARAMETER (MPI_2INTEGER=2)
PARAMETER (MPI_2REAL=3)
PARAMETER (MPI_ANY_SOURCE=4)
PARAMETER (MPI_ANY_TAG=5)
PARAMETER (MPI_BYTE=6)
PARAMETER (MPI_CHARACTER=7)
PARAMETER (MPI_COMM_NULL=8)
PARAMETER (MPI_COMM_WORLD=9)
PARAMETER (MPI_COMPLEX=10)
PARAMETER (MPI_DOUBLE_COMPLEX=11)
PARAMETER (MPI_DOUBLE_PRECISION=12)
PARAMETER (MPI_INTEGER=13)
PARAMETER (MPI_LOGICAL=14)
PARAMETER (MPI_MAX=15)
PARAMETER (MPI_MAX_PROCESSOR_NAME=31)
PARAMETER (MPI_MAXLOC=16)
PARAMETER (MPI_MIN=17)
PARAMETER (MPI_MINLOC=18)
PARAMETER (MPI_PACKED=19)
PARAMETER (MPI_PROD=20)
PARAMETER (MPI_REAL=21)
PARAMETER (MPI_REPLACE=22)
PARAMETER (MPI_REQUEST_NULL=23)
PARAMETER (MPI_SOURCE=1)
PARAMETER (MPI_STATUS_SIZE=2)
PARAMETER (MPI_SUM=26)
PARAMETER (MPI_TAG=2)
PARAMETER (MPI_UNDEFINED=28)
PARAMETER (MPI_WTIME_IS_GLOBAL=30)
PARAMETER (MPI_LOR=31)
PARAMETER (MPI_LAND=32)
PARAMETER (MPI_INTEGER8=33)
PARAMETER (MPI_REAL8=34)
PARAMETER (MPI_BSEND_OVERHEAD=0)
DOUBLE PRECISION MPI_WTIME
EXTERNAL MPI_WTIME
|