Re: [Libmesh-users] Libmesh Logic Error

2012-02-28 Thread Daniel Vasconcelos
Now the examples are running. I have recompiled with another compiler and it worked. However, I am facing a new problem while trying to run my code. bash-3.2$ mpirun -n 1 run-dbg -of results_cyl_r1 -amr 1 -ri 2 -mf cylinder_refec.xda -dt 1000 wi 100 -gr av 0 -pc_ty pe bjacobi -sub_pc_type ilu -su

Re: [Libmesh-users] Libmesh Logic Error

2012-02-27 Thread Daniel Vasconcelos
Configure complains that --disable-fparser is a unrecognized option. On Mon, Feb 27, 2012 at 9:09 PM, Daniel Vasconcelos < [email protected]> wrote: > Weird, now it passed but I used the following configure: > > ./configure --enable-mpi --enable-second --enable-exodus --enable-shared=no >

Re: [Libmesh-users] Libmesh Logic Error

2012-02-27 Thread Daniel Vasconcelos
Weird, now it passed but I used the following configure: ./configure --enable-mpi --enable-second --enable-exodus --enable-shared=no I will try what you said. On Mon, Feb 27, 2012 at 9:00 PM, Roy Stogner wrote: > > On Mon, 27 Feb 2012, Daniel Vasconcelos wrote: > > With the head version of lib

Re: [Libmesh-users] Libmesh Logic Error

2012-02-27 Thread Roy Stogner
On Mon, 27 Feb 2012, Daniel Vasconcelos wrote: > With the head version of libmesh I am having problems when trying to make it: Also weird, but let's look at the possible problem in libMesh first and get back to the possible problem in a third party package later. Try adding "--disable-fparser"

Re: [Libmesh-users] Libmesh Logic Error

2012-02-27 Thread Daniel Vasconcelos
Sorry, I forgot to show my configure options. ./configure --with-cxx=mpicxx --with-cc=mpicc --with-f77=mpif90 --enable-second --enable-exodus --enable-shared=no On Mon, Feb 27, 2012 at 8:49 PM, Daniel Vasconcelos < [email protected]> wrote: > With the head version of libmesh I am having p

Re: [Libmesh-users] Libmesh Logic Error

2012-02-27 Thread Daniel Vasconcelos
With the head version of libmesh I am having problems when trying to make it: -- --- Building Contributed Packages -- --- Building fparser - Compiling C++ (in debug mode) u

Re: [Libmesh-users] Libmesh Logic Error

2012-02-27 Thread Roy Stogner
On Mon, 27 Feb 2012, Daniel Vasconcelos wrote: This problem also has happened when I tried to run this example in a linux virtual machine. Now I am trying to run it in Mac OS X. Stranger and stranger...   I will checkout the latest version of libmesh from the SVN and if I come up with some

Re: [Libmesh-users] Libmesh Logic Error

2012-02-27 Thread Daniel Vasconcelos
Yes, I am actually making use of libmesh 0.7.2. This problem also has happened when I tried to run this example in a linux virtual machine. Now I am trying to run it in Mac OS X. I will checkout the latest version of libmesh from the SVN and if I come up with something I will tell you. Do you th

Re: [Libmesh-users] Libmesh Logic Error

2012-02-26 Thread Roy Stogner
On Mon, 27 Feb 2012, Daniel Vasconcelos wrote: > *** > * Running Example ./ex1-dbg -d 3 ../../reference_elements/3D/one_hex27.xda > [-o output.xda] > *** > > Assertion `in->goo

[Libmesh-users] Libmesh Logic Error

2012-02-26 Thread Daniel Vasconcelos
I am trying to run the libmesh examples and when I try to run ex1 in debug mode I receive the following error: Compiling C++ (in debug mode) ex1.C... Linking ex1-dbg... *** * Running Example ./ex1-dbg -d 3 ../../reference_elements/3D/one