Community
Participate
Working Groups
Write a small MPI program which prints a small message in a loop. Run this through the IBM PE resource manager. The idea is to flood the eclipse resource manager with a large number of messages in a short time. After a random amount of time you observe an exception on the eclipse side saying that the channel was disconnected and if you had attached a debugger to the proxy C program, you see that a SIGPIPE was received by the program. The attached file contains a patch that fixes this.
Created attachment 196320 [details] patch to fix this bug
Committed patch to HEAD