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

LoLab-VU / pysb / 812 / 1
77%
master: 79%

Build:
Build:
LAST BUILD BRANCH: gpu_ssa
DEFAULT BRANCH: master
Ran 19 Sep 2018 02:17AM UTC
Files 102
Run time 8s
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

19 Sep 2018 02:09AM UTC coverage: 71.722% (+0.4%) from 71.275%
812.1

push

travis-ci

JamesPino
For the GPU SSA implementation, I found a bug where it would save the state of the system too early. It is supposed to calculate a reaction and a time step. If the time step + time > the current time, the output matrix should be filled with the state up until step + time.

I fixed that here. In doing so, i realize the single step method, which calls each individual step on the gpu, isn't going to work. It would require passing back and forth between gpu and cpu multiple states. It is already a factor of 10 slower than the run_all method (runs entire simulation on gpu). Removing that code.

Also, cuda9 on ubuntu installs into /usr/bin, so I added it to the search nvcc path.

6782 of 9456 relevant lines covered (71.72%)

0.72 hits per line

Source Files on job 812.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 797
  • Travis Job 812.1
  • f285dc35 on github
  • Prev Job for on gpu_ssa (#798.1)
  • Next Job for on gpu_ssa (#813.2)
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