Re: [Libmesh-users] Example fem_system_ex2 failing to run

2018-01-22 Thread Paul T. Bauman
t;mailto:[email protected]> > Sent: Monday, January 22, 2018 15:38 > To: Daniel Vasconcelos<mailto:[email protected]> > Cc: libmesh-users<mailto:[email protected]>; > libmesh-devel<mailto:[email protected]> > Subject:

Re: [Libmesh-users] Example fem_system_ex2 failing to run

2018-01-22 Thread Daniel Vasconcelos
Sent: Monday, January 22, 2018 15:38 To: Daniel Vasconcelos<mailto:[email protected]> Cc: libmesh-users<mailto:[email protected]>; libmesh-devel<mailto:[email protected]> Subject: Re: [Libmesh-users] Example fem_system_ex2 failing to run

Re: [Libmesh-users] Example fem_system_ex2 failing to run

2018-01-22 Thread John Peterson
On Mon, Jan 22, 2018 at 10:35 AM, Daniel Vasconcelos < [email protected]> wrote: > Sorry, I have forgotten to include the actual libMesh configuration log. > > Once again. thanks in advance. > > Daniel F. M. Vasconcelos. > > 2018-01-22 15:28 GMT-02:00 Daniel Vasconcelos mailto:daniel.f...@o

Re: [Libmesh-users] Example fem_system_ex2 failing to run

2018-01-22 Thread Paul T. Bauman
Unfortunately, this is a known problem. Discussion here: https://github.com/libMesh/libmesh/issues/1559 TL; DR: Has to do with doing reinit on a single System (as opposed to all Systems as once). If you're not doing that, then you should be OK. HTH, Paul On Mon, Jan 22, 2018 at 12:35 PM, Daniel

Re: [Libmesh-users] Example fem_system_ex2 failing to run

2018-01-22 Thread Daniel Vasconcelos
Sorry, I have forgotten to include the actual libMesh configuration log. Once again. thanks in advance. Daniel F. M. Vasconcelos. 2018-01-22 15:28 GMT-02:00 Daniel Vasconcelos mailto:[email protected]>>: Dear libMesh users, Currently I am with problems when running example fem_system_ex2

[Libmesh-users] Example fem_system_ex2 failing to run

2018-01-22 Thread Daniel Vasconcelos
Dear libMesh users, Currently I am with problems when running example fem_system_ex2. MPI_ABORT is invoked in step 1 right after assembling the system (see attached file). Below is the setup I am using: * CPU: Intel i7 * Oracle Virtual Box 5.2.6 r120293 * Host system: Windows 10 *