No issues under CentOS-5.1 with gcc-4.1.1.

On 6/16/08 2:20 PM, "Derek Gaston" <[EMAIL PROTECTED]> wrote:

> No problems here on OSX with gcc 4.0.1.  Nor do I have a problem on
> our cluster here running Suse with gcc 4.1.2.
> 
> Derek
> 
> 
> On Jun 16, 2008, at 12:50 PM, Roy Stogner wrote:
> 
>> 
>> Vikram just ran into this ugly problem while trying to get Ben's code
>> up to speed with SVN libMesh.  Here's a minimal test case:
>> 
>> 
>> test.C:
>> 
>> extern "C" {
>> #include "petscoptions.h"
>> }
>> #include <tr1/unordered_map>
>> 
>> 
>> 
>> That's it.  Trying to compile this breaks in the CFDLab in all sorts
>> of fun ways.  We can work around it for now by turning off
>> TR1_UNORDERED_MAP support (which IIRC was giving Andrea some problems
>> over in ICES too), but I'm curious if anyone else can replicate this.
>> Is it a quirk of our particular (somewhat out of date) PETSc and gcc
>> versions, or is there some conflict between the PETSc namespace and
>> the new C++ hash map standard?
>> ---
>> Roy
>> 
>> -------------------------------------------------------------------------
>> Check out the new SourceForge.net Marketplace.
>> It's the best place to buy or sell services for
>> just about anything Open Source.
>> http://sourceforge.net/services/buy/index.php
>> _______________________________________________
>> Libmesh-devel mailing list
>> Libmesh-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/libmesh-devel
> 
> 
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Libmesh-devel mailing list
> Libmesh-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libmesh-devel


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to