On Tue, 13 Aug 2013, John Peterson wrote:
> On Tue, Aug 13, 2013 at 9:24 AM, Lorenzo Zanon
> wrote:
>
>> Actually in the Makefile "old version" the path to Make.common is
>> LIBMESH_DIR/Make.common, so I set LIBMESH_DIR=LIBMESH_ROOT/installed then
>> typed "make" from my example's directory. The
On Tue, Aug 13, 2013 at 9:24 AM, Lorenzo Zanon
wrote:
> Actually in the Makefile "old version" the path to Make.common is
> LIBMESH_DIR/Make.common, so I set LIBMESH_DIR=LIBMESH_ROOT/installed then
> typed "make" from my example's directory. The Make.common file is found but
> there's still someth
Actually in the Makefile "old version" the path to Make.common is
LIBMESH_DIR/Make.common, so I set LIBMESH_DIR=LIBMESH_ROOT/installed then typed
"make" from my example's directory. The Make.common file is found but there's
still something wrong, since I'm getting a compile error:
ex23aa.C(29):
Yes, and then you can copy the Makefile from any of the installed examples and
use that. Everything then should just work.
-Ben
On Aug 13, 2013, at 6:30 AM, "David Knezevic"
wrote:
> If you do "make install", then that will put Make.common in the
> installed directory.
>
>
>
> On 08/13/
If you do "make install", then that will put Make.common in the
installed directory.
On 08/13/2013 01:28 PM, Lorenzo Zanon wrote:
> Hi,
>
> I re-installed libmesh as you indicated. I didn't use --with-methods="opt" in
> the configuration though, since I usually run my own code in dbg mode, so
Hi,
I re-installed libmesh as you indicated. I didn't use --with-methods="opt" in
the configuration though, since I usually run my own code in dbg mode, so I
configured with all three methods.
Now, for running my code, should I copy the Make.common file in
${LIBMESH_ROOT}/installed in my code