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

ddemidov / amgcl / 341
88%

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

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

Jobs
ID Job ID Ran Files Coverage
1 341.1 29 Sep 2014 09:38AM UTC 0
93.38
Travis Job 341.1
Source Files on build 341
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #341
  • c9236a9d on github
  • Prev Build on master (#340)
  • Next Build on master (#342)
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