Skip to content

Commit

Permalink
Removing unneeded define in C files.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpaulsen committed Jan 22, 2019
1 parent 3ef8a8b commit e323890
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ompi/mpi/fortran/mpif-h/address_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

#include "ompi_config.h"

/* defining #define OMPI_OMIT_MPI1_COMPAT_DECLS to 0 for removed
* implementations here. see comments in address.c for more information. */
#define OMPI_OMIT_MPI1_COMPAT_DECLS 0

#include "ompi/mpi/fortran/mpif-h/bindings.h"

#if OMPI_BUILD_MPI_PROFILING
Expand Down
4 changes: 4 additions & 0 deletions ompi/mpi/fortran/mpif-h/errhandler_create_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

#include "ompi_config.h"

/* defining #define OMPI_OMIT_MPI1_COMPAT_DECLS to 0 for removed
* implementations here. see comments in address.c for more information. */
#define OMPI_OMIT_MPI1_COMPAT_DECLS 0

#include "ompi/mpi/fortran/mpif-h/bindings.h"
#include "ompi/errhandler/errhandler.h"

Expand Down
4 changes: 4 additions & 0 deletions ompi/mpi/fortran/mpif-h/errhandler_get_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

#include "ompi_config.h"

/* defining #define OMPI_OMIT_MPI1_COMPAT_DECLS to 0 for removed
* implementations here. see comments in address.c for more information. */
#define OMPI_OMIT_MPI1_COMPAT_DECLS 0

#include "ompi/mpi/fortran/mpif-h/bindings.h"

#if OMPI_BUILD_MPI_PROFILING
Expand Down
4 changes: 4 additions & 0 deletions ompi/mpi/fortran/mpif-h/errhandler_set_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

#include "ompi_config.h"

/* defining #define OMPI_OMIT_MPI1_COMPAT_DECLS to 0 for removed
* implementations here. see comments in address.c for more information. */
#define OMPI_OMIT_MPI1_COMPAT_DECLS 0

#include "ompi/mpi/fortran/mpif-h/bindings.h"
#include "ompi/errhandler/errhandler.h"

Expand Down
4 changes: 4 additions & 0 deletions ompi/mpi/fortran/mpif-h/type_extent_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

#include "ompi_config.h"

/* defining #define OMPI_OMIT_MPI1_COMPAT_DECLS to 0 for removed
* implementations here. see comments in address.c for more information. */
#define OMPI_OMIT_MPI1_COMPAT_DECLS 0

#include "ompi/mpi/fortran/mpif-h/bindings.h"

#if OMPI_BUILD_MPI_PROFILING
Expand Down
4 changes: 4 additions & 0 deletions ompi/mpi/fortran/mpif-h/type_hindexed_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

#include "ompi_config.h"

/* defining #define OMPI_OMIT_MPI1_COMPAT_DECLS to 0 for removed
* implementations here. see comments in address.c for more information. */
#define OMPI_OMIT_MPI1_COMPAT_DECLS 0

#include "ompi/mpi/fortran/mpif-h/bindings.h"
#include "ompi/errhandler/errhandler.h"
#include "ompi/communicator/communicator.h"
Expand Down
4 changes: 4 additions & 0 deletions ompi/mpi/fortran/mpif-h/type_hvector_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

#include "ompi_config.h"

/* defining #define OMPI_OMIT_MPI1_COMPAT_DECLS to 0 for removed
* implementations here. see comments in address.c for more information. */
#define OMPI_OMIT_MPI1_COMPAT_DECLS 0

#include "ompi/mpi/fortran/mpif-h/bindings.h"

#if OMPI_BUILD_MPI_PROFILING
Expand Down
4 changes: 4 additions & 0 deletions ompi/mpi/fortran/mpif-h/type_lb_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

#include "ompi_config.h"

/* defining #define OMPI_OMIT_MPI1_COMPAT_DECLS to 0 for removed
* implementations here. see comments in address.c for more information. */
#define OMPI_OMIT_MPI1_COMPAT_DECLS 0

#include "ompi/mpi/fortran/mpif-h/bindings.h"

#if OMPI_BUILD_MPI_PROFILING
Expand Down
4 changes: 4 additions & 0 deletions ompi/mpi/fortran/mpif-h/type_struct_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

#include "ompi_config.h"

/* defining #define OMPI_OMIT_MPI1_COMPAT_DECLS to 0 for removed
* implementations here. see comments in address.c for more information. */
#define OMPI_OMIT_MPI1_COMPAT_DECLS 0

#include "ompi/mpi/fortran/mpif-h/bindings.h"
#include "ompi/errhandler/errhandler.h"
#include "ompi/communicator/communicator.h"
Expand Down
4 changes: 4 additions & 0 deletions ompi/mpi/fortran/mpif-h/type_ub_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

#include "ompi_config.h"

/* defining #define OMPI_OMIT_MPI1_COMPAT_DECLS to 0 for removed
* implementations here. see comments in address.c for more information. */
#define OMPI_OMIT_MPI1_COMPAT_DECLS 0

#include "ompi/mpi/fortran/mpif-h/bindings.h"

#if OMPI_BUILD_MPI_PROFILING
Expand Down

0 comments on commit e323890

Please sign in to comment.