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

ddemidov / amgcl / 341 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 29 Sep 2014 09:38AM UTC
Files 31
Run time 14s
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

29 Sep 2014 09:21AM UTC coverage: 93.377%. Remained the same
341.1

push

travis-ci

ddemidov
solve_mm_mpi.cpp now uses partitioning obtained with partition.cpp

Also added python script for poisson problem generation.
Use the following script to test the scalability with poisson problem:

  export n=1024 # Mesh size
  export np=16  # Number of MPI processes
  python make_poisson.py -n $n -A A -b b
  ./partition -n $np A.mtx -o partition.mtx
  mpirun -np $np ./solve_mm_mpi -A A.mtx -b b.mtx --part partition.mtx -o x.mtx -i gmres
  python plot_result -x x.mtx -p partition.mtx

To test your own problem, omit make_poisson step and substitute your
files for A.mtx and b.mtx.

1410 of 1510 relevant lines covered (93.38%)

11950185.7 hits per line

Source Files on job 341.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 341
  • Travis Job 341.1
  • c9236a9d on github
  • Prev Job for on master (#340.1)
  • Next Job for on master (#342.1)
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