Re: [Libmesh-users] Build libmesh 0.9.3 on BG/Q Vesta in Argonne National lab

2015-10-22 Thread Derek Gaston
I believe that what you want is: --enable-all-static --enable-static --disable-shared But this is just going off memory. I'm currently on a bus : but later tonight I'll search through my archives and see if I can dig something up On Thu, Oct 22, 2015 at 5:24 PM walter kou wrote: > Hi Derek, > >

Re: [Libmesh-users] Build libmesh 0.9.3 on BG/Q Vesta in Argonne National lab

2015-10-22 Thread walter kou
Hi Derek, Sorry to bother you. How did you build ibamr on BG/Q? I can not go around the error: attempted static link of dynamic object. For my evironment, (.soft), I am using: # gcc wrappers and toolchain +mpiwrapper-gcc For the configure, I have tried: 1) ./configure --enable-all-static

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-22 Thread John Peterson
On Thu, Oct 22, 2015 at 8:27 AM, Florian Lindner wrote: > Thanks again!! > Florian, Would you mind pulling the branch in https://github.com/libMesh/libmesh/pull/688 and giving it a try on your arch linux machine when you have a chance? -- John -

Re: [Libmesh-users] Build libmesh 0.9.3 on BG/Q Vesta in Argonne National lab

2015-10-22 Thread John Peterson
On Thu, Oct 22, 2015 at 1:11 PM, walter kou wrote: > Hi John, > > Do you mean, --enable-all-static or --enable-static? > My configure is --enable-static --disable-shared. > Quoting from your first email: export PETSC_ARCH=linux-opt export PETSC_DIR=$HOME/SOFTWARES/PETSc-3.4 ./configure --p

Re: [Libmesh-users] Build libmesh 0.9.3 on BG/Q Vesta in Argonne National lab

2015-10-22 Thread walter kou
Hi John, Do you mean, --enable-all-static or --enable-static? My configure is --enable-static --disable-shared. Also, have you build libmesh on BG/Q Vesta before? Thanks, Walter On Thu, Oct 22, 2015 at 1:36 PM, John Peterson wrote: > > > On Thu, Oct 22, 2015 at 12:27 PM, walter kou > wrote

Re: [Libmesh-users] Build libmesh 0.9.3 on BG/Q Vesta in Argonne National lab

2015-10-22 Thread John Peterson
On Thu, Oct 22, 2015 at 12:27 PM, walter kou wrote: > With --enable-static --disable-shared > I got similar error much later, > > /bgsys/drivers/toolchain/V1R2M2_base-efix014/gnu-linux/lib/gcc/powerpc64-bgq-linux/4.4.7/../../../../powerpc64-bgq-linux/bin/ld: > attempted static link of dynamic obj

Re: [Libmesh-users] Build libmesh 0.9.3 on BG/Q Vesta in Argonne National lab

2015-10-22 Thread walter kou
With --enable-static --disable-shared I got similar error much later, /bgsys/drivers/toolchain/V1R2M2_base-efix014/gnu-linux/lib/gcc/powerpc64-bgq-linux/4.4.7/../../../../powerpc64-bgq-linux/bin/ld: attempted static link of dynamic object `/bgsys/drivers/V1R2M2/ppc64/comm/lib/libmpichf90-gcc.so' c

Re: [Libmesh-users] Build libmesh 0.9.3 on BG/Q Vesta in Argonne National lab

2015-10-22 Thread John Peterson
On Thu, Oct 22, 2015 at 10:36 AM, walter kou wrote: > Hi all, > > I got error after I run 'make': > > > /bgsys/drivers/toolchain/V1R2M2_base-efix014/gnu-linux/lib/gcc/powerpc64-bgq-linux/4.4.7/../../../../powerpc64-bgq-linux/bin/ld: > attempted static link of dynamic object `../liblib/.libs/libne

[Libmesh-users] Build libmesh 0.9.3 on BG/Q Vesta in Argonne National lab

2015-10-22 Thread walter kou
Hi all, I got error after I run 'make': /bgsys/drivers/toolchain/V1R2M2_base-efix014/gnu-linux/lib/gcc/powerpc64-bgq-linux/4.4.7/../../../../powerpc64-bgq-linux/bin/ld: attempted static link of dynamic object `../liblib/.libs/libnetcdf.so' 1) For my evironment, (.soft), I am using: # gcc wrappe

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-22 Thread Antonio Cervone
temporary fix here https://github.com/capitalaslash/libmesh/commit/58330868f36a784c32530f87f27296fb41d4668c remember to run bootstrap in the source dir this time, I did not include the diff for configure because it was mixed with too many other mods. On Wed, 21 Oct 2015 at 18:10 John Peterson w