From commits-return-3380-apmail-stdcxx-commits-archive=stdcxx.apache.org@stdcxx.apache.org Fri Aug 15 01:53:31 2008 Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 70729 invoked from network); 15 Aug 2008 01:53:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 01:53:30 -0000 Received: (qmail 54359 invoked by uid 500); 15 Aug 2008 01:53:29 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 54342 invoked by uid 500); 15 Aug 2008 01:53:29 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 54333 invoked by uid 99); 15 Aug 2008 01:53:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2008 18:53:29 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 01:52:30 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id B546F1114E for ; Fri, 15 Aug 2008 01:52:58 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@stdcxx.apache.org Date: Fri, 15 Aug 2008 01:52:58 -0000 Message-ID: <20080815015258.5375.67371@eos.apache.org> Subject: [Stdcxx Wiki] Update of "Parallelization" by MartinSebor X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification. The following page has been changed by MartinSebor: http://wiki.apache.org/stdcxx/Parallelization The comment on the change is: Updated OpenMP version info for XLC++ 10.1, 8.0 and 7.0. ------------------------------------------------------------------------------ ||gcc 4.2 || 2.5 || [http://gcc.gnu.org/onlinedocs/gcc-4.2.4/gcc/C-Dialect-Options.html#index-fopenmp-107 -fopenmp] || N/A || ||gcc 4.1 || 2.0 (?)|| `-fopenmp` || N/A || ||gcc 4.0 || || || N/A || - ||IBM XLC/C++ 10.1 || || [http://publib.boulder.ibm.com/infocenter/comphelp/v101v121/index.jsp?topic=/com.ibm.xlcpp101.aix.doc/compiler_ref/opt_smp.html -qsmp]`=omp` || [http://publib.boulder.ibm.com/infocenter/comphelp/v101v121/index.jsp?topic=/com.ibm.xlcpp101.aix.doc/compiler_ref/opt_smp.html -qsmp]`=auto` || + ||IBM XLC/C++ 10.1 || [http://publib.boulder.ibm.com/infocenter/comphelp/v101v121/index.jsp?topic=/com.ibm.xlcpp101.aix.doc/getstart/omp3.html 3.0] || [http://publib.boulder.ibm.com/infocenter/comphelp/v101v121/index.jsp?topic=/com.ibm.xlcpp101.aix.doc/compiler_ref/opt_smp.html -qsmp]`=omp` || [http://publib.boulder.ibm.com/infocenter/comphelp/v101v121/index.jsp?topic=/com.ibm.xlcpp101.aix.doc/compiler_ref/opt_smp.html -qsmp]`=auto` || ||IBM XLC/C++ 9.0 || || `-qsmp=omp` || `-qsmp=auto` || - ||IBM XLC/C++ 8.0 || || `-qsmp=omp` || `-qsmp=auto` || - ||IBM XLC/C++ 7.0 || 2.5 || `-qsmp=omp` || `-qsmp=auto` || + ||IBM XLC/C++ 8.0 || [http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=/com.ibm.xlcpp8a.doc/getstart/overview/gs_new.htm 2.5] || `-qsmp=omp` || `-qsmp=auto` || + ||IBM XLC/C++ 7.0 || [http://publib.boulder.ibm.com/infocenter/comphelp/v7v91/index.jsp?topic=/com.ibm.vacpp7a.doc/getstart/overview/new_features.htm 2.0] || `-qsmp=omp` || `-qsmp=auto` || ||IBM XLC/C++ 6.0 || || `-qsmp=omp` || `-qsmp=auto` || ||Intel C++ 10.1 || 2.5 || [http://www.intel.com/software/products/compilers/docs/clin/main_cls/mergedProjects/copts_cls/common_options/option_openmp.htm -openmp] || [http://www.intel.com/software/products/compilers/docs/clin/main_cls/mergedProjects/copts_cls/common_options/option_parallel.htm -parallel] || ||Intel C++ 9.0 || [ftp://download.intel.com/support/performancetools/c/linux/v9/optaps_cls.pdf 2.5] || `-openmp` || `-parallel` ||