Bug 2322073 - Fatal error in internal_Barrier
Summary: Fatal error in internal_Barrier
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mpich
Version: 42
Hardware: s390x
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Zbigniew Jędrzejewski-Szmek
QA Contact: Fedora Extras Quality Assurance
URL: https://github.com/icl-utk-edu/heffte...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-28 02:13 UTC by Christoph Junghans
Modified: 2025-08-13 15:51 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-08-13 15:51:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Christoph Junghans 2024-10-28 02:13:15 UTC
A simple mpi program like:
```
 int me, nranks;
  MPI_Comm_rank(MPI_COMM_WORLD, &me);
  MPI_Comm_size(MPI_COMM_WORLD, &nranks);

  for (int i=0; i<nranks; i++) {
    if (me == i)
      std::cout << "hello from rank: " << me << std::endl;
    MPI_Barrier(MPI_COMM_WORLD);
  }
```

fails to run on s390x

Reproducible: Always

Comment 1 Aoife Moloney 2025-02-26 13:13:53 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle.
Changing version to 42.


Note You need to log in before you can comment on or make changes to this bug.