File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 10
10
# University of Stuttgart. All rights reserved.
11
11
# Copyright (c) 2004-2005 The Regents of the University of California.
12
12
# All rights reserved.
13
- # Copyright (c) 2006-2022 Cisco Systems, Inc. All rights reserved
13
+ # Copyright (c) 2006-2023 Cisco Systems, Inc. All rights reserved.
14
14
# Copyright (c) 2006-2008 Sun Microsystems, Inc. All rights reserved.
15
15
# Copyright (c) 2006-2017 Los Alamos National Security, LLC. All rights
16
16
# reserved.
@@ -458,6 +458,10 @@ AC_CHECK_SIZEOF(double _Complex)
458
458
AC_CHECK_SIZEOF(long double _Complex)
459
459
460
460
AC_CHECK_SIZEOF(void * )
461
+ AS_IF([test " $ac_cv_sizeof_void_p " -eq 4],
462
+ [AC_MSG_WARN([Open MPI no longer supports 32 bit builds.])
463
+ AC_MSG_WARN([Please use Open MPI v4.x or earlier if you need 32 bit support.])
464
+ AC_MSG_ERROR([Cannot continue])])
461
465
AC_CHECK_SIZEOF(size_t)
462
466
if test " $ac_cv_type_ssize_t " = yes ; then
463
467
AC_CHECK_SIZEOF(ssize_t)
You can’t perform that action at this time.
0 commit comments