Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
1f3cc362
Commit
1f3cc362
authored
2 years ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Correct what worked
parent
ce6f840f
No related branches found
Branches containing commit
No related tags found
2 merge requests
!707
Automated merge from preview to main
,
!630
Mpi errors
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/jobs_and_resources/mpi_issues.md
+5
-5
5 additions, 5 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/mpi_issues.md
with
5 additions
and
5 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/mpi_issues.md
+
5
−
5
View file @
1f3cc362
...
...
@@ -26,8 +26,8 @@ object for RDMA operations (ref. [man page](https://www.open-mpi.org/doc/v3.0/ma
> Using MPI_Win_allocate rather than separate MPI_Alloc_mem + MPI_Win_create may allow the MPI implementation to optimize the memory allocation.
> (Using advanced MPI)
It was observed for at least for the
`OpenMPI/4.0.5`
module that using
`MPI_Alloc
_mem`
in
conjunction with
`MPI_Win_create`
instead of
`MPI_Win_Allocate`
leads to segmentation faults in the
calling
application. To be precise, the segfaults occurred at partition
`romeo`
when about 200 GB
per node
where allocated. In contrast, the segmentation faults vanished when the implementation was
refactored to call the
`MPI_
Win_alloc
ate`
function.
It was observed for at least for the
`OpenMPI/4.0.5`
module that using
`MPI_
Win_
Alloc
ate`
instead of
`MPI_Alloc_mem`
in
conjunction with
`MPI_Win_create`
leads to segmentation faults in the
calling
application
. To be precise, the segfaults occurred at partition
`romeo`
when about 200 GB
per node
where allocated. In contrast, the segmentation faults vanished when the implementation was
refactored to call the
`MPI_
Alloc_mem + MPI_Win_cre
ate`
function
s
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment