llnl / llnl/SAMRAI

MPI_Attr_get problem.

Open
#42 0 comments 0 reactions 1 assignee View on GitHub

@nselliott is already working on this.

Since Oct 15, 2018.

Dominant language
C++
Stars
250
Forks
89
Avg merge
34m
Merged PRs (30d)
1

Description

I was using SGI MPI and MPI_Attr_get cannot retrive MPI_TAG_UB for communicator except MPI_COMM_WORLD, as documented in BergerRigoutsos.C:967.

The if statement at Line 978, 987 is to ensure that attribute MPI_TAG_UB has been obtained. However SGI MPI will not set the attribute pointer (tag_upper_bound_ptr) to NULL if the attribute is not obtained.

We should check flag != 0

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.