Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

PMI_Init failed: MPI ERROR MESSAGE

bunmifish
Beginner
867 Views
Hello Everybody,

PLEASE I NEED YOUR HELP AS SOON AS POSSIBLE. I WAS TRYING TO USE MPI SOFTWARE TO INTEGRATE TWO OTHER SOFTWARES TOGETHER BUT I GOT THIS ERROR MESSAGE:
[0] MPI Startup(): process is pinned to CPU00 on node BTS04
[0] Rank Pid Node name Pin cpu
[0] 0 5864 BTS04 0
[0] Init(): I_MPI_DEBUG=5
[0] Init(): I_MPI_STATS=2
[0] Init(): NUMBER_OF_PROCESSORS=4
[0] Init(): PROCESSOR_IDENTIFIER=x86 Family 6 Model 42 Stepping 7, GenuineIntel
[1] PMI_Init failed: FAIL - init called when another process has exited without calling init
forrtl: severe (157): Program Exception - access violation
Image PC Routine Line Source
impi.dll 1008C68D Unknown Unknown Unknown
Stack trace terminated abnormally.
job aborted:
rank: node: exit code[: error message]
0: BTS04: -1072365566
1: BTS04: 0: process 1 exited without calling finalize
[0] MPI Startup(): process is pinned to CPU00 on node BTS04[0] Rank Pid Node name Pin cpu[0] 0 5864 BTS04 0[0] Init(): I_MPI_DEBUG=5[0] Init(): I_MPI_STATS=2[0] Init(): NUMBER_OF_PROCESSORS=4[0] Init(): PROCESSOR_IDENTIFIER=x86 Family 6 Model 42 Stepping 7, GenuineIntel[1] PMI_Init failed: FAIL - init called when another process has exited without calling initforrtl: severe (157): Program Exception - access violation
Image PC Routine Line Source impi.dll 1008C68D Unknown Unknown Unknown
Stack trace terminated abnormally.
job aborted:rank: node: exit code[: error message]0: BTS04: -10723655661: BTS04: 0: process 1 exited without calling finalize
I HAVE NO IDEA WHAT I NEED TO DO. I WAS USING ONE HP PC WITH THIS SPECIFICATION:
4 CPU, 1 SOCKET, CORE i5-2430M.
REGARDS,
FISH.
0 Kudos
1 Reply
SergeyKostrov
Valued Contributor II
867 Views
Quoting bunmifish
Hello Everybody,
...
[1] PMI_Init failed: FAIL - init called when another process has exited without calling init
forrtl: severe (157): Program Exception - access violation
...
I HAVE NO IDEA WHAT I NEED TO DO...

REGARDS,
FISH.


Did you see that message? There is something wrongwith another process. I would also look at docs for
explanations what an error code 157 means.

Best regards,
Sergey

0 Kudos
Reply