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

LLNL / mfem / 1642 / 4
50%
master: 50%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: master
Ran 18 Jun 2019 06:58AM UTC
Files 190
Run time 10s
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

18 Jun 2019 01:55AM UTC coverage: 49.564% (+0.3%) from 49.299%
DEBUG=NO MPI=YES CODECOV=YES MFEM_TEST_TARGET=test NPROCS=2

push

travis-ci-com

v-dobrev
Fix a few issues related to using the classes SparseMatrix,
HypreParVector, HypreParMatrix, and HypreSmoother with GPU backends.

Add 2 versions of a new method: Vector::MakeRef -- one that takes
a Vector and an offset and another that takes a Vector, an offset
and a new size.

Add some simple debugging tools:
 * Add a new output "trace" stream: mfem::trc. By default, the output
   of mfem::trc goes to std::cout; the new function mfem::OpenTraceFile()
   can be used to redirect the output of mfem::trc to a file called
   'mfem-trace-<pid>' where <pid> is the process id. Note that this
   function can be called from a debugger.
 * In class Vector, add a new method Vector::PrintTrace() that prints a
   Vector to the mfem::trc stream -- this method can be called from a
   debugger, unlike Vector::Print with mfem::trc as argument (at least
   in gdb this did not work).
 * In class Memory<T>, add 2 new methods: PrintFlags() and
   CompareHostAndDevice() which are explicitly instantiated for T=int
   and T=double, so that they can be called inside a debugger for
   these two types.

23464 of 47341 relevant lines covered (49.56%)

2398932.45 hits per line

Source Files on job 1642.4 (DEBUG=NO MPI=YES CODECOV=YES MFEM_TEST_TARGET=test NPROCS=2)
  • Tree
  • List 0
  • Changed 147
  • Source Changed 12
  • Coverage Changed 147
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1035
  • Travis Job 1642.4
  • 6e457ec4 on github
  • Prev Job for DEBUG=NO MPI=YES CODECOV=YES MFEM_TEST_TARGET=test NPROCS=2 on gpu/appfixes (#1578.4)
  • Next Job for DEBUG=NO MPI=YES CODECOV=YES MFEM_TEST_TARGET=test NPROCS=2 on gpu/appfixes (#1650.4)
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