Replies: 3 comments 1 reply
-
|
Could you try build the latest MPICH (https://www.mpich.org/downloads/) e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The error message indicates a data overflow or data corruption. We will need a reproducer or a backtrace in order to trouble-shoot. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have a parallel application with intel MPI (which is based on MPICH) and use SLURM for our HPC. Recently some of our jobs gives this error:
"Error in ADIOI_Calc_aggregator(): rank_index(%d) >= fd->hints->cb_nodes (%d) fd_size=%lld off=%lld\n",Error in ADIOI_Calc_aggregator(): rank_index(850069981) >= fd->hints->cb_nodes (1) fd_size=8594349943 off=7305798900674814957
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 23
searching this repository i could see a comment in src/mpi/romio/adio/common/ad_aggregate.c and
src/mpi/romio/adio/ad_gpfs/ad_gpfs_aggrs.c; thats its overrunning arrays.
What does that mean and how can i tackle this problem?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions