On Wed, 3 Sep 2014, Andrew Davis wrote:
> auto mesh = make_shared();
>
> to
>
> auto mesh = make_shared(libMesh::Parallel::Communicator());
> Ly, libMesh::QUAD9);
Not quite. That default Communicator constructor uses MPI_COMM_NULL,
which is almost certainly not what you want.
If you just want
Thanks! That helps a lot.
I have reinstalled with GCC and everything seems to be compiling. However,
the issue may not have been the compiler. I realized I haven't updated
libmesh in a while. I did a "git pull" on my Ubuntu machine (where
everything was previously working fine) and ran into som
On Tue, Sep 2, 2014 at 8:09 AM, Cody Permann wrote:
> Andrew,
>
> You can use just about any gcc/clang version on the Mac, just not the one
> that ships on the system, it's in poor shape.
Just want to reiterate that this is not true for clang on Mavericks.
Note that there is no GCC on mavericks,
Andrew,
You can use just about any gcc/clang version on the Mac, just not the one
that ships on the system, it's in poor shape. If you really want a quick
easy solution, we (MOOSE - a derivative project of libMesh) supply a
working environment that you can simply install and have all of the prereq
On Tue, Sep 2, 2014 at 7:51 AM, Roy Stogner wrote:
>
> Not an install of libMesh from MacPorts, but an install of e.g. gcc.
> I don't know the details on which gcc/clang version is safe, though;
> not a Mac user myself.
The clang compiler that comes with Mavericks should work fine with libmesh.
Not an install of libMesh from MacPorts, but an install of e.g. gcc.
I don't know the details on which gcc/clang version is safe, though;
not a Mac user myself.
---
Roy
On Tue, 2 Sep 2014, Andrew Davis wrote:
Thanks,
Is it as simple as:
sudo port install libmesh?
That doesn't seem to be work
Thanks,
Is it as simple as:
sudo port install libmesh?
That doesn't seem to be working.
I am using OS X 10.9.4 and
$ cc -v
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
Thanks,
Andy
On Mon, Sep 1, 2014 at 11:12 PM, Roy S
On Mon, 1 Sep 2014, Andrew Donaldson Davis wrote:
> I just got a new MacBook Pro and I am trying to use libMesh. I
> successfully compiled and installed using:
>
> ./configure
> make -jX
> make install
>
> and my code (which runs fine on my Ubuntu machine) compiles.
What OSX version & compiler
Hello,
I just got a new MacBook Pro and I am trying to use libMesh. I
successfully compiled and installed using:
./configure
make -jX
make install
and my code (which runs fine on my Ubuntu machine) compiles. However, at
runtime I get the error
Assertion `!factory_map().count(name)' failed.
S