Re: [Libmesh-users] Pthread failure when make test

2016-02-26 Thread Zhang, Hong
failure when make test Odd. One workaround for now may be to use OpenMP instead. Try configuring libMesh with "--enable-openmp". Can you tell us more about your OS/compiler? Derek On Thu, Feb 25, 2016 at 4:18 PM Zhang, Hong mailto:hongzh...@anl.gov>> wrote: Dear all, I am

Re: [Libmesh-users] Pthread failure when make test

2016-02-25 Thread John Peterson
On Thu, Feb 25, 2016 at 2:43 PM, Cody Permann wrote: > I'm pretty certain that's not going to work. I suggest you just disable > two of the three models. I'm running with this and it works fine. (e.g. > --disable-tbb --disable-openmp)) > You're right... in parallel_for(), the ranges would be bui

Re: [Libmesh-users] Pthread failure when make test

2016-02-25 Thread Cody Permann
I'm pretty certain that's not going to work. I suggest you just disable two of the three models. I'm running with this and it works fine. (e.g. --disable-tbb --disable-openmp)) We're looking into this as this is a critical issue. On Thu, Feb 25, 2016 at 2:40 PM John Peterson wrote: > On Thu, Fe

Re: [Libmesh-users] Pthread failure when make test

2016-02-25 Thread John Peterson
On Thu, Feb 25, 2016 at 2:17 PM, Zhang, Hong wrote: > Dear all, > > I am using the latest version of libmesh from the github repository on > Fedora 23. When I do make check, the test fails at the example > 'introduction_ex2', throwing out a segmentation fault error. It seems that > the function E

Re: [Libmesh-users] Pthread failure when make test

2016-02-25 Thread Derek Gaston
Odd. One workaround for now may be to use OpenMP instead. Try configuring libMesh with "--enable-openmp". Can you tell us more about your OS/compiler? Derek On Thu, Feb 25, 2016 at 4:18 PM Zhang, Hong wrote: > Dear all, > > I am using the latest version of libmesh from the github repository

[Libmesh-users] Pthread failure when make test

2016-02-25 Thread Zhang, Hong
Dear all, I am using the latest version of libmesh from the github repository on Fedora 23. When I do make check, the test fails at the example 'introduction_ex2', throwing out a segmentation fault error. It seems that the function EquationSystems.init() is broken, perhaps due to pthread. Unfor