Skip to content

Commit 2eb5df4

Browse files
authored
Merge pull request #9701 from bwbarrett/bugfix/fortran-ident-string-with-no-weak-symbols-really
Complete removal of ident code
2 parents 95000f6 + 6b0038e commit 2eb5df4

File tree

4 files changed

+0
-113
lines changed

4 files changed

+0
-113
lines changed

config/opal_check_ident.m4

Lines changed: 0 additions & 101 deletions
This file was deleted.

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,6 @@ AM_CONDITIONAL(OMPI_NEED_WINDOWS_REPLACEMENTS,
380380
# Do all Interix detections if necessary
381381
OMPI_INTERIX
382382

383-
# Does the compiler support "ident"-like constructs?
384-
385-
OPAL_CHECK_IDENT([CC], [CFLAGS], [c], [C])
386-
387383
#
388384
# Check for some types
389385
#

ompi/mpi/fortran/mpif-h/init_f.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
#include "ompi_config.h"
2424

25-
const char ident[] = OMPI_IDENT_STRING;
26-
2725
#include "ompi/mpi/fortran/mpif-h/bindings.h"
2826

2927
#if OMPI_BUILD_MPI_PROFILING

oshmem/runtime/oshmem_shmem_init.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@
6565
#include <sys/mman.h>
6666
#endif
6767

68-
#if OPAL_CC_USE_PRAGMA_IDENT
69-
#pragma ident OMPI_IDENT_STRING
70-
#elif OPAL_CC_USE_IDENT
71-
#ident OSHMEM_IDENT_STRING
72-
#endif
73-
7468
/*
7569
* WHAT: add thread for invoking opal_progress() function
7670
* WHY: SHMEM based on current ompi/trunk (by the time of integrating into Open MPI)

0 commit comments

Comments
 (0)