1
1
openmpi/config/opal_config_files.m4
Nathan Hjelm ebce88b7ad opal: remove generated asm code
Every modern compiler supports either inline assembly or builtin atomic
operations. Because of this it is time to delete all the code associated
with pre-built atomics.

This commit also clean out the DEC and XLC asm checks. Neither check
does anything and the XLC compiler supports GCC ASM.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2017-08-03 09:18:58 -06:00

30 строки
745 B
Bash

# -*- shell-script -*-
#
# Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# This file is m4_included in the top-level configure.ac
AC_DEFUN([OPAL_CONFIG_FILES],[
AC_CONFIG_FILES([
opal/Makefile
opal/etc/Makefile
opal/include/Makefile
opal/datatype/Makefile
opal/util/Makefile
opal/util/keyval/Makefile
opal/mca/base/Makefile
opal/tools/wrappers/Makefile
opal/tools/wrappers/opalcc-wrapper-data.txt
opal/tools/wrappers/opalc++-wrapper-data.txt
opal/tools/wrappers/opal.pc
opal/tools/opal-checkpoint/Makefile
opal/tools/opal-restart/Makefile
])
])