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

JuliaParallel / MPI.jl / 1136
60%

Build:
DEFAULT BRANCH: master
Ran 03 Jan 2020 10:34PM UTC
Jobs 1
Files 14
Run time 3s
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
1136

push

travis-ci

web-flow
Add Buffer type, improve Datatype handling (#329)

This contains two related changes:

1. Defines a specific `Buffer` type, which contains the reference to the storage buffer, its count and datatype. This allows us to simplify the type signatures of various functions, as `count` and `datatype` no longer need to be arguments to the functions. This also adds default conversion methods for `Array`s and `Subarray`s (creating the derived datatypes where necessary, and determining the appropriate `count`s), and moves the point-to-point operations to use these conversions.

2. Improves the handling of `Datatype` handles, by making them garbage-collected objects (like other MPI handles), moves lower-level functions to a submodule, defines consistent interfaces. Also fixes #327.

I still need to move the collective calls over as well, however that will require more thought on how to handle the "chunked" operations like scatter/gather.

I also removed the inverse dictionary mappings from MPI Datatype -> Julia Type, as that is no longer so easy to determine.

78 of 78 new or added lines in 4 files covered. (100.0%)

461 of 564 relevant lines covered (81.74%)

71.27 hits per line

Jobs
ID Job ID Ran Files Coverage
28 1136.28 (MPI_IMPL=mpich) 03 Jan 2020 10:34PM UTC 0
81.74
Travis Job 1136.28
Source Files on build 1136
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1136
  • f98083de on github
  • Prev Build on master (#1128)
  • Next Build on master (#1142)
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