On , Roy Stogner wrote:
> Okay, that's two in a row, from two different sources even.
> New rules:
> People who send help-providing messages to me alone when they should
> be Cc:ing libmesh-users will get forwarded to libmesh-users, but may
> get it pointed out in a teasing/patronizing
I haven't successfully run libMesh with the Intel compilers on OS X since
XCode 3.2.1. There have been numerous issues that we have traced with the
release of later versions of XCode. You can search the libMesh mailing list
for our discussions as we have spent a lot of time on the issue alrea
With a little more work, Parameters can hold any type including std
containers. What you need to do is create a template specialization for
that print method so that the compiler knows how to print your specific
type. After that you've done that, the code you posted earlier should work.
You
Roy,
I was looking at this thread since Derek has asked me to look into this
problem a little more and noticed that your original patch to fix the
problem was all written within fe_base dealing with constraints. I'm no
expert but this doesn't seem like enough when you consider cascading
ef
Just got back and like a true geek, checked my email BEFORE having a
shower. It was awesome!
On Jul 10, 2010 5:03pm, Derek Gaston wrote:
> Cody, how (and or why) the hell did you answer this... I thought you were
> camping!?!?
> Derek
> On Sat, Jul 10, 2010 at 4:58 PM, Cody Permann codyper
Good question! In this case I built the entire software stack from MPICH2
on up so there should be minimal cross linking going on. However there most
likely are some lower level system libraries that are provided by Apple
that may be the case of the problem. I really need to do a more thoroug