]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use the correct threading flag for xlC.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 18 Apr 2010 22:08:39 +0000 (22:08 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 18 Apr 2010 22:08:39 +0000 (22:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@21003 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index dc15d215acccddf148591a67fc8e693ea63e035d..f94d664deee2c59d9f963d83ec950819b5dd9de4 100644 (file)
@@ -1901,8 +1901,8 @@ AC_DEFUN(DEAL_II_CHECK_MULTITHREADING, dnl
     else
       case "$GXX_VERSION" in
        ibm_xlc)
-            CXXFLAGSG="$CXXFLAGSG -threaded"
-            CXXFLAGSO="$CXXFLAGSO -threaded"
+            CXXFLAGSG="$CXXFLAGSG -qthreaded"
+            CXXFLAGSO="$CXXFLAGSO -qthreaded"
             ;;
 
        compaq_cxx)

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.