Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disconnect reconnect #25

Open
jeffhammond opened this issue Mar 4, 2023 · 1 comment
Open

disconnect reconnect #25

jeffhammond opened this issue Mar 4, 2023 · 1 comment
Assignees

Comments

@jeffhammond
Copy link
Owner

Do I care? No.

mpirun.openmpi --oversubscribe -n 3    ./disconnect_reconnect3
. No Errors
[nuclear][[13406,1],0][../../../../../../opal/mca/btl/tcp/btl_tcp.c:559:mca_btl_tcp_recv_blocking] recv(17) failed: Connection reset by peer (104)
Unexpected output in disconnect_reconnect3: [nuclear][[13406,1],0][../../../../../../opal/mca/btl/tcp/btl_tcp.c:559:mca_btl_tcp_recv_blocking] recv(17) failed: Connection reset by peer (104)
@jeffhammond jeffhammond self-assigned this Mar 4, 2023
@jeffhammond
Copy link
Owner Author

I can't tell if this is failure or an MPI implementation issue.

~/mukautuva/mpich-testsuite-4.1/spawn$ make -j   ; MPI_LIB=libmpi.so mpirun.openmpi --oversubscribe -n 1 ./disconnect_reconnect3
make: Nothing to be done for 'all'.
0: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
spawning 4 processes
errcodes[0] = 0
errcodes[1] = 0
errcodes[2] = 0
errcodes[3] = 0
2: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
1: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
0: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
3: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
 No Errors
calling finalize
calling finalize
calling finalize
calling finalize
[nuclear][[20260,1],0][../../../../../../opal/mca/btl/tcp/btl_tcp.c:559:mca_btl_tcp_recv_blocking] recv(17) failed: Connection reset by peer (104)
~/mukautuva/mpich-testsuite-4.1/spawn$ make -j   ; MPI_LIB=libmpi.so mpirun.openmpi --oversubscribe -n 3 ./disconnect_reconnect3
make: Nothing to be done for 'all'.
0: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
spawning 4 processes
1: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
spawning 4 processes
2: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
spawning 4 processes
errcodes[0] = 0
errcodes[1] = 0
errcodes[2] = 0
errcodes[3] = 0
errcodes[0] = 0
errcodes[1] = 0
errcodes[2] = 0
errcodes[3] = 0
errcodes[0] = 0
errcodes[1] = 0
errcodes[2] = 0
errcodes[3] = 0
2: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
3: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
0: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
1: Real error code returned from the C library: 0=0, name=MPI_SUCCESS: no errors
 No Errors
calling finalize
calling finalize
calling finalize
calling finalize
[nuclear][[13582,1],0][../../../../../../opal/mca/btl/tcp/btl_tcp.c:559:mca_btl_tcp_recv_blocking] recv(17) failed: Connection reset by peer (104)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant