1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 22:07:05 +01:00

Merge pull request #235 from grid-test-organisation/feature/5d-improvement

MooeeInv and M5D optimisations + enable threading with nvcc
This commit is contained in:
Peter Boyle
2019-12-10 21:45:03 -05:00
committed by GitHub
4 changed files with 291 additions and 248 deletions

View File

@ -281,6 +281,9 @@ case ${CXX} in
CXX="nvcc -x cu "
CXXLD="nvcc -link"
CXXFLAGS="$CXXFLAGS -Xcompiler -fno-strict-aliasing -Xcompiler -Wno-unusable-partial-specialization --expt-extended-lambda --expt-relaxed-constexpr"
if test $ac_openmp = yes; then
CXXFLAGS="$CXXFLAGS -Xcompiler -fopenmp"
fi
;;
*)
CXXLD=${CXX}