]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add threading flags for PGI compiler.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 25 Aug 2008 19:36:46 +0000 (19:36 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 25 Aug 2008 19:36:46 +0000 (19:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@16666 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index f408da09f6bc6781a2b5fb6257593c205858f096..540c2efa7fe0cefe5f275ff12fcc98c07859b83f 100644 (file)
@@ -1883,8 +1883,10 @@ AC_DEFUN(DEAL_II_SET_MULTITHREADING_FLAGS, dnl
            ;;
 
         intel_icc*)
-            CXXFLAGSG="$CXXFLAGSG"  
-            CXXFLAGSO="$CXXFLAGSO"
+           LDFLAGS="$LDFLAGS -lpthread"
+           ;;
+
+       portland_group*)
            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.