Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the PMIX_DECLSPEC declaration with PMIX_EXPORT for consistency #4427

Merged
merged 1 commit into from
Nov 1, 2017
Merged

Replace the PMIX_DECLSPEC declaration with PMIX_EXPORT for consistency #4427

merged 1 commit into from
Nov 1, 2017

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Oct 30, 2017

Signed-off-by: Ralph Castain rhc@open-mpi.org

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
@rhc54 rhc54 added this to the v2.0.4 milestone Oct 30, 2017
@rhc54 rhc54 self-assigned this Oct 30, 2017
@rhc54 rhc54 requested a review from jjhursey October 30, 2017 22:31
@hppritcha
Copy link
Member

@jhursey can you review asap? We'd like to get this in to a 2.0.4rc2 and turnaround by Wednesday.
I'd like at least one batch of MTT runs against it.

@jsquyres
Copy link
Member

bot:mellanox:retest

#ifndef PMIX_DECLSPEC
#define PMIX_DECLSPEC
# if PMIX_C_HAVE_VISIBILITY
#if PMIX_C_HAVE_VISIBILITY
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit: But I would add the redefinition protection before this out of "abundance of caution".

+ #ifndef PMIX_EXPORT
  #if PMIX_C_HAVE_VISIBILITY
  #    define PMIX_EXPORT           __pmix_attribute_visibility__("default")
  #else
  #    define PMIX_EXPORT
  #endif
+ #endif

It's minor enough that I'm not willing to hold up approval for this PR.

@jsquyres
Copy link
Member

@Di0gen @jladd-mlnx @artpol84 Mellanox Jenkins is failing on this PR and some others due to what looks like a false failure. Can you please look into what is happening?

11:09:34 --> Created destination specfile: /var/lib/jenkins/jobs/gh-ompi-master-pr/workspace/rpms/SPECS/openmpi-2.0.4rc1.spec
11:09:34 --> Building the Open MPI SRPM
11:09:34 --> rpmbuild --define 'mflags -j8' --define '_source_filedigest_algorithm md5' --define '_binary_filedigest_algorithm md5' --define '_topdir /var/lib/jenkins/jobs/gh-ompi-master-pr/workspace/rpms' --define 'dist %{nil}' -bs /var/lib/jenkins/jobs/gh-ompi-master-pr/workspace/rpms/SPECS/openmpi-2.0.4rc1.spec
11:09:34 error: Unable to write temp header
11:09:34 *** FAILURE BUILDING SRPM!
11:09:34 Aborting
11:09:34 + jenkins_cleanup

@jsquyres
Copy link
Member

bot:mellanox:retest

@hppritcha hppritcha merged commit 56e8556 into open-mpi:v2.0.x Nov 1, 2017
@rhc54 rhc54 deleted the cmr20x/pmix branch November 28, 2017 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants