File: sgimpi.h

package info (click to toggle)
paraview 3.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 173,864 kB
  • ctags: 192,754
  • sloc: cpp: 1,497,065; ansic: 607,818; tcl: 47,394; xml: 47,108; python: 29,870; perl: 3,117; java: 2,428; yacc: 1,853; sh: 833; asm: 471; lex: 393; pascal: 228; makefile: 189; fortran: 31
file content (17 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef PyMPI_COMPAT_SGIMPI_H
#define PyMPI_COMPAT_SGIMPI_H

/* ---------------------------------------------------------------- */

#undef  MPI_ARGV_NULL
#define MPI_ARGV_NULL ((char **)0)

#undef  MPI_ARGVS_NULL
#define MPI_ARGVS_NULL ((char ***)0)

#undef  MPI_ERRCODES_IGNORE
#define MPI_ERRCODES_IGNORE ((int *)0)

/* ---------------------------------------------------------------- */

#endif /* !PyMPI_COMPAT_SGIMPI_H */