IntelLabs / ParallelAccelerator.jl

The ParallelAccelerator package, part of the High Performance Scripting project at Intel Labs
BSD 2-Clause "Simplified" License
294 stars 32 forks source link

Mac OS build failure #47

Closed ehsantn closed 8 years ago

ehsantn commented 8 years ago

Mac build is broken. I think it is because from_parforstart_serial is not updated with the recent changes for reductions. @ninegua

Why is Mac build in the Travis allowed failure list? A lot of Julia users have Macs.

ehsantn commented 8 years ago

The issue is fixed now with 6011c2ff13e892894401da344e0a44f6cbff33c3.

lkuper commented 8 years ago

+1 for not having Mac builds on the allowed failure list anymore. The CompilerTools Travis build has had Mac builds as a first-class citizen for some time. It's probably about time we held ParallelAccelerator to the same standard.