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
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
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
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
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
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