1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

resolved merge conflict

This commit is contained in:
nils meyer 2020-04-24 10:14:21 +02:00
commit 345721220e

View File

@ -199,7 +199,7 @@ if test "${ac_MKL}x" != "nox"; then
fi
if test "${ac_IPP}x" != "nox"; then
AC_SEARCH_LIBS([ippsCRC32C_8u], [ippdc],
AC_SEARCH_LIBS([ippsCRC32C_8u], [ippdc],
[LIBS="${LIBS} -lippdc -lippvm -lipps -lippcore"],
[AC_MSG_ERROR("Intel IPP enabled but library not found")])
fi
@ -274,8 +274,8 @@ case ${ac_gen_scalar} in
esac
##################### Compiler dependent choices
case ${CXX} in
nvcc)
case ${CXX} in
nvcc)
# CXX="nvcc -keep -v -x cu "
# CXXLD="nvcc -v -link"
CXX="nvcc -x cu "
@ -288,9 +288,7 @@ case ${CXX} in
;;
*)
CXXLD=${CXX}
#
CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
#CXXFLAGS="$CXXFLAGS"
;;
esac
@ -632,4 +630,3 @@ AC_OUTPUT
echo ""
cat grid.configure.summary
echo ""