]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Include -lpthread into flags for MT compilations with icc. Don't know why it wasn...
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Sep 2003 15:01:11 +0000 (15:01 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Sep 2003 15:01:11 +0000 (15:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@8035 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index 03c375bd75e3239bf5ce09f0c32aef07d9dd98c1..8c8ee69057caca1d8e72ff1c24d3b59d9f4097f4 100644 (file)
@@ -1056,6 +1056,7 @@ AC_DEFUN(DEAL_II_SET_MULTITHREADING_FLAGS, dnl
         intel_icc*)
             CXXFLAGSG="$CXXFLAGSG"  
             CXXFLAGSO="$CXXFLAGSO -parallel"
+           LDFLAGS="$LDFLAGS -lpthread"
            ;;
 
        *)
index 555cc31a7ef4980958797939f2cc7212aaa03cb8..961722b610aeb665e8c1c02e3037446bbf7a5dd4 100755 (executable)
@@ -3440,6 +3440,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
         intel_icc*)
             CXXFLAGSG="$CXXFLAGSG"
             CXXFLAGSO="$CXXFLAGSO -parallel"
+           LDFLAGS="$LDFLAGS -lpthread"
            ;;
 
        *)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.