Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Please help me for th MPI problem(delayed start of the pmi_proxy process)

YoungWoong_K_
Beginner
4,680 Views

Hi, HPC Developers

S/W Enviroment Setting :
 CentOS 6.6 x64
 Intel® Parallel Studio XE 2015
 Intel MPI Library 5.0.3
 NFS share

In the following cases, operate normally.
1. If you run mpirun from the Terminal Console
2. If you perform a bash mpirun to child processes in a single-threaded program
3. If you perform a bash mpirun in the child process via a Thread in multi-threaded program

However, the operation is delayed in the following cases:
If you perform a bash mpirun in the child process at TCP service hosting program

Attach a reference document to help you understand the above.
Ask for advice on troubleshooting.

0 Kudos
1 Reply
Dmitry_S_Intel
Moderator
4,680 Views

Hi,

Can you make sure that the problem with pmi_proxy - try to run another bash script with just

echo "Test"

instead of mpirun. Is the delay here?

--

Dmitry

0 Kudos
Reply