From: Paul T. B. <ptb...@gm...> - 2018-01-22 17:38:13
|
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 Vasconcelos < dan...@ou...> 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 <dan...@ou...< > mailto:dan...@ou...>>: > 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 > * Guest system: Linux Mint 18.3 Mate > * Cloned libMesh master branch as per 01-21-2018 > * All libMesh optional libraries installed using apt-get (VTK, > openMPI, PETSc, HDF5, …) > > I have also attached the libMesh configuration log and the fem_system_ex2 > traceout file. > > Thanks in advance > > Daniel F. M. Vasconcelos. > > > Sent from Mail<https://eur02.safelinks.protection.outlook.com/?url= > https%3A%2F%2Fgo.microsoft.com%2Ffwlink%2F%3FLinkId% > 3D550986&data=02%7C01%7C%7C0e43d093590a4547252308d561bd8630% > 7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636522388979942063&sdata= > EhkdQ8CgY0oLi0wcajY4MIyWyXVv3dp4jetbpOUlwGg%3D&reserved=0> for Windows 10 > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Libmesh-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libmesh-users > |