Re: [Libmesh-users] Compile error in running Libmesh example in other directory

2017-01-09 Thread John Peterson
On Sun, Jan 8, 2017 at 10:52 PM, Chang, Hyonu wrote: > > Hi, > > Recently, I installed LibMesh v.1.1 and had no problem in running examples. > > But, compile error occurs when example is moved to other directory. > What command did you execute (exactly) in order to "move" the example? Because it

[Libmesh-users] Compile error in running Libmesh example in other directory

2017-01-08 Thread Chang, Hyonu
Hi, Recently, I installed LibMesh v.1.1 and had no problem in running examples. But, compile error occurs when example is moved to other directory. The error message is -

Re: [Libmesh-users] Compile error

2016-08-08 Thread John Peterson
> On Aug 7, 2016, at 11:55 PM, [email protected] wrote: > > Dear developer, > > I re-install libmesh by > > ./configure --enable-blocked-storage --enable-perflog --prefix=$LIBMESH_DIR > --with-dof-id-bytes=8 > make > make install > > However, when I make, it shows the following error, I don

[Libmesh-users] Compile error

2016-08-07 Thread li . luo
Dear developer, I re-install libmesh by ./configure --enable-blocked-storage --enable-perflog --prefix=$LIBMESH_DIR --with-dof-id-bytes=8 make make install However, when I make, it shows the following error, I don't know how to fix it, would you please give me some addresstion? Thanks. ./in

Re: [Libmesh-users] Compile Error

2009-01-13 Thread Roy Stogner
Andrea Hawkins wrote: > In response to John's first thought: > > grep uuid $PETSC_DIR/bmake/$PETSC_ARCH/petscconf > MPI_LIB = > -Wl,-rpath,/org/groups/oden/LIBRARIES/MPI/mpich-ahawkins/mpich2-1.0.8-intel-shared-dbg/lib > -L/org/groups/oden/LIBRARIES/MPI/mpich-ahawkins/mpich2-1.0.8-intel-shared-d

Re: [Libmesh-users] Compile Error

2009-01-13 Thread Kirk, Benjamin (JSC-EG)
What if you build with mpicxx? - Original Message - From: Andrea Hawkins To: John Peterson Cc: [email protected] ; [email protected] Sent: Tue Jan 13 17:28:50 2009 Subject: Re: [Libmesh-users] Compile Error In response to John's first thought: grep

Re: [Libmesh-users] Compile Error

2009-01-13 Thread Andrea Hawkins
In response to John's first thought: grep uuid $PETSC_DIR/bmake/$PETSC_ARCH/petscconf MPI_LIB = -Wl,-rpath,/org/groups/oden/LIBRARIES/MPI/mpich-ahawkins/mpich2-1.0.8-intel-shared-dbg/lib -L/org/groups/oden/LIBRARIES/MPI/mpich-ahawkins/mpich2-1.0.8-intel-shared-dbg/lib -lmpich -lssl -luuid -lpthr

Re: [Libmesh-users] Compile Error

2009-01-13 Thread John Peterson
On Tue, Jan 13, 2009 at 5:19 PM, Roy Stogner wrote: > John Peterson wrote: >> >> On Tue, Jan 13, 2009 at 3:31 PM, Andrea Hawkins >> wrote: >>> >>> I am wondering if any of you can shed some light on why I am getting >>> this compile error: >>> >>> Building bin/amr-dbg >>> ld: cannot find -luuid >

Re: [Libmesh-users] Compile Error

2009-01-13 Thread Roy Stogner
John Peterson wrote: > On Tue, Jan 13, 2009 at 3:31 PM, Andrea Hawkins wrote: >> I am wondering if any of you can shed some light on why I am getting >> this compile error: >> >> Building bin/amr-dbg >> ld: cannot find -luuid >> make: *** [bin/amr-dbg] Error 1 > > Maybe it comes from petsc? > >

Re: [Libmesh-users] Compile Error

2009-01-13 Thread Kirk, Benjamin (JSC-EG)
Can you post the output of 'make echo'? -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword ___

Re: [Libmesh-users] Compile Error

2009-01-13 Thread John Peterson
On Tue, Jan 13, 2009 at 3:31 PM, Andrea Hawkins wrote: > I am wondering if any of you can shed some light on why I am getting > this compile error: > > Building bin/amr-dbg > ld: cannot find -luuid > make: *** [bin/amr-dbg] Error 1 > > > Compilers used: > > export CC=icc > export CXX=icpc > export

[Libmesh-users] Compile Error

2009-01-13 Thread Andrea Hawkins
I am wondering if any of you can shed some light on why I am getting this compile error: Building bin/amr-dbg ld: cannot find -luuid make: *** [bin/amr-dbg] Error 1 Compilers used: export CC=icc export CXX=icpc export FC=ifort export F77=ifort export F90=ifort Configure For Mpich2-1.0.8 $MPI_S

Re: [Libmesh-users] Compile error with gcc3.2.2

2008-12-06 Thread Roy Stogner
On Sat, 6 Dec 2008, John Peterson wrote: > On Sat, Dec 6, 2008 at 9:20 AM, Roy Stogner <[EMAIL PROTECTED]> wrote: >> Could you see if you can find any other style of code that will do >> that disambiguation with gcc 3? Maybe cast "this" down to a >> MeshOutput and then call mesh() from the resul

Re: [Libmesh-users] Compile error with gcc3.2.2

2008-12-06 Thread John Peterson
On Sat, Dec 6, 2008 at 9:20 AM, Roy Stogner <[EMAIL PROTECTED]> wrote: > On Sat, 6 Dec 2008, Shengli Xu wrote: > >> Hello, Libmesh developers and users >> >> There is only gcc3.2.2 on the server, I'm not the administrator. When >> compile libmesh0.6.3-rc1 with gcc3.2.2 , there is an error: >> >> ..

Re: [Libmesh-users] Compile error with gcc3.2.2

2008-12-06 Thread Roy Stogner
On Sat, 6 Dec 2008, Shengli Xu wrote: > Hello, Libmesh developers and users > > There is only gcc3.2.2 on the server, I'm not the administrator. When > compile libmesh0.6.3-rc1 with gcc3.2.2 , there is an error: > > .. > Compiling C++ (in optimized mode) src/mesh/xdr_io.C... > src/mesh/xdr_io.

[Libmesh-users] Compile error with gcc3.2.2

2008-12-06 Thread Shengli Xu
Hello, Libmesh developers and users There is only gcc3.2.2 on the server, I'm not the administrator. When compile libmesh0.6.3-rc1 with gcc3.2.2 , there is an error: .. Compiling C++ (in optimized mode) src/mesh/xdr_io.C... src/mesh/xdr_io.C: In member function `virtual void XdrIO::write(cons