Re: [Libmesh-users] install problem in Ubuntu8.04

2008-04-23 Thread Roy Stogner
On Thu, 24 Apr 2008, luyi wrote: I am very sorry, I just find that I install openmpi and mpich together, that is the problem! It is working now. Thank you very much! You're welcome. I'll send a copy of this back to libmesh-users, so if someone else has the same problem in the future they

Re: [Libmesh-users] LibMesh applications to phase ordering problems

2008-04-23 Thread Nasser Mohieddin Abukhdeir
Thanks for the informative answer, I moved over the DiffSystem and I think I worked out some incorrect math, but now I am back to square one with the initial condition of the transient problem. I added this line to the end of my Nem2DSystem:init_data () call (Nem2DSystem is the name of my clas

Re: [Libmesh-users] xda format

2008-04-23 Thread Roy Stogner
On Wed, 23 Apr 2008, Paulo Correia wrote: > I am using Triangle separately to build a specific mesh and I am > writing a filter to convert it in xda format. However there is a > variable "Sum of Element Weights" which I don't know how to > calculate knowing the number of elements, its nodes and c

Re: [Libmesh-users] xda format

2008-04-23 Thread Benjamin Kirk
> I am using Triangle separately to build a specific mesh and I am writing a > filter to convert it in xda format. However there is a variable "Sum of > Element Weights" which I don't know how to calculate knowing the number of > elements, its nodes and cooodinates. > Can anyone give me an hint? >

[Libmesh-users] xda format

2008-04-23 Thread Paulo Correia
Hello, I am using Triangle separately to build a specific mesh and I am writing a filter to convert it in xda format. However there is a variable "Sum of Element Weights" which I don't know how to calculate knowing the number of elements, its nodes and cooodinates. Can anyone give me an hint? Th

Re: [Libmesh-users] Fwd: SEEK_CUR, SEEK_END problem compiling libmesh

2008-04-23 Thread Lorenzo Botti
Oh, thanks... With the flag libmesh_CXXFLAGS += -DMPICH_SKIP_MPICXX in Make.common no need to recompile. Lorenzo - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting even

Re: [Libmesh-users] install problem in Ubuntu8.04

2008-04-23 Thread Roy Stogner
On Wed, 23 Apr 2008, luyi wrote: > I compile libmesh0.62 in Ubuntu 8.04, when "make examples", there is a > problem shown as follow: > ex0.i686-pc-linux-gnu.opt.o: In function `MPI::Op::Init(void (*)(void > const*, void*, int, MPI::Datatype const&), bool)': > /usr/lib/openmpi/include/openmpi/omp

Re: [Libmesh-users] Fwd: SEEK_CUR, SEEK_END problem compiling libmesh

2008-04-23 Thread Roy Stogner
On Wed, 23 Apr 2008, Lorenzo Botti wrote: > How can I be sure to compile PETSc against a C MPI interface? > Do I need to recompile MPI with --disable-cxx? Not necessarily, but that's the safest thing to do. Everything else is implementation dependent; non-standard compiler flags like "MPICH_SKI

[Libmesh-users] Fwd: SEEK_CUR, SEEK_END problem compiling libmesh

2008-04-23 Thread Lorenzo Botti
Thank you for the reply... How can I be sure to compile PETSc against a C MPI interface? Do I need to recompile MPI with --disable-cxx? Lorenzo - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't m

Re: [Libmesh-users] SEEK_CUR, SEEK_END problem compiling libmesh

2008-04-23 Thread Roy Stogner
On Wed, 23 Apr 2008, Lorenzo Botti wrote: Hi All, I have the following problem compiling the last svn. Compiling C++ (in optimized mode) src/base/dof_map.C... /usr/include/c++/4.0.0/bits/ios_base.h:187: error: ‘SEEK_CUR’ was not declared in this scope /usr/include/c++/4.0.0/bits/ios_base.h:188

[Libmesh-users] install problem in Ubuntu8.04

2008-04-23 Thread luyi
Hello, I compile libmesh0.62 in Ubuntu 8.04, when "make examples", there is a problem shown as follow: ex0.i686-pc-linux-gnu.opt.o: In function `MPI::Op::Init(void (*)(void const*, void*, int, MPI::Datatype const&), bool)': /usr/lib/openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h:122: undefined ref

[Libmesh-users] SEEK_CUR, SEEK_END problem compiling libmesh

2008-04-23 Thread Lorenzo Botti
Hi All, I have the following problem compiling the last svn. Compiling C++ (in optimized mode) src/base/dof_map.C... /usr/include/c++/4.0.0/bits/ios_base.h:187: error: ‘SEEK_CUR’ was not declared in this scope /usr/include/c++/4.0.0/bits/ios_base.h:188: error: ‘SEEK_END’ was not declared in th