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

2016-08-16 Thread Mike Marchywka
> From: codyperm...@gmail.com > Date: Tue, 16 Aug 2016 19:37:52 + > Subject: Re: [Libmesh-users] Example files won't run a second time > To: harroontheg...@gmail.com; marchy...@hotmail.com > CC: libmesh-users@lists.sourceforge.net > > You need to spend

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

2016-08-16 Thread Cody Permann
You need to spend some time updating your code. Many of these changes occurred more than a one to two years ago. The fixes are generally small. Just use the current examples to get your old example back in line. Just to get started, libMesh has a communicator class so that you can split communicato

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

2016-08-16 Thread Mike Marchywka
> From: harroontheg...@gmail.com > Date: Tue, 16 Aug 2016 11:19:13 -0700 > Subject: Re: [Libmesh-users] Example files won't run a second time > To: marchy...@hotmail.com > CC: libmesh-users@lists.sourceforge.net > >>Again, I would not worry about adding an

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

2016-08-16 Thread Harry Pearce
>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, I was wondering