Skip to content

Commit 5eb3ebd

Browse files
author
Ralph Castain
authored
Merge pull request #3000 from rhc54/topic/configclean
Fix some pmix configuration code
2 parents b272f87 + f49118e commit 5eb3ebd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

opal/mca/pmix/pmix2x/pmix/config/pmix_check_compiler_version.m4

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl -*- shell-script -*-
22
dnl
33
dnl Copyright (c) 2009 Oak Ridge National Labs. All rights reserved.
4-
dnl Copyright (c) 2013 Intel, Inc. All rights reserved
4+
dnl Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
55
dnl
66
dnl $COPYRIGHT$
77
dnl
@@ -35,7 +35,6 @@ AC_DEFUN([PMIX_CHECK_COMPILER], [
3535
AC_TRY_RUN([
3636
#include <stdio.h>
3737
#include <stdlib.h>
38-
#include "pmix_portable_platform.h"
3938

4039
int main (int argc, char * argv[])
4140
{
@@ -68,7 +67,6 @@ AC_DEFUN([PMIX_CHECK_COMPILER_STRINGIFY], [
6867
AC_TRY_RUN([
6968
#include <stdio.h>
7069
#include <stdlib.h>
71-
#include "pmix_portable_platform.h"
7270

7371
int main (int argc, char * argv[])
7472
{

opal/mca/pmix/pmix2x/pmix/config/pmix_check_psm2.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# All rights reserved.
1313
# Copyright (c) 2006 QLogic Corp. All rights reserved.
1414
# Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
15-
# Copyright (c) 2016 Intel Corporation. All rights reserved.
15+
# Copyright (c) 2016-2017 Intel, Inc. All rights reserved.
1616
# Copyright (c) 2015 Research Organization for Information Science
1717
# and Technology (RIST). All rights reserved.
1818
# Copyright (c) 2016 Los Alamos National Security, LLC. All rights
@@ -53,7 +53,7 @@ AC_DEFUN([PMIX_CHECK_PSM2],[
5353
PMIX_CHECK_PACKAGE([pmix_check_psm2],
5454
[psm2.h],
5555
[psm2],
56-
[psm_mq_irecv],
56+
[psm2_mq_irecv2],
5757
[],
5858
[$pmix_check_psm2_dir],
5959
[$pmix_check_psm2_libdir],

0 commit comments

Comments
 (0)