peterwittek / Somoclu.jl

Julia package for Somoclu -- Massively parallel self-organizing maps: accelerate training on multicore CPUs and GPUs
MIT License
14 stars 5 forks source link

try fix macOS error #1

Closed xgdgsc closed 8 years ago

xgdgsc commented 8 years ago

I tested this works on macOS and linux. The macOS default compiler doesn' t support OpenMP, though.

codecov-io commented 8 years ago

Current coverage is 45.45% (diff: 100%)

Merging #1 into master will not change coverage

@@             master         #1   diff @@
==========================================
  Files             1          1          
  Lines            33         33          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits             15         15          
  Misses           18         18          
  Partials          0          0          

Powered by Codecov. Last update e269a7c...f4cbb46

peterwittek commented 8 years ago

Perfect, thanks!