Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • LinkTest LinkTest
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • cstao-public
  • LinkTestLinkTest
  • Wiki
  • Troubleshooting

Troubleshooting · Changes

Page history
Update Troubleshooting authored Aug 09, 2021 by Max Holicki's avatar Max Holicki
Hide whitespace changes
Inline Side-by-side
Troubleshooting.md
View page @ d7f9e80f
......@@ -3,7 +3,7 @@ Here we will list fixes to problems that were encountered when building or runni
[[_TOC_]]
# ParastationMPI and `shmget(0, sizeof(shm_com_t), IPC_CREAT | 0777) : No space left on device`
When using ParastationMPI and testing MPI you may encounter an error-message of the following form:
When using ParastationMPI and testing the MPI communication API using Linktest you may encounter an error-message of the following form:
```
<PSP:r§TASKID§:shmget(0, sizeof(shm_com_t), IPC_CREAT | 0777) : No space left on device>
```
......@@ -15,5 +15,5 @@ This error was produced using ParaStation MPI version 5.4.9-1.
At the time of writing three potential solutions exist:
1. Use a different MPI implementation like OpenMPI version 4.1.1.
2. Set the `PSP_UCP` environment variable to `2`. This is an undocumented option and it is unknown what it does. This may change in future ParaStation MPI versions.
2. Set the `PSP_UCP` environment variable to `2`. This is an undocumented option and it is unknown what it does. This may change in future ParaStation MPI versions. This option will cause ParaStation MPI to use UCP in the background.
3. Upgrade your communication hardware such that it has more memory and can support more connections. Depending on how many connections you want to test this may be enough.
\ No newline at end of file
Clone repository
  • Acknowledgements
  • Build
  • Communication Patterns
  • Frequently Asked Questions
  • Glossary
  • Inspecting LinkTest SION Files with ImHex
  • LinkTest Python Reader
  • LinkTest Report
  • LinkTest SIONlib File Format
  • LinkTest
  • Noteworthy Reports
  • Old LinkTest SIONlib File Formats
  • Old Stable LinkTest Releases (<2.0.0)
  • Semi‐, Bi‐ & Uni‐directional Testing
  • Troubleshooting
View All Pages