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

IntelLabs / ParallelAccelerator.jl / 560
0%

Build:
DEFAULT BRANCH: master
Ran 16 Mar 2016 06:36PM UTC
Jobs 8
Files 20
Run time 50min
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

pending completion
560

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.

5659 of 8096 relevant lines covered (69.9%)

6286.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 560.1 16 Mar 2016 06:36PM UTC 0
69.68
Travis Job 560.1
2 560.2 16 Mar 2016 06:36PM UTC 0
69.71
Travis Job 560.2
3 560.3 16 Mar 2016 06:37PM UTC 0
69.71
Travis Job 560.3
4 560.4 16 Mar 2016 06:40PM UTC 0
69.71
Travis Job 560.4
6 560.6 16 Mar 2016 07:25PM UTC 0
69.06
Travis Job 560.6
7 560.7 16 Mar 2016 07:24PM UTC 0
69.1
Travis Job 560.7
8 560.8 16 Mar 2016 07:24PM UTC 0
69.1
Travis Job 560.8
9 560.9 16 Mar 2016 07:26PM UTC 0
69.1
Travis Job 560.9
Source Files on build 560
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #560
  • 6089b685 on github
  • Prev Build on master (#559)
  • Next Build on master (#561)
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