-
Notifications
You must be signed in to change notification settings - Fork 936
Closed
Description
Background information
What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)
master as of 352b667
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
From source via spack.
Please describe the system on which you are running
- Operating system/version: Debian 9
- Computer hardware: ThinkPad
- Network type: Local
Details of the problem
The function opal_datatype_compute_ptypes in
| opal_datatype_compute_ptypes(&datatype->super); |
ompi/opal/datatype/opal_datatype_get_count.c
Line 161 in 98afc83
| datatype->ptypes = (size_t*)calloc(OPAL_DATATYPE_MAX_SUPPORTED, sizeof(size_t)); |
Seen while running a small MPI-I/O example with HDF5 develop: https://forum.hdfgroup.org/t/hdf5bug-h5fd-mpio-collective-chunking/5279
Metadata
Metadata
Assignees
Labels
No labels