Changing the files to have the right #if statements for including pragmas
This commit was SVN r421.
Этот коммит содержится в:
родитель
67be30928a
Коммит
04cbae2e4e
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_commit = MPI_Type_commit
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_commit = PMPI_Type_commit
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_contiguous = MPI_Type_contiguous
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_contiguous = PMPI_Type_contiguous
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_create_darray = MPI_Type_create_darray
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_create_darray = PMPI_Type_create_darray
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_create_f90_complex = MPI_Type_create_f90_complex
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_create_f90_complex = PMPI_Type_create_f90_complex
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_create_f90_integer = MPI_Type_create_f90_integer
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_create_f90_integer = PMPI_Type_create_f90_integer
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_create_f90_real = MPI_Type_create_f90_real
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_create_f90_real = PMPI_Type_create_f90_real
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_create_hindexed = MPI_Type_create_hindexed
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_create_hindexed = PMPI_Type_create_hindexed
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_create_hvector = MPI_Type_create_hvector
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_create_hvector = PMPI_Type_create_hvector
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_indexed_block = MPI_Type_indexed_block
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_indexed_block = PMPI_Type_indexed_block
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_create_keyval = MPI_Type_create_keyval
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_create_keyval = PMPI_Type_create_keyval
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_create_resized = MPI_Type_create_resized
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_create_resized = PMPI_Type_create_resized
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_create_struct = MPI_Type_create_struct
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_create_struct = PMPI_Type_create_struct
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_create_subarray = MPI_Type_create_subarray
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_create_subarray = PMPI_Type_create_subarray
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_delete_attr = MPI_Type_delete_attr
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_delete_attr = PMPI_Type_delete_attr
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_dup = MPI_Type_dup
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_dup = PMPI_Type_dup
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_extent = MPI_Type_extent
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_extent = PMPI_Type_extent
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_free = MPI_Type_free
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_free = PMPI_Type_free
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_free_keyval = MPI_Type_free_keyval
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_free_keyval = PMPI_Type_free_keyval
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_get_attr = MPI_Type_get_attr
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_get_attr = PMPI_Type_get_attr
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_get_contents = MPI_Type_get_contents
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_get_contents = PMPI_Type_get_contents
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_get_envelope = MPI_Type_get_envelope
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_get_envelope = PMPI_Type_get_envelope
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_get_extent = MPI_Type_get_extent
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_get_extent = PMPI_Type_get_extent
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_get_name = MPI_Type_get_name
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_get_name = PMPI_Type_get_name
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_get_true_extent = MPI_Type_get_true_extent
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_get_true_extent = PMPI_Type_get_true_extent
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_hindexed = MPI_Type_hindexed
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_hindexed = PMPI_Type_hindexed
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_hvector = MPI_Type_hvector
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_hvector = PMPI_Type_hvector
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_indexed = MPI_Type_indexed
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_indexed = PMPI_Type_indexed
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_lb = MPI_Type_lb
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_lb = PMPI_Type_lb
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_match_size = MPI_Type_match_size
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_match_size = PMPI_Type_match_size
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_get_attr = MPI_Type_get_attr
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_get_attr = PMPI_Type_get_attr
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_set_name = MPI_Type_set_name
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_set_name = PMPI_Type_set_name
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_size = MPI_Type_size
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_size = PMPI_Type_size
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_struct = MPI_Type_struct
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_struct = PMPI_Type_struct
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_ub = MPI_Type_ub
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_ub = PMPI_Type_ub
|
||||
#endif
|
||||
|
||||
int
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "mpi.h"
|
||||
#include "mpi/interface/c/bindings.h"
|
||||
|
||||
#if LAM_WANT_MPI_PROFILING && LAM_HAVE_WEAK_SYMBOLS
|
||||
#pragma weak PMPI_Type_vector = MPI_Type_vector
|
||||
#if LAM_HAVE_WEAK_SYMBOLS && LAM_PROFILING_DEFINES
|
||||
#pragma weak MPI_Type_vector = PMPI_Type_vector
|
||||
#endif
|
||||
|
||||
int
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user