Community
Participate
Working Groups
If I attempt to run a PE application using the PE resource manager on an AIX or Linux system using the internal high speed network on the remote cluster, I get messages stating LAPI initialization failed at the point where the application calls MPI_Init. This is due to the PE proxy forcing MP_RESD=no when LoadLeveler is not being used.
Created attachment 197905 [details] Patch to fix problem running PE application
Created attachment 197906 [details] Patch to fix problem running PE application
Modified proxy so that the MP_RESD environment is only set to MP_RESD=yes when LoadLeveler is used. In the non LoadLeveler case, the usr should be able to specify the setting. Also fixed hostname processing in hostlist file so hostnames are always converted to lower case so they will match what's returned in the PE attach.cfg file.
Problem is also in PTP 5.0 - assuming we're fixing in in both places?
Yes, this is fixed in both 4.0 and 5.0
Fixed in 4.0 and head