File tree Expand file tree Collapse file tree 5 files changed +9
-204
lines changed Expand file tree Collapse file tree 5 files changed +9
-204
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ dnl Copyright (c) 2004-2005 The Regents of the University of California.
11
11
dnl All rights reserved.
12
12
dnl Copyright (c) 2008-2018 Cisco Systems, Inc. All rights reserved.
13
13
dnl Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
14
- dnl Copyright (c) 2015-2017 Research Organization for Information Science
15
- dnl and Technology (RIST). All rights reserved.
14
+ dnl Copyright (c) 2015-2018 Research Organization for Information Science
15
+ dnl and Technology (RIST). All rights reserved.
16
16
dnl Copyright (c) 2014-2018 Los Alamos National Security, LLC. All rights
17
17
dnl reserved.
18
18
dnl Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
@@ -1148,6 +1148,9 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
1148
1148
if test "x$enable_c11_atomics" != "xno" && test "$opal_cv_c11_supported" = "yes" ; then
1149
1149
opal_cv_asm_builtin="BUILTIN_C11"
1150
1150
OPAL_CHECK_C11_CSWAP_INT128
1151
+ elif test "x$enable_c11_atomics" = "xyes"; then
1152
+ AC_MSG_WARN ( [ C11 atomics were requested but are not supported] )
1153
+ AC_MSG_ERROR ( [ Cannot continue] )
1151
1154
else
1152
1155
opal_cv_asm_builtin="BUILTIN_NO"
1153
1156
AS_IF ( [ test "$opal_cv_asm_builtin" = "BUILTIN_NO" && test "$enable_builtin_atomics" = "yes"] ,
Original file line number Diff line number Diff line change 2
2
/*
3
3
* Copyright (c) 2018 Los Alamos National Security, LLC. All rights
4
4
* reserved.
5
+ * Copyright (c) 2018 Research Organization for Information Science
6
+ * and Technology (RIST). All rights reserved.
5
7
* $COPYRIGHT$
6
8
*
7
9
* Additional copyrights may follow
23
25
24
26
#include <stdatomic.h>
25
27
#include <stdint.h>
26
- #include "opal/include/ opal_stdint.h"
28
+ #include "opal_stdint.h"
27
29
28
30
#define OPAL_HAVE_ATOMIC_MEM_BARRIER 1
29
31
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PROGS = mpi_no_op mpi_barrier hello hello_nodename abort multi_abort simple_spaw
4
4
crisscross read_write ziatest slave reduce-hang ziaprobe ziatest bcast_loop \
5
5
parallel_w8 parallel_w64 parallel_r8 parallel_r64 sio sendrecv_blaster early_abort \
6
6
debugger singleton_client_server intercomm_create spawn_tree init-exit77 mpi_info \
7
- info_spawn server client paccept pconnect ring hello.sapp binding badcoll attach xlib \
7
+ info_spawn server client ring binding badcoll attach xlib \
8
8
no-disconnect nonzero interlib pinterlib add_host
9
9
10
10
all : $(PROGS )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments