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

LLNL / mfem / 1642
50%
master: 50%

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

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%)

4905284.98 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1642.4 (DEBUG=NO MPI=YES CODECOV=YES MFEM_TEST_TARGET=test NPROCS=2) 18 Jun 2019 06:58AM UTC 0
49.56
Travis Job 1642.4
8 1642.8 (DEBUG=NO MPI=YES CODECOV=YES MFEM_TEST_TARGET=test NPROCS=4 TMPDIR=/tmp) 18 Jun 2019 07:24AM UTC 0
49.4
Travis Job 1642.8
Source Files on build 1642
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1642
  • 6e457ec4 on github
  • Prev Build on gpu/appfixes (#1578)
  • Next Build on gpu/appfixes (#1650)
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