Re: [Libmesh-users] Runtime error in dbg mode on Mac OS X

2010-09-10 Thread Cody Permann
Hum - XCode 3.2.3... Apple made some significant changes in their linker beginning in version 3.2.2. Significant enough that all of our Intel compiled builds started Seg faulting for those who clicked the automatic update from Apple. I didn't do extensive testing with GNU at the time but inst

Re: [Libmesh-users] Runtime error in dbg mode on Mac OS X

2010-09-10 Thread Roy Stogner
On Fri, 10 Sep 2010, Anna-Lena Gerner wrote: >> In that case, would you try using a custom compilation method? Try >> building (after a clean) in devel mode, but with a CXXFLAGS >> environment variable set to include "-D_GLIBCXX_DEBUG >> -D_GLIBCXX_DEBUG_PEDANTIC" >> >> If that breaks, then it'

Re: [Libmesh-users] Runtime error in dbg mode on Mac OS X

2010-09-10 Thread Anna-Lena Gerner
> In that case, would you try using a custom compilation method? Try > building (after a clean) in devel mode, but with a CXXFLAGS > environment variable set to include "-D_GLIBCXX_DEBUG > -D_GLIBCXX_DEBUG_PEDANTIC" > > If that breaks, then it's probably some problem specific to your OS X > GCC

Re: [Libmesh-users] Runtime error in dbg mode on Mac OS X

2010-09-10 Thread Roy Stogner
On Fri, 10 Sep 2010, Anna-Lena Gerner wrote: > I have just tried devel mode, and, same as in opt mode, everything seems to > be perfectly fine here ... In that case, would you try using a custom compilation method? Try building (after a clean) in devel mode, but with a CXXFLAGS environment var

Re: [Libmesh-users] Runtime error in dbg mode on Mac OS X

2010-09-10 Thread Anna-Lena Gerner
On 10 Sep 2010, at 12:34, Roy Stogner wrote: > > >>> On Sep 4, 2010, at 10:29 AM, Anna-Lena Gerner wrote: >>> I installed libMesh on my Mac OS X, and in opt mode everything is just fine. There also seem to be no compilation problems in dbg mode. However, in dbg mode I get the

Re: [Libmesh-users] Runtime error in dbg mode on Mac OS X

2010-09-10 Thread Roy Stogner
>> On Sep 4, 2010, at 10:29 AM, Anna-Lena Gerner wrote: >> >>> I installed libMesh on my Mac OS X, and in opt mode everything is just >>> fine. There also seem to be no compilation problems in dbg mode. However, >>> in dbg mode I get the following runtime error: (./ex4-dbg -d 1 -n 20) >>> >>> #

Re: [Libmesh-users] Solve on part of domain

2010-09-10 Thread Roy Stogner
On Fri, 10 Sep 2010, Tim Kroeger wrote: > Ah, perhaps you mean, that there should be *two* versions of > System::solve_only_on(), one taking a std::set of dof ids, and the > other like this: > > System::solve_only_on(const std::vector*const); > > where using "vector" rather than "set" avoids prob

Re: [Libmesh-users] Runtime error in dbg mode on Mac OS X

2010-09-10 Thread Anna-Lena Gerner
On 7 Sep 2010, at 09:44, Cody Permann wrote: > > On Sep 4, 2010, at 10:29 AM, Anna-Lena Gerner wrote: > >> >> Hi everybody, >> >> I installed libMesh on my Mac OS X, and in opt mode everything is just fine. >> There also seem to be no compilation problems in dbg mode. However, in dbg >> mod