testing server-client communication via adios2 sst
The Summit runs use the ADIOS2 system install, version 2.7.1, and the SCOREC RHEL7 runs use version 2.8.0.84.
The same non-fatal ADIOS2 output is produced on both systems, Got an unexpected connection close event
. The full output is pasted below.
setupComms.cpp - test code
CMakeLists.txt - cmake build system
LICENSE - license
README.md - this file
clientSst_2233781.out - client output with SstVerbose=5 on summit
serverSst_2233781.out - server output with SstVerbose=5 on summit
envGcc1020.sh - modules loaded on summit
installAdios2SstTest.sh - cmake install commands on summit
runSetupComms.sh - summit lsf job script
envGcc1010_scorecRhel7.sh - modules loaded on scorec rhel7
installAdios2SstTest_scorecRhel7.sh - cmake install commands on scorec rhel7
runSetupComms_scorecRhel7.sh - bash run script on scorec rhel7
clientSst_scorecRhel7.out - client output with SstVerbose=5 on scorec rhel7
serverSst_scorecRhel7.out - server output with SstVerbose=5 on scorec rhel7
source envGcc1020.sh
./installAdios2SstTest.sh
bsub ./runSetupComms.sh
There are non-fatal errors in the SST output that do not appear in the BP4 output.
See the included serverSst_2233781.out
and clientSst_2233781.out
for the
output with SstVerbose=5
.
$ cat serverSst_2233751.out
rank 0 isServer 1
done s2c step
Writer 0 (0x3a15a180): Reader 0 (0x3a55d970): Message failed to send to writer 0
(0x18eef7c0)
done c2s step
Got an unexpected connection close event
SST stream open at exit, unlinking contact file (
done
$ cat clientSst_2233751.out
rank 0 isServer 0
done s2c step
done c2s step
SST stream open at exit, unlinking contact file
/gpfs/alpine/fus123/scratch/cwsmith/twoClientWdmCplTesting/client0_c2s.sst
done
$ cat serverBp4_2233751.out
rank 0 isServer 1
done writer step
done reader step
done
$ cat clientBp4_2233751.out
rank 0 isServer 0
done writer step
done reader step
done
source envGcc1010_scorecRhel7.sh
./installAdios2SstTest_scorecRhel7.sh
./runSetupComms_scorecRhel7.sh
See the included [client|server]Sst_scorecRhel7.out
for the
output with SstVerbose=5
.
$ cat serverSst.out
rank 0 isServer 1
done s2c step
Writer 0 (0x12ff8a0): Got an unexpected connection close event
done c2s step
done
SST stream open at exit, unlinking contact file
$ cat clientSst.out
rank 0 isServer 0
done s2c step
done c2s step
done
SST stream open at exit, unlinking contact file p
$ cat clientBp4.out
rank 0 isServer 0
done writer step
done reader step
done
$ cat serverBp4.out
rank 0 isServer 1
done writer step
done reader step
done