Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Run-time error kernel32.dll

chdthanh
Beginner
996 Views
Dear all
I got these errors as running a program by wmpiexec.exe. The program was complied by intel visual fortran. Can you please help me?

forrtl: severe (157): Program Exception - access violation Image PC Routine Line Source

simple.exe 0074E156 Unknown Unknown Unknown

simple.exe 00741F3B Unknown Unknown Unknown

simple.exe 0072D7DA Unknown Unknown Unknown

simple.exe 00674213 Unknown Unknown Unknown

simple.exe 0066F326 Unknown Unknown Unknown

simple.exe 00A7B951 Unknown Unknown Unknown

simple.exe 00A79A43 Unknown Unknown Unknown

kernel32.dll 7C817077 Unknown Unknown Unknown

Fatal error in PMPI_Barrier: Other MPI error, error stack:

PMPI_Barrier(476).........................: MPI_Barrier(comm=0x84000004) failed

MPIR_Barrier(82)..........................:

MPIC_Sendrecv(164)........................:

MPIC_Wait(513)............................:

MPIDI_CH3i_Progress_wait(215).............: an error occurred while handling an event returned by MPIDU_Sock_Wait()

MPIDI_CH3I_Progress_handle_sock_event(420):

MPIDU_Sock_wait(2606).....................: The specified network name is no longer available. (errno 64)

****** SOLVE & CHECK STEP ********

STATISTICS PRIOR SOLVE PHASE ...........

NUMBER OF RIGHT-HAND-SIDES = 1

BLOCKING FACTOR FOR MULTIPLE RHS = 1

ICNTL (9) = 1

--- (10) = 0

--- (11) = 0

--- (20) = 0

--- (21) = 0

job aborted:

rank: node: exit code[: error message]

0: saigon: -1073741819: process 0 exited without calling finalize

1: saigon: -1073741819: Fatal error in PMPI_Barrier: Other MPI error, error stack:

PMPI_Barrier(476).........................: MPI_Barrier(comm=0x84000004) failed

MPIR_Barrier(82)..........................:

MPIC_Sendrecv(164)........................:

MPIC_Wait(513)............................:

MPIDI_CH3i_Progress_wait(215).............: an error occurred while handlin

0 Kudos
1 Reply
Steven_L_Intel1
Employee
996 Views
You are getting an access violation during an MPI call. The error is not "in" kernel32.dll, that's just where it got raised. The first thing to do is to rebuild with traceback enabled (try building a debug configuration) so you can see the exact line where the error occured. Then look at the arguments and see if they're all correct.
0 Kudos
Reply