[Libmesh-users] FW: Example files won't run a second time

2016-08-12 Thread Mike Marchywka
reply alll Curious if anyone does care to comment on state of the art in linker optimizations of any related issues that effect build system. Thanks. > From: marchy...@hotmail.com > To: royst...@ices.utexas.edu > Subject: RE: [Libmesh-users] Example

Re: [Libmesh-users] Example files won't run a second time

2016-08-12 Thread Roy Stogner
On Fri, 12 Aug 2016, Mike Marchywka wrote: > Again, the compile seems normal but maybe someone could explain the > odd linking lol. What is the point of this? Originally, the point of running libtool was that it allowed the same build system to support all the weird options for static and dynami

Re: [Libmesh-users] Example files won't run a second time

2016-08-12 Thread Mike Marchywka
Again, I would not worry about adding an example but rather just try to build and test standalone. I just reinstalled libmesh adding petsc and other things, repeated the process of running "make -n example-opt" and extracting the compile and link lines and it seems to work ok, Silent failures can

[Libmesh-users] Example files won't run a second time

2016-08-12 Thread Harry Pearce
Hello libmesh users!, I tried to run the example programs using make run_examples but after the makefile descends into the individual example files it keeps saying "Nothing to be done for all-am" after trying to make all-am. It doesn't try to run or modify the programs. I wanted to recompile the ei

Re: [Libmesh-users] question about distributed mesh

2016-08-12 Thread Manav Bhatia
David, The following if block seems to want a serial vector. I did try passing the System::current_local_solution to the mesh function, but it still resets the element to nullptr. -Manav // If we have an element, but it's not a local element, then we // either need to have a serialized