• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IntelLabs / ParallelAccelerator.jl / 560 / 7
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 16 Mar 2016 07:24PM UTC
Files 20
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Mar 2016 06:17PM UTC coverage: 69.097%. Remained the same
560.7

push

travis-ci

DrTodd13
Fixes #issue71.

Move function isSymbolsUsed to fusion file since it is only used there.

I guess previously the first param to isSymbolsUsed was an array or a set but then at some point it got changed to a Dict.
When this happened, the iteration through the collection stopped being over SymGen but over Pair{SymGen,SymGen}.  This latter
type would fail to match against Symbols in the second parfor's use or def sets.  The result is that reduction variables
computed in the first parfor and used by the second parfor would not be detected.  Fix to compare both parts of the pair
to the use and def sets.

5592 of 8093 relevant lines covered (69.1%)

792.49 hits per line

Source Files on job 560.7
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 560
  • Travis Job 560.7
  • 6089b685 on github
  • Prev Job for on master (#559.7)
  • Next Job for on master (#561.9)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc