MPI Test Suite Result Details for

MPT MPI 2.20 on Koehr (KOEHR.NAVY.HPC.MIL)

Run Environment

Compilers Used
Language Executable Path
C mpicc /p/app/hpe/mpt-2.20/bin/mpicc
C++ mpicxx /p/app/hpe/mpt-2.20/bin/mpicxx
F77 mpif77 /p/app/hpe/mpt-2.20/bin/mpif77
F90 mpif08 /p/app/hpe/mpt-2.20/bin/mpif08
Scheduler Environment Variables
Variable Name Value
PBS_ACCOUNT withheld
PBS_ENVIRONMENT PBS_BATCH
PBS_JOBDIR /p/home/withheld
PBS_JOBNAME MPT_2.20
PBS_MOMPORT 15003
PBS_NODEFILE /var/spool/pbs/aux/1223543.pbsserver
PBS_NODENUM withheld
PBS_O_HOME withheld
PBS_O_HOST koehr01.ib0.icexa.navydsrc.hpc.mil
PBS_O_LOGNAME withheld
PBS_O_PATH /usr/local/bin:/opt/sgi/sbin:/opt/sgi/bin:/usr/local/bin:/opt/sgi/sbin:/opt/sgi/bin:/p/app/mpscp-1.3a/bin:/p/app/intel/parallel_studio_xe_2019_update4/itac/2019.4.036/bin:/p/app/intel/parallel_studio_xe_2019_update4/vtune_amplifier/bin64:/p/app/intel/parallel_studio_xe_2019_update4/debugger_2019/gdb/intel64/bin:/p/app/intel/parallel_studio_xe_2019_update4/compilers_and_libraries/linux/bin/intel64:/p/app/hpe/mpt-2.20/bin:/usr/local/bin:/opt/sgi/sbin:/opt/sgi/bin:/usr/lib64/qt-3.3/bin:/usr/bin:/bin:/opt/c3/bin:/opt/pbs_2020.1.3/bin:/sbin:/bin:/p/app/BCT/bin:/p/app/SLB:/opt/c3/bin:/opt/pbs_2020.1.3/bin:/sbin:/bin:/p/app/BCT/bin:/p/app/SLB:/usr/local/sbin:/usr/sbin:/opt/c3/bin:/opt/pbs_2020.1.3/bin:/sbin:/bin:/p/app/BCT/bin:/p/app/SLB
PBS_O_QUEUE standard
PBS_O_SHELL /bin/sh
PBS_O_SYSTEM Linux
PBS_O_WORKDIR withheld
PBS_QUEUE standard
PBS_TASKNUM 1
MPI Environment Variables
Variable Name Value
MPI_DISPLAY_SETTINGS false
MPI_ROOT /p/app/hpe/mpt-2.20

Topology - Score: 100% Passed

The Network topology tests are designed to examine the operation of specific communication patterns such as Cartesian and Graph topology.

Passed MPI_Cart_create basic - cartcreates

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test creates a cartesian mesh and tests for errors.

No errors

Passed MPI_Cart_map basic - cartmap1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test creates a cartesian map and tests for errors.

No errors

Passed MPI_Cart_shift basic - cartshift1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises MPI_Cart_shift().

No errors

Passed MPI_Cart_sub basic - cartsuball

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises MPI_Cart_sub().

No errors

Passed MPI_Cartdim_get zero-dim - cartzero

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Check that the MPI implementation properly handles zero-dimensional Cartesian communicators - the original standard implies that these should be consistent with higher dimensional topologies and therefore should work with any MPI implementation. MPI 2.1 made this requirement explicit.

No errors

Passed MPI_Dims_create nodes - dims1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test uses multiple variations for the arguments of MPI_Dims_create() and tests whether the product of ndims (number of dimensions) and the returned dimensions are equal to nnodes (number of nodes) thereby determining if the decomposition is correct. The test also checks for compliance with the MPI_- standard section 6.5 regarding decomposition with increasing dimensions. The test considers dimensions 2-4.

No errors

Passed MPI_Dims_create special 2d/4d - dims2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test is similar to topo/dims1 but only exercises dimensions 2 and 4 including test cases whether all dimensions are specified.

No errors

Passed MPI_Dims_create special 3d/4d - dims3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test is similar to topo/dims1 but only considers special cases using dimensions 3 and 4.

No errors

Passed MPI_Dist_graph_create - distgraph1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test excercises MPI_Dist_graph_create() and MPI_Dist_graph_adjacent().

using graph layout 'deterministic complete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'every other edge deleted'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'only self-edges'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'no edges'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
testing MPI_Dist_graph_create w/ no graph
testing MPI_Dist_graph_create w/ no graph
testing MPI_Dist_graph_create w/ no graph -- NULLs
testing MPI_Dist_graph_create w/ no graph -- NULLs+MPI_UNWEIGHTED
testing MPI_Dist_graph_create_adjacent w/ no graph
testing MPI_Dist_graph_create_adjacent w/ no graph -- MPI_WEIGHTS_EMPTY
testing MPI_Dist_graph_create_adjacent w/ no graph -- NULLs
testing MPI_Dist_graph_create_adjacent w/ no graph -- NULLs+MPI_UNWEIGHTED
No errors

Passed MPI_Graph_create null/dup - graphcr2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Create a communicator with a graph that contains null edges and one that contains duplicate edges.

No errors

Passed MPI_Graph_create zero procs - graphcr

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Create a communicator with a graph that contains no processes.

No errors

Passed MPI_Graph_map basic - graphmap1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Simple test of MPI_Graph_map().

No errors

Passed MPI_Topo_test datatypes - topotest

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Check that topo test returns the correct type, including MPI_UNDEFINED.

No errors

Passed MPI_Topo_test dgraph - dgraph_unwgt

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Specify a distributed graph of a bidirectional ring of the MPI_COMM_WORLD communicator. Thus each node in the graph has a left and right neighbor.

No errors

Passed MPI_Topo_test dup - topodup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Create a cartesian topology, get its characteristics, then dup it and check that the new communicator has the same properties.

No errors

Passed Neighborhood collectives - neighb_coll

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

A basic test for the 10 (5 patterns x {blocking,non-blocking}) MPI-3 neighborhood collective routines.

No errors

Basic Functionality - Score: 94% Passed

This group features tests that emphasize basic MPI functionality such as initializing MPI and retrieving its rank.

Passed Basic send/recv - srtest

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This is a basic test of the send/receive with a barrier using MPI_Send() and MPI_Recv().

No errors

Passed Const cast - const

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test is designed to test the new MPI-3.0 const cast applied to a "const *" buffer pointer.

No errors.

Passed Elapsed walltime - wtime

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test measures how accurately MPI can measure 1 second.

sleep(1): start:8.01386e+06, finish:8.01386e+06, duration:1.00006
No errors.

Passed Generalized request basic - greq1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Simple test of generalized requests. This simple code allows us to check that requests can be created, tested, and waited on in the case where the request is complete before the wait is called.

No errors

Passed Init arguments - init_args

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

In MPI-1.1, it is explicitly stated that an implementation is allowed to require that the arguments argc and argv passed by an application to MPI_Init in C be the same arguments passed into the application as the arguments to main. In MPI-2 implementations are not allowed to impose this requirement. Conforming implementations of MPI allow applications to pass NULL for both the argc and argv arguments of MPI_Init(). This test prints the result of the error status of MPI_Init(). If the test completes without error, it reports 'No errors.'

MPI_INIT accepts Null arguments for MPI_init().
No errors

Passed Input queuing - eagerdt

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test of a large number of MPI datatype messages with no preposted receive so that an MPI implementation may have to queue up messages on the sending side. Uses MPI_Type_Create_indexed_block to create the send datatype and receives data as ints.

No errors

Passed Intracomm communicator - mtestcheck

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This program calls MPI_Reduce with all Intracomm Communicators.

No errors

Passed Isend and Request_free - rqfreeb

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test multiple non-blocking send routines with MPI_Request_Free. Creates non-blocking messages with MPI_Isend(), MPI_Ibsend(), MPI_Issend(), and MPI_Irsend() then frees each request.

About create and free Isend request
About create and free Ibsend request
About create and free Issend request
About create and free Irsend request
About  free Irecv request
No errors

Passed Large send/recv - sendrecv

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test sends the length of a message, followed by the message body.

No errors.

Passed MPI Attribues test - attrself

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This is a test of creating and inserting attribues in different orders to ensure that the list management code handles all cases.

No errors

Passed MPI_ANY_{SOURCE,TAG} - anyall

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test uses MPI_ANY_SOURCE and MPI_ANY_TAG in repeated MPI_Irecv() calls. One implementation delivered incorrect data when using both ANY_SOURCE and ANY_TAG.

No errors

Passed MPI_Abort() return exit - abortexit

Build: Passed

Execution: Failed

Exit Status: Intentional_failure_was_successful

MPI Processes: 1

Test Description:

This program calls MPI_Abort and confirms that the exit status in the call is returned to the invoking environment.

MPI_Abort() with return exit code:6
MPT ERROR: Rank 0(g:0) is aborting with error code 6.
	Process ID: 306801, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/util/abortexit
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/306801/exe, process 306801
MPT: (no debugging symbols found)...done.
MPT: [New LWP 306805]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffc590 "MPT ERROR: Rank 0(g:0) is aborting with error code 6.\n\tProcess ID: 306801, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/util/abortexit\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45"...) at sig.c:340
MPT: #3  0x00002aaaab566fc9 in print_traceback (ecode=ecode@entry=6) at abort.c:246
MPT: #4  0x00002aaaab56729a in PMPI_Abort (comm=<optimized out>, errorcode=6)
MPT:     at abort.c:68
MPT: #5  0x0000000000402783 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 306801] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/306801/exe, process 306801
MPT: [Inferior 1 (process 306801) detached]
MPT: -----stack traceback ends-----
MPT ERROR: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
	aborting job

Passed MPI_BOTTOM basic - bottom

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Simple test using MPI_BOTTOM for MPI_Send() and MPI_Recv().

No errors

Passed MPI_Bsend alignment - bsend1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Simple test for MPI_Bsend() that sends and receives multiple messages with message sizes chosen to expose alignment problems.

No errors

Passed MPI_Bsend buffer alignment - bsendalign

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test bsend with a buffer with alignment between 1 and 7 bytes.

No errors

Passed MPI_Bsend detach - bsendpending

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test the handling of MPI_Bsend() operations when a detach occurs between MPI_Bsend() and MPI_Recv(). Uses busy wait to ensure detach occurs between MPI routines and tests with a selection of communicators.

No errors

Passed MPI_Bsend ordered - bsendfrag

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test bsend message handling where different messages are received in different orders.

No errors

Passed MPI_Bsend repeat - bsend2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Simple test for MPI_Bsend() that repeatedly sends and receives messages.

No errors

Passed MPI_Bsend with init and start - bsend3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Simple test for MPI_Bsend() that uses MPI_Bsend_init() to create a persistent communication request and then repeatedly sends and receives messages. Includes tests using MPI_Start() and MPI_Startall().

No errors

Passed MPI_Bsend() intercomm - bsend5

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Simple test for MPI_Bsend() that creates an intercommunicator with two evenly sized groups and then repeatedly sends and receives messages between groups.

No errors

Passed MPI_Cancel completed sends - scancel2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Calls MPI_Isend(), forces it to complete with a barrier, calls MPI_Cancel(), then checks cancel status. Such a cancel operation should silently fail. This test returns a failure status if the cancel succeeds.

Starting scancel test
(0) About to create isend and cancel
Starting scancel test
Completed wait on isend
(1) About to create isend and cancel
Completed wait on isend
(2) About to create isend and cancel
Completed wait on isend
(3) About to create isend and cancel
Completed wait on isend
No errors

Failed MPI_Cancel sends - scancel

Build: Passed

Execution: Failed

Exit Status: Application_timed_out

MPI Processes: 2

Test Description:

Test of various send cancel calls. Sends messages with MPI_Isend(), MPI_Ibsend(), MPI_Irsend(), and MPI_Issend() and then immediately cancels them. Then verifies message was cancelled and was not received by destination process.

Starting scancel test
(0) About to create isend and cancel
Starting scancel test
Completed wait on isend
Failed to cancel an Isend request
About to create and cancel ibsend
Failed to cancel an Ibsend request
About to create and cancel issend
MPT: Received signal 15

Passed MPI_Finalized() test - finalized

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This tests when MPI_Finalized() will work correctly if MPI_INit() was not called. This behaviour is not defined by the MPI standard, therefore this test is not garanteed.

No errors

Passed MPI_Get_library_version test - library_version

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

MPI-3.0 Test returns MPI library version.

HPE MPT 2.20  08/30/19 04:33:45
No errors

Passed MPI_Get_version() test - version

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This MPI_3.0 test prints the MPI version. If running a version of MPI < 3.0, it simply prints "No Errors".

No errors

Passed MPI_Ibsend repeat - bsend4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Simple test for MPI_Ibsend() that repeatedly sends and receives messages.

No errors

Passed MPI_Isend root - isendself

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This is a simple test case of sending a non-blocking message to the root process. Includes test with a null pointer. This test uses a single process.

No errors

Passed MPI_Isend root cancel - issendselfcancel

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test case has the root send a non-blocking synchronous message to itself, cancels it, then attempts to read it.

No errors

Passed MPI_Isend root probe - isendselfprobe

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This is a simple test case of the root sending a message to itself and probing this message.

No errors

Passed MPI_Mprobe() series - mprobe1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This tests MPI_Mprobe() using a series of tests. Includes tests with send and Mprobe+Mrecv, send and Mprobe+Imrecv, send and Improbe+Mrecv, send and Improbe+Irecv, Mprobe+Mrecv with MPI_PROC_NULL, Mprobe+Imrecv with MPI_PROC_NULL, Improbe+Mrecv with MPI_PROC_NULL, Improbe+Imrecv, and test to verify MPI_Message_c2f() and MPI_Message_f2c() are present.

No errors

Passed MPI_Probe() null source - probenull

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This program checks that MPI_Iprobe() and MPI_Probe() correctly handle a source of MPI_PROC_NULL.

No errors

Passed MPI_Probe() unexpected - probe-unexp

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This program verifies that MPI_Probe() is operating properly in the face of unexpected messages arriving after MPI_Probe() has been called. This program may hang if MPI_Probe() does not return when the message finally arrives. Tested with a variety of message sizes and number of messages.

testing messages of size 1
Message count 0
testing messages of size 1
Message count 0
testing messages of size 1
Message count 0
Message count 1
testing messages of size 1
Message count 0
Message count 1
Message count 2
Message count 2
Message count 3
Message count 4
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 2
Message count 0
Message count 3
Message count 4
testing messages of size 2
testing messages of size 2
Message count 0
Message count 1
Message count 2
Message count 3
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 2
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 4
Message count 0
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 4
Message count 0
Message count 1
Message count 2
Message count 1
Message count 2
Message count 3
Message count 4
Message count 1
Message count 2
Message count 3
Message count 4
Message count 4
testing messages of size 4
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 8
Message count 0
Message count 1
testing messages of size 4
Message count 0
Message count 1
Message count 2
Message count 3
testing messages of size 8
Message count 0
Message count 1
Message count 2
Message count 3
Message count 3
Message count 4
testing messages of size 8
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 16
Message count 0
Message count 4
testing messages of size 8
Message count 0
Message count 1
Message count 2
Message count 4
testing messages of size 16
Message count 0
Message count 1
Message count 2
Message count 2
Message count 3
Message count 4
testing messages of size 16
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 32
Message count 3
Message count 4
testing messages of size 16
Message count 0
Message count 1
Message count 3
Message count 4
testing messages of size 32
Message count 0
Message count 1
Message count 1
Message count 2
Message count 3
Message count 0
Message count 1
Message count 2
Message count 3
Message count 2
Message count 3
Message count 2
Message count 3
Message count 4
testing messages of size 64
Message count 4
testing messages of size 32
Message count 0
Message count 4
testing messages of size 64
Message count 0
Message count 1
Message count 4
testing messages of size 32
Message count 0
Message count 0
Message count 1
Message count 2
Message count 3
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 128
Message count 1
Message count 2
Message count 4
testing messages of size 128
Message count 0
Message count 2
Message count 3
Message count 0
Message count 1
Message count 3
Message count 4
Message count 1
Message count 2
Message count 4
testing messages of size 64
Message count 0
Message count 2
Message count 3
Message count 1
Message count 3
Message count 4
testing messages of size 256
Message count 0
testing messages of size 64
Message count 0
Message count 1
Message count 4
testing messages of size 256
Message count 0
Message count 2
Message count 3
Message count 1
Message count 2
Message count 3
Message count 2
Message count 3
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 512
Message count 4
testing messages of size 128
Message count 0
Message count 4
testing messages of size 512
Message count 0
Message count 1
Message count 4
testing messages of size 128
Message count 0
Message count 0
Message count 1
Message count 1
Message count 2
Message count 1
Message count 2
Message count 2
Message count 3
Message count 2
Message count 3
Message count 3
Message count 4
Message count 3
Message count 4
Message count 4
testing messages of size 1024
Message count 0
Message count 4
testing messages of size 256
Message count 0
testing messages of size 1024
Message count 0
Message count 1
Message count 2
testing messages of size 256
Message count 0
Message count 1
Message count 2
Message count 3
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 2048
Message count 0
Message count 1
Message count 2
Message count 4
testing messages of size 2048
Message count 0
Message count 3
Message count 4
Message count 1
Message count 2
Message count 3
Message count 4
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 512
Message count 0
Message count 3
Message count 4
testing messages of size 4096
Message count 0
testing messages of size 512
Message count 0
Message count 1
testing messages of size 4096
Message count 0
Message count 1
Message count 2
Message count 1
Message count 1
Message count 2
Message count 3
Message count 4
Message count 2
Message count 3
Message count 3
Message count 4
testing messages of size 8192
Message count 0
Message count 2
Message count 3
testing messages of size 8192
Message count 0
Message count 4
Message count 1
Message count 4
testing messages of size 1024
Message count 0
Message count 1
Message count 2
testing messages of size 1024
Message count 0
Message count 1
Message count 2
Message count 3
Message count 1
Message count 3
Message count 4
Message count 2
Message count 4
testing messages of size 16384
Message count 0
Message count 2
Message count 3
testing messages of size 16384
Message count 0
Message count 3
Message count 4
Message count 1
Message count 4
testing messages of size 2048
Message count 1
testing messages of size 2048
Message count 0
Message count 2
Message count 0
Message count 2
Message count 1
Message count 3
Message count 1
Message count 2
Message count 3
Message count 2
Message count 3
Message count 4
Message count 3
Message count 4
Message count 4
testing messages of size 32768
Message count 0
Message count 4
testing messages of size 4096
Message count 0
testing messages of size 32768
Message count 0
testing messages of size 4096
Message count 0
Message count 1
Message count 1
Message count 1
Message count 1
Message count 2
Message count 2
Message count 2
Message count 3
Message count 2
Message count 3
Message count 3
Message count 4
Message count 3
Message count 4
testing messages of size 8192
Message count 0
Message count 4
testing messages of size 8192
Message count 0
Message count 4
Message count 1
testing messages of size 65536
Message count 0
Message count 1
testing messages of size 65536
Message count 0
Message count 2
Message count 1
Message count 2
Message count 1
Message count 3
Message count 2
Message count 3
Message count 4
Message count 2
Message count 4
Message count 3
testing messages of size 16384
Message count 0
Message count 3
testing messages of size 16384
Message count 0
Message count 4
Message count 1
Message count 4
Message count 1
testing messages of size 131072
Message count 0
Message count 2
testing messages of size 131072
Message count 0
Message count 2
Message count 1
Message count 3
Message count 1
Message count 3
Message count 2
Message count 4
Message count 2
Message count 4
Message count 3
testing messages of size 32768
Message count 0
Message count 3
testing messages of size 32768
Message count 0
Message count 4
Message count 1
Message count 4
Message count 1
testing messages of size 262144
Message count 0
Message count 2
testing messages of size 262144
Message count 0
Message count 2
Message count 1
Message count 3
Message count 1
Message count 3
Message count 2
Message count 4
Message count 2
Message count 4
Message count 3
testing messages of size 65536
Message count 0
Message count 3
testing messages of size 65536
Message count 0
Message count 4
Message count 1
Message count 4
Message count 1
testing messages of size 524288
Message count 0
Message count 2
testing messages of size 524288
Message count 0
Message count 2
Message count 1
Message count 3
Message count 1
Message count 3
Message count 2
Message count 4
Message count 2
Message count 4
Message count 3
testing messages of size 131072
Message count 0
Message count 3
testing messages of size 131072
Message count 0
Message count 4
Message count 1
Message count 4
Message count 1
testing messages of size 1048576
Message count 0
Message count 2
testing messages of size 1048576
Message count 0
Message count 2
Message count 1
Message count 3
Message count 1
Message count 3
Message count 2
Message count 4
Message count 2
Message count 4
Message count 3
testing messages of size 262144
Message count 0
Message count 3
testing messages of size 262144
Message count 0
Message count 4
Message count 1
Message count 4
Message count 1
Message count 2
Message count 2
Message count 3
testing messages of size 2097152
Message count 0
Message count 3
testing messages of size 2097152
Message count 0
Message count 4
Message count 4
testing messages of size 524288
Message count 0
testing messages of size 524288
Message count 0
Message count 1
Message count 1
Message count 2
Message count 2
Message count 3
Message count 3
Message count 4
Message count 4
testing messages of size 1048576
Message count 0
testing messages of size 1048576
Message count 0
Message count 1
Message count 1
Message count 2
Message count 2
Message count 3
Message count 3
Message count 4
Message count 4
testing messages of size 2097152
Message count 0
testing messages of size 2097152
Message count 0
Message count 1
Message count 1
Message count 1
Message count 2
Message count 1
Message count 2
Message count 2
Message count 2
Message count 3
Message count 3
Message count 3
Message count 3
Message count 4
Message count 4
Message count 4
Message count 4
testing messages of size 4194304
Message count 0
testing messages of size 4194304
Message count 0
testing messages of size 4194304
Message count 0
testing messages of size 4194304
Message count 0
Message count 1
Message count 1
Message count 1
Message count 1
Message count 2
Message count 2
Message count 2
Message count 2
Message count 3
Message count 3
Message count 3
Message count 3
Message count 4
Message count 4
Message count 4
Message count 4
No errors

Passed MPI_Request many irecv - sendall

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test issues many non-blocking receives followed by many blocking MPI_Send() calls, then issues an MPI_Wait() on all pending receives using multiple processes and increasing array sizes. This test may fail due to bugs in the handling of request completions or in queue operations.

length = 1 ints
length = 2 ints
length = 4 ints
length = 8 ints
length = 16 ints
length = 32 ints
length = 64 ints
length = 128 ints
length = 256 ints
length = 512 ints
length = 1024 ints
length = 2048 ints
length = 4096 ints
length = 8192 ints
length = 16384 ints
No errors

Passed MPI_Request_get_status - rqstatus

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test MPI_Request_get_status(). Sends a message with MPI_Ssend() and creates receives request with MPI_Irecv(). Verifies Request_get_status does not return correct values prior to MPI_Wait() and returns correct values afterwards. The test also checks that MPI_REQUEST_NULL and MPI_STATUS_IGNORE work as arguments as required beginning with MPI-2.2.

No errors

Passed MPI_Send intercomm - icsend

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Simple test of intercommunicator send and receive using a selection of intercommunicators.

No errors

Passed MPI_Status large count - big_count_status

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test manipulates an MPI status object using MPI_Status_set_elements_x() with various large count values and verifying MPI_Get_elements_x() and MPI_Test_cancelled() produce the correct values.

No errors

Passed MPI_Test pt2pt - inactivereq

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test program checks that the point-to-point completion routines can be applied to an inactive persistent request, as required by the MPI-1 standard. See section 3.7.3. It is allowed to call MPI TEST with a null or inactive request argument. In such a case the operation returns with flag = true and empty status. Tests both persistent send and persistent receive requests.

No errors

Passed MPI_Waitany basic - waitany-null

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This is a simple test of MPI_Waitany().

No errors

Passed MPI_Waitany comprehensive - waittestnull

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This program checks that the various MPI_Test and MPI_Wait routines allow both null requests and in the multiple completion cases, empty lists of requests.

No errors

Passed MPI_Wtime() test - timeout

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This program tests the ability of mpiexec to timeout a process after no more than 3 minutes. By default, it will run for 30 secs.

No errors

Passed MPI_{Is,Query}_thread() test - initstat

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test examines the MPI_Is_thread() and MPI_Query_thread() call after being initilized using MPI_Init_thread().

No errors

Failed MPI_{Send,Receive} basic - sendrecv1

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 4

Test Description:

This is a simple test using MPI_Send() and MPI_Recv(), MPI_Sendrecv(), and MPI_Sendrecv_replace() to send messages between two processes using a selection of communicators and datatypes and increasing array sizes.

Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
Error class 0 ()
MPT ERROR: Rank 0(g:0) received signal SIGSEGV(11).
	Process ID: 314013, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/pt2pt/sendrecv1
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT ERROR: Rank 3(g:3) received signal SIGSEGV(11).
	Process ID: 12286, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/pt2pt/sendrecv1
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/314013/exe, process 314013
MPT: (no debugging symbols found)...done.
MPT: [New LWP 314016]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7ffffffbb000 "MPT ERROR: Rank 0(g:0) received signal SIGSEGV(11).\n\tProcess ID: 314013, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/pt2pt/sendrecv1\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45\n") at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=11, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaad220080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=11, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  0x00002aaaabf56876 in __memcpy_ssse3_back () from /lib64/libc.so.6
MPT: #7  0x00002aaaab5f1554 in mpt_memcpy (len=16, s=<optimized out>, d=0x4442d10)
MPT:     at ../../../../include/mpiimpl.h:515
MPT: #8  pack_memcpy (len=16, _src=<optimized out>, _dst=0x4442d10)
MPT:     at ../../../../include/mpiimpl.h:539
MPT: #9  MPI_SGI_pack_some (pack=pack@entry=0x7ffffffbc4f0) at pack.c:215
MPT: #10 0x00002aaaab5f1ce1 in MPI_SGI_pack_all (
MPT:     inbuf=0x7ffffffbc860 "\377\376\375\374\373\372\371\370\367\366\365\364\363\362\361\360\357\356\355\354\353\352\351\350\347\346\345\344\343\342\341\340\337\336\335\334\333\332\331\330\327\326\325\324\323\322\321\320\317\316\315\314\313\312\311\310\307\306\305\304\303\302\301\300\277\276\275\274\273\272\271\270\267\266\265\264\263\262\261\260\257\256\255\254\253\252\251\250\247\246\245\244\243\242\241\240\237\236\235\234\233\232\231\230\227\226\225\224\223\222\221\220\217\216\215\214\213\212\211\210\207\206\205\204\203\202\201\200\177~}|{zyxwvutsrqponmlkjihgfedcba`_^]\\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:98"..., count=1, 
MPT:     type=76, 
MPT:     outbuf=outbuf@entry=0x440da30 "\377\376\375\374\373\372\371\370\367\366\365\364\363\362\361\360\353\352\351\350\347\346\345\344\343\342\341\340\337\336\335\334\327\326\325\324\323\322\321\320\317\316\315\314\313\312\311\310\303\302\301\300\277\276\275\274\273\272\271\270\267\266\265\264\257\256\255\254\253\252\251\250\247\246\245\244\243\242\241\240\233\232\231\230\227\226\225\224\223\222\221\220\217\216\215\214\207\206\205\204\203\202\201\200\177~}|{zyxsrqponmlkjihgfed_^]\\[ZYXWVUTSRQPKJIHGFEDCBA@?>=<76543210/.-,+*)(#\"! \037\036\035\034\033\032\031\030\027\026\025\024\017\016\r\f\v\n\t\b"...) at pack.c:349
MPT: Attaching to program: /proc/12286/exe, process 12286
MPT: (no debugging symbols found)...done.
MPT: [New LWP 12290]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7ffffffbaf80 "MPT ERROR: Rank 3(g:3) received signal SIGSEGV(11).\n\tProcess ID: 12286, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/pt2pt/sendrecv1\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45\n") at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=11, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaad220080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=11, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  0x00002aaaabf57096 in __memcpy_ssse3_back () from /lib64/libc.so.6
MPT: #7  0x00002aaaab5f1554 in mpt_memcpy (len=16, s=<optimized out>, d=0x4442e40)
MPT:     at ../../../../include/mpiimpl.h:515
MPT: #8  pack_memcpy (len=16, _src=<optimized out>, _dst=0x4442e40)
MPT:     at ../../../../include/mpiimpl.h:539
MPT: #9  MPI_SGI_pack_some (pack=pack@entry=0x7ffffffbc470) at pack.c:215
MPT: #10 0x00002aaaab5f1ce1 in MPI_SGI_pack_all (
MPT:     inbuf=0x7ffffffbc7e0 "\377\376\375\374\373\372\371\370\367\366\365\364\363\362\361\360\357\356\355\354\353\352\351\350\347\346\345\344\343\342\341\340\337\336\335\334\333\332\331\330\327\326\325\324\323\322\321\320\317\316\315\314\313\312\311\310\307\306\305\304\303\302\301\300\277\276\275\274\273\272\271\270\267\266\265\264\263\262\261\260\257\256\255\254\253\252\251\250\247\246\245\244\243\242\241\240\237\236\235\234\233\232\231\230\227\226\225\224\223\222\221\220\217\216\215\214\213\212\211\210\207\206\205\204\203\202\201\200\177~}|{zyxwvutsrqponmlkjihgfedcba`_^]\\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:98"..., count=1, 
MPT:     type=76, 
MPT:     outbuf=outbuf@entry=0x440daf0 "\377\376\375\374\373\372\371\370\367\366\365\364\363\362\361\360\353\352\351\350\347\346\345\344\343\342\341\340\337\336\335\334\327\326\325\324\323\322\321\320\317\316\315\314\313\312\311\310\303\302\301\300\277\276\275\274\273\272\271\270\267\266\265\264\257\256\255\254\253\252\251\250\247\246\245\244\243\242\241\240\233\232\231\230\227\226\225\224\223\222\221\220\217\216\215\214\207\206\205\204\203\202\201\200\177~}|{zyxsrqponmlkjihgfed_^]\\[ZYXWVUTSRQPKJIHGFEDCBA@?>=<76543210/.-,+*)(#\"! \037\036\035\034\033\032\031\030\027\026\025\024\017\016\r\f\v\n\t\b"...) at pack.c:349
MPT: #11 0x00002aaaab5ff614 in MPI_SGI_psm2_send_fast (request=0x32c0680)
MPT:     at psm2dev.c:1622
MPT: #12 0x00002aaaab5581d7 in MPI_SGI_packet_send_long (request=0x32c0680)
MPT:     at packet_send.c:115
MPT: #13 0x00002aaaab56115b in MPI_SGI_interior_send (modes=modes@entry=280, 
MPT:     buf=buf@entry=0x7ffffffbc860, count=count@entry=1, type=76, 
MPT:     des=<optimized out>, tag=<optimized out>, comm=comm@entry=1, gdes=3, 
MPT:     object=4, context=0, dom=dom@entry=0x2aaaab8d8dc0 <dom_default>)
MPT:     at req.c:727
MPT: #14 0x00002aaaab561839 in MPI_SGI_request_send (modes=280, 
MPT:     ubuf=ubuf@entry=0x7ffffffbc860, count=count@entry=1, type=type@entry=76, 
MPT:     des=des@entry=3, tag=<optimized out>, comm=1) at req.c:781
MPT: #15 0x00002aaaab61da4d in MPI_SGI_sendrecv_replace (buf=buf@entry=0x437da10, 
MPT:     count=count@entry=1, type=76, des=des@entry=3, sendtag=sendtag@entry=100, 
MPT:     src=3, recvtag=recvtag@entry=101, comm=comm@entry=1, 
MPT:     status=status@entry=0x613b30 <mpi_sgi_status_ignore>)
MPT:     at sendrecv_replace.c:51
MPT: #16 0x00002aaaab61dba0 in PMPI_Sendrecv_replace (buf=0x437da10, count=1, 
MPT:     type=<optimized out>, des=3, sendtag=100, src=<optimized out>, 
MPT:     recvtag=101, comm=1, status=0x613b30 <mpi_sgi_status_ignore>)
MPT:     at sendrecv_replace.c:112
MPT: #17 0x0000000000402993 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 314013] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/314013/exe, process 314013
MPT: [Inferior 1 (process 314013) detached]
MPT: #11 0x00002aaaab5ff614 in MPI_SGI_psm2_send_fast (request=0x32c0500)
MPT:     at psm2dev.c:1622
MPT: #12 0x00002aaaab5581d7 in MPI_SGI_packet_send_long (request=0x32c0500)
MPT:     at packet_send.c:115
MPT: #13 0x00002aaaab56115b in MPI_SGI_interior_send (modes=modes@entry=280, 
MPT:     buf=buf@entry=0x7ffffffbc7e0, count=count@entry=1, type=76, 
MPT:     des=<optimized out>, tag=<optimized out>, comm=comm@entry=1, gdes=0, 
MPT:     object=4, context=0, dom=dom@entry=0x2aaaab8d8dc0 <dom_default>)
MPT:     at req.c:727
MPT: #14 0x00002aaaab561839 in MPI_SGI_request_send (modes=280, 
MPT:     ubuf=ubuf@entry=0x7ffffffbc7e0, count=count@entry=1, type=type@entry=76, 
MPT:     des=des@entry=0, tag=<optimized out>, comm=1) at req.c:781
MPT: #15 0x00002aaaab61da4d in MPI_SGI_sendrecv_replace (buf=buf@entry=0x437dad0, 
MPT:     count=count@entry=1, type=76, des=des@entry=0, sendtag=sendtag@entry=101, 
MPT:     src=0, recvtag=recvtag@entry=100, comm=comm@entry=1, 
MPT:     status=status@entry=0x613b30 <mpi_sgi_status_ignore>)
MPT:     at sendrecv_replace.c:51
MPT: #16 0x00002aaaab61dba0 in PMPI_Sendrecv_replace (buf=0x437dad0, count=1, 
MPT:     type=<optimized out>, des=0, sendtag=101, src=<optimized out>, 
MPT:     recvtag=100, comm=1, status=0x613b30 <mpi_sgi_status_ignore>)
MPT:     at sendrecv_replace.c:112
MPT: #17 0x00000000004028ff in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 12286] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/12286/exe, process 12286
MPT: [Inferior 1 (process 12286) detached]
MPT: -----stack traceback ends-----
MPT: On host r2i6n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/pt2pt/sendrecv1, Rank 0, Process 314013: Dumping core on signal SIGSEGV(11) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/pt2pt
MPT: -----stack traceback ends-----
MPT: On host r3i1n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/pt2pt/sendrecv1, Rank 3, Process 12286: Dumping core on signal SIGSEGV(11) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/pt2pt
MPT ERROR: MPI_COMM_WORLD rank 3 has terminated without calling MPI_Finalize()
	aborting job
MPT: Received signal 11

Passed MPI_{Send,Receive} large backoff - sendrecv3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Head to head MPI_Send() and MPI_Recv() to test backoff in device when large messages are being transferred. Includes a test that has one process sleep prior to calling send and recv.

100 Isends for size = 100 took 0.000024 seconds
100 Isends for size = 100 took 0.000041 seconds
10 Isends for size = 1000 took 0.000007 seconds
10 Isends for size = 1000 took 0.000007 seconds
10 Isends for size = 10000 took 0.000042 seconds
10 Isends for size = 10000 took 0.000048 seconds
4 Isends for size = 100000 took 0.000001 seconds
4 Isends for size = 100000 took 0.000003 seconds
No errors

Passed MPI_{Send,Receive} vector - sendrecv2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This is a simple test of MPI_Send() and MPI_Recv() using MPI_Type_vector() to create datatypes with an increasing number of blocks.

No errors

Passed Many send/cancel order - rcancel

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test of various receive cancel calls. Creates multiple receive requests then cancels three requests in a more interesting order to ensure the queue operation works properly. The other request receives the message.

Completed wait on irecv[2]
Completed wait on irecv[3]
Completed wait on irecv[0]
No errors

Passed Message patterns - patterns

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test sends/receives a number of messages in different patterns to make sure that all messages are received in the order they are sent. Two processes are used in the test.

No errors.

Failed Persistent send/cancel - pscancel

Build: Passed

Execution: Failed

Exit Status: Application_timed_out

MPI Processes: 2

Test Description:

Test cancelling persistent send calls. Tests various persistent send calls including MPI_Send_init(), MPI_Bsend_init(), MPI_Rsend_init(), and MPI_Ssend_init() followed by calls to MPI_Cancel().

Failed to cancel a persistent send request
Failed to cancel a persistent bsend request
MPT: Received signal 15

Passed Ping flood - pingping

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test sends a large number of messages in a loop in the source process, and receives a large number of messages in a loop in the destination process using a selection of communicators, datatypes, and array sizes.

Sending count = 1 of sendtype MPI_INT of total size 4 bytes
Sending count = 1 of sendtype MPI_DOUBLE of total size 8 bytes
Sending count = 1 of sendtype MPI_FLOAT_INT of total size 8 bytes
Sending count = 1 of sendtype dup of MPI_INT of total size 4 bytes
Sending count = 1 of sendtype int-vector of total size 4 bytes
Sending count = 1 of sendtype int-indexed(4-int) of total size 16 bytes
Sending count = 1 of sendtype int-indexed(2 blocks) of total size 4 bytes
Sending count = 1 of sendtype MPI_INT of total size 4 bytes
Sending count = 1 of sendtype MPI_SHORT of total size 2 bytes
Sending count = 1 of sendtype MPI_LONG of total size 8 bytes
Sending count = 1 of sendtype MPI_CHAR of total size 1 bytes
Sending count = 1 of sendtype MPI_UINT64_T of total size 8 bytes
Sending count = 1 of sendtype MPI_FLOAT of total size 4 bytes
Sending count = 1 of sendtype MPI_INT of total size 4 bytes
Sending count = 2 of sendtype MPI_INT of total size 8 bytes
Sending count = 2 of sendtype MPI_DOUBLE of total size 16 bytes
Sending count = 2 of sendtype MPI_FLOAT_INT of total size 16 bytes
Sending count = 2 of sendtype dup of MPI_INT of total size 8 bytes
Sending count = 2 of sendtype int-vector of total size 16 bytes
Sending count = 2 of sendtype int-indexed(4-int) of total size 64 bytes
Sending count = 2 of sendtype int-indexed(2 blocks) of total size 16 bytes
Sending count = 2 of sendtype MPI_INT of total size 8 bytes
Sending count = 2 of sendtype MPI_SHORT of total size 4 bytes
Sending count = 2 of sendtype MPI_LONG of total size 16 bytes
Sending count = 2 of sendtype MPI_CHAR of total size 2 bytes
Sending count = 2 of sendtype MPI_UINT64_T of total size 16 bytes
Sending count = 2 of sendtype MPI_FLOAT of total size 8 bytes
Sending count = 2 of sendtype MPI_INT of total size 8 bytes
Sending count = 4 of sendtype MPI_INT of total size 16 bytes
Sending count = 4 of sendtype MPI_DOUBLE of total size 32 bytes
Sending count = 4 of sendtype MPI_FLOAT_INT of total size 32 bytes
Sending count = 4 of sendtype dup of MPI_INT of total size 16 bytes
Sending count = 4 of sendtype int-vector of total size 64 bytes
Sending count = 4 of sendtype int-indexed(4-int) of total size 256 bytes
Sending count = 4 of sendtype int-indexed(2 blocks) of total size 64 bytes
Sending count = 4 of sendtype MPI_INT of total size 16 bytes
Sending count = 4 of sendtype MPI_SHORT of total size 8 bytes
Sending count = 4 of sendtype MPI_LONG of total size 32 bytes
Sending count = 4 of sendtype MPI_CHAR of total size 4 bytes
Sending count = 4 of sendtype MPI_UINT64_T of total size 32 bytes
Sending count = 4 of sendtype MPI_FLOAT of total size 16 bytes
Sending count = 4 of sendtype MPI_INT of total size 16 bytes
Sending count = 8 of sendtype MPI_INT of total size 32 bytes
Sending count = 8 of sendtype MPI_DOUBLE of total size 64 bytes
Sending count = 8 of sendtype MPI_FLOAT_INT of total size 64 bytes
Sending count = 8 of sendtype dup of MPI_INT of total size 32 bytes
Sending count = 8 of sendtype int-vector of total size 256 bytes
Sending count = 8 of sendtype int-indexed(4-int) of total size 1024 bytes
Sending count = 8 of sendtype int-indexed(2 blocks) of total size 256 bytes
Sending count = 8 of sendtype MPI_INT of total size 32 bytes
Sending count = 8 of sendtype MPI_SHORT of total size 16 bytes
Sending count = 8 of sendtype MPI_LONG of total size 64 bytes
Sending count = 8 of sendtype MPI_CHAR of total size 8 bytes
Sending count = 8 of sendtype MPI_UINT64_T of total size 64 bytes
Sending count = 8 of sendtype MPI_FLOAT of total size 32 bytes
Sending count = 8 of sendtype MPI_INT of total size 32 bytes
Sending count = 16 of sendtype MPI_INT of total size 64 bytes
Sending count = 16 of sendtype MPI_DOUBLE of total size 128 bytes
Sending count = 16 of sendtype MPI_FLOAT_INT of total size 128 bytes
Sending count = 16 of sendtype dup of MPI_INT of total size 64 bytes
Sending count = 16 of sendtype int-vector of total size 1024 bytes
Sending count = 16 of sendtype int-indexed(4-int) of total size 4096 bytes
Sending count = 16 of sendtype int-indexed(2 blocks) of total size 1024 bytes
Sending count = 16 of sendtype MPI_INT of total size 64 bytes
Sending count = 16 of sendtype MPI_SHORT of total size 32 bytes
Sending count = 16 of sendtype MPI_LONG of total size 128 bytes
Sending count = 16 of sendtype MPI_CHAR of total size 16 bytes
Sending count = 16 of sendtype MPI_UINT64_T of total size 128 bytes
Sending count = 16 of sendtype MPI_FLOAT of total size 64 bytes
Sending count = 16 of sendtype MPI_INT of total size 64 bytes
Sending count = 32 of sendtype MPI_INT of total size 128 bytes
Sending count = 32 of sendtype MPI_DOUBLE of total size 256 bytes
Sending count = 32 of sendtype MPI_FLOAT_INT of total size 256 bytes
Sending count = 32 of sendtype dup of MPI_INT of total size 128 bytes
Sending count = 32 of sendtype int-vector of total size 4096 bytes
Sending count = 32 of sendtype int-indexed(4-int) of total size 16384 bytes
Sending count = 32 of sendtype int-indexed(2 blocks) of total size 4096 bytes
Sending count = 32 of sendtype MPI_INT of total size 128 bytes
Sending count = 32 of sendtype MPI_SHORT of total size 64 bytes
Sending count = 32 of sendtype MPI_LONG of total size 256 bytes
Sending count = 32 of sendtype MPI_CHAR of total size 32 bytes
Sending count = 32 of sendtype MPI_UINT64_T of total size 256 bytes
Sending count = 32 of sendtype MPI_FLOAT of total size 128 bytes
Sending count = 32 of sendtype MPI_INT of total size 128 bytes
Sending count = 64 of sendtype MPI_INT of total size 256 bytes
Sending count = 64 of sendtype MPI_DOUBLE of total size 512 bytes
Sending count = 64 of sendtype MPI_FLOAT_INT of total size 512 bytes
Sending count = 64 of sendtype dup of MPI_INT of total size 256 bytes
Sending count = 64 of sendtype int-vector of total size 16384 bytes
Sending count = 64 of sendtype int-indexed(4-int) of total size 65536 bytes
Sending count = 64 of sendtype int-indexed(2 blocks) of total size 16384 bytes
Sending count = 64 of sendtype MPI_INT of total size 256 bytes
Sending count = 64 of sendtype MPI_SHORT of total size 128 bytes
Sending count = 64 of sendtype MPI_LONG of total size 512 bytes
Sending count = 64 of sendtype MPI_CHAR of total size 64 bytes
Sending count = 64 of sendtype MPI_UINT64_T of total size 512 bytes
Sending count = 64 of sendtype MPI_FLOAT of total size 256 bytes
Sending count = 64 of sendtype MPI_INT of total size 256 bytes
Sending count = 128 of sendtype MPI_INT of total size 512 bytes
Sending count = 128 of sendtype MPI_DOUBLE of total size 1024 bytes
Sending count = 128 of sendtype MPI_FLOAT_INT of total size 1024 bytes
Sending count = 128 of sendtype dup of MPI_INT of total size 512 bytes
Sending count = 128 of sendtype int-vector of total size 65536 bytes
Sending count = 128 of sendtype int-indexed(4-int) of total size 262144 bytes
Sending count = 128 of sendtype int-indexed(2 blocks) of total size 65536 bytes
Sending count = 128 of sendtype MPI_INT of total size 512 bytes
Sending count = 128 of sendtype MPI_SHORT of total size 256 bytes
Sending count = 128 of sendtype MPI_LONG of total size 1024 bytes
Sending count = 128 of sendtype MPI_CHAR of total size 128 bytes
Sending count = 128 of sendtype MPI_UINT64_T of total size 1024 bytes
Sending count = 128 of sendtype MPI_FLOAT of total size 512 bytes
Sending count = 128 of sendtype MPI_INT of total size 512 bytes
Sending count = 256 of sendtype MPI_INT of total size 1024 bytes
Sending count = 256 of sendtype MPI_DOUBLE of total size 2048 bytes
Sending count = 256 of sendtype MPI_FLOAT_INT of total size 2048 bytes
Sending count = 256 of sendtype dup of MPI_INT of total size 1024 bytes
Sending count = 256 of sendtype int-vector of total size 262144 bytes
Sending count = 256 of sendtype int-indexed(4-int) of total size 1048576 bytes
Sending count = 256 of sendtype int-indexed(2 blocks) of total size 262144 bytes
Sending count = 256 of sendtype MPI_INT of total size 1024 bytes
Sending count = 256 of sendtype MPI_SHORT of total size 512 bytes
Sending count = 256 of sendtype MPI_LONG of total size 2048 bytes
Sending count = 256 of sendtype MPI_CHAR of total size 256 bytes
Sending count = 256 of sendtype MPI_UINT64_T of total size 2048 bytes
Sending count = 256 of sendtype MPI_FLOAT of total size 1024 bytes
Sending count = 256 of sendtype MPI_INT of total size 1024 bytes
Sending count = 512 of sendtype MPI_INT of total size 2048 bytes
Sending count = 512 of sendtype MPI_DOUBLE of total size 4096 bytes
Sending count = 512 of sendtype MPI_FLOAT_INT of total size 4096 bytes
Sending count = 512 of sendtype dup of MPI_INT of total size 2048 bytes
Sending count = 512 of sendtype int-vector of total size 1048576 bytes
Sending count = 512 of sendtype int-indexed(4-int) of total size 4194304 bytes
Sending count = 512 of sendtype int-indexed(2 blocks) of total size 1048576 bytes
Sending count = 512 of sendtype MPI_INT of total size 2048 bytes
Sending count = 512 of sendtype MPI_SHORT of total size 1024 bytes
Sending count = 512 of sendtype MPI_LONG of total size 4096 bytes
Sending count = 512 of sendtype MPI_CHAR of total size 512 bytes
Sending count = 512 of sendtype MPI_UINT64_T of total size 4096 bytes
Sending count = 512 of sendtype MPI_FLOAT of total size 2048 bytes
Sending count = 512 of sendtype MPI_INT of total size 2048 bytes
Sending count = 1024 of sendtype MPI_INT of total size 4096 bytes
Sending count = 1024 of sendtype MPI_DOUBLE of total size 8192 bytes
Sending count = 1024 of sendtype MPI_FLOAT_INT of total size 8192 bytes
Sending count = 1024 of sendtype dup of MPI_INT of total size 4096 bytes
Sending count = 1024 of sendtype int-vector of total size 4194304 bytes
Sending count = 1024 of sendtype int-indexed(4-int) of total size 16777216 bytes
Sending count = 1024 of sendtype int-indexed(2 blocks) of total size 4194304 bytes
Sending count = 1024 of sendtype MPI_INT of total size 4096 bytes
Sending count = 1024 of sendtype MPI_SHORT of total size 2048 bytes
Sending count = 1024 of sendtype MPI_LONG of total size 8192 bytes
Sending count = 1024 of sendtype MPI_CHAR of total size 1024 bytes
Sending count = 1024 of sendtype MPI_UINT64_T of total size 8192 bytes
Sending count = 1024 of sendtype MPI_FLOAT of total size 4096 bytes
Sending count = 1024 of sendtype MPI_INT of total size 4096 bytes
Sending count = 2048 of sendtype MPI_INT of total size 8192 bytes
Sending count = 2048 of sendtype MPI_DOUBLE of total size 16384 bytes
Sending count = 2048 of sendtype MPI_FLOAT_INT of total size 16384 bytes
Sending count = 2048 of sendtype dup of MPI_INT of total size 8192 bytes
Sending count = 2048 of sendtype int-vector of total size 16777216 bytes
Sending count = 2048 of sendtype int-indexed(4-int) of total size 67108864 bytes
Sending count = 2048 of sendtype int-indexed(2 blocks) of total size 16777216 bytes
Sending count = 2048 of sendtype MPI_INT of total size 8192 bytes
Sending count = 2048 of sendtype MPI_SHORT of total size 4096 bytes
Sending count = 2048 of sendtype MPI_LONG of total size 16384 bytes
Sending count = 2048 of sendtype MPI_CHAR of total size 2048 bytes
Sending count = 2048 of sendtype MPI_UINT64_T of total size 16384 bytes
Sending count = 2048 of sendtype MPI_FLOAT of total size 8192 bytes
Sending count = 2048 of sendtype MPI_INT of total size 8192 bytes
Sending count = 1 of sendtype MPI_INT of total size 4 bytes
Sending count = 1 of sendtype MPI_DOUBLE of total size 8 bytes
Sending count = 1 of sendtype MPI_FLOAT_INT of total size 8 bytes
Sending count = 1 of sendtype dup of MPI_INT of total size 4 bytes
Sending count = 1 of sendtype int-vector of total size 4 bytes
Sending count = 1 of sendtype int-indexed(4-int) of total size 16 bytes
Sending count = 1 of sendtype int-indexed(2 blocks) of total size 4 bytes
Sending count = 1 of sendtype MPI_INT of total size 4 bytes
Sending count = 1 of sendtype MPI_SHORT of total size 2 bytes
Sending count = 1 of sendtype MPI_LONG of total size 8 bytes
Sending count = 1 of sendtype MPI_CHAR of total size 1 bytes
Sending count = 1 of sendtype MPI_UINT64_T of total size 8 bytes
Sending count = 1 of sendtype MPI_FLOAT of total size 4 bytes
Sending count = 1 of sendtype MPI_INT of total size 4 bytes
Sending count = 2 of sendtype MPI_INT of total size 8 bytes
Sending count = 2 of sendtype MPI_DOUBLE of total size 16 bytes
Sending count = 2 of sendtype MPI_FLOAT_INT of total size 16 bytes
Sending count = 2 of sendtype dup of MPI_INT of total size 8 bytes
Sending count = 2 of sendtype int-vector of total size 16 bytes
Sending count = 2 of sendtype int-indexed(4-int) of total size 64 bytes
Sending count = 2 of sendtype int-indexed(2 blocks) of total size 16 bytes
Sending count = 2 of sendtype MPI_INT of total size 8 bytes
Sending count = 2 of sendtype MPI_SHORT of total size 4 bytes
Sending count = 2 of sendtype MPI_LONG of total size 16 bytes
Sending count = 2 of sendtype MPI_CHAR of total size 2 bytes
Sending count = 2 of sendtype MPI_UINT64_T of total size 16 bytes
Sending count = 2 of sendtype MPI_FLOAT of total size 8 bytes
Sending count = 2 of sendtype MPI_INT of total size 8 bytes
Sending count = 4 of sendtype MPI_INT of total size 16 bytes
Sending count = 4 of sendtype MPI_DOUBLE of total size 32 bytes
Sending count = 4 of sendtype MPI_FLOAT_INT of total size 32 bytes
Sending count = 4 of sendtype dup of MPI_INT of total size 16 bytes
Sending count = 4 of sendtype int-vector of total size 64 bytes
Sending count = 4 of sendtype int-indexed(4-int) of total size 256 bytes
Sending count = 4 of sendtype int-indexed(2 blocks) of total size 64 bytes
Sending count = 4 of sendtype MPI_INT of total size 16 bytes
Sending count = 4 of sendtype MPI_SHORT of total size 8 bytes
Sending count = 4 of sendtype MPI_LONG of total size 32 bytes
Sending count = 4 of sendtype MPI_CHAR of total size 4 bytes
Sending count = 4 of sendtype MPI_UINT64_T of total size 32 bytes
Sending count = 4 of sendtype MPI_FLOAT of total size 16 bytes
Sending count = 4 of sendtype MPI_INT of total size 16 bytes
Sending count = 8 of sendtype MPI_INT of total size 32 bytes
Sending count = 8 of sendtype MPI_DOUBLE of total size 64 bytes
Sending count = 8 of sendtype MPI_FLOAT_INT of total size 64 bytes
Sending count = 8 of sendtype dup of MPI_INT of total size 32 bytes
Sending count = 8 of sendtype int-vector of total size 256 bytes
Sending count = 8 of sendtype int-indexed(4-int) of total size 1024 bytes
Sending count = 8 of sendtype int-indexed(2 blocks) of total size 256 bytes
Sending count = 8 of sendtype MPI_INT of total size 32 bytes
Sending count = 8 of sendtype MPI_SHORT of total size 16 bytes
Sending count = 8 of sendtype MPI_LONG of total size 64 bytes
Sending count = 8 of sendtype MPI_CHAR of total size 8 bytes
Sending count = 8 of sendtype MPI_UINT64_T of total size 64 bytes
Sending count = 8 of sendtype MPI_FLOAT of total size 32 bytes
Sending count = 8 of sendtype MPI_INT of total size 32 bytes
Sending count = 16 of sendtype MPI_INT of total size 64 bytes
Sending count = 16 of sendtype MPI_DOUBLE of total size 128 bytes
Sending count = 16 of sendtype MPI_FLOAT_INT of total size 128 bytes
Sending count = 16 of sendtype dup of MPI_INT of total size 64 bytes
Sending count = 16 of sendtype int-vector of total size 1024 bytes
Sending count = 16 of sendtype int-indexed(4-int) of total size 4096 bytes
Sending count = 16 of sendtype int-indexed(2 blocks) of total size 1024 bytes
Sending count = 16 of sendtype MPI_INT of total size 64 bytes
Sending count = 16 of sendtype MPI_SHORT of total size 32 bytes
Sending count = 16 of sendtype MPI_LONG of total size 128 bytes
Sending count = 16 of sendtype MPI_CHAR of total size 16 bytes
Sending count = 16 of sendtype MPI_UINT64_T of total size 128 bytes
Sending count = 16 of sendtype MPI_FLOAT of total size 64 bytes
Sending count = 16 of sendtype MPI_INT of total size 64 bytes
Sending count = 32 of sendtype MPI_INT of total size 128 bytes
Sending count = 32 of sendtype MPI_DOUBLE of total size 256 bytes
Sending count = 32 of sendtype MPI_FLOAT_INT of total size 256 bytes
Sending count = 32 of sendtype dup of MPI_INT of total size 128 bytes
Sending count = 32 of sendtype int-vector of total size 4096 bytes
Sending count = 32 of sendtype int-indexed(4-int) of total size 16384 bytes
Sending count = 32 of sendtype int-indexed(2 blocks) of total size 4096 bytes
Sending count = 32 of sendtype MPI_INT of total size 128 bytes
Sending count = 32 of sendtype MPI_SHORT of total size 64 bytes
Sending count = 32 of sendtype MPI_LONG of total size 256 bytes
Sending count = 32 of sendtype MPI_CHAR of total size 32 bytes
Sending count = 32 of sendtype MPI_UINT64_T of total size 256 bytes
Sending count = 32 of sendtype MPI_FLOAT of total size 128 bytes
Sending count = 32 of sendtype MPI_INT of total size 128 bytes
Sending count = 64 of sendtype MPI_INT of total size 256 bytes
Sending count = 64 of sendtype MPI_DOUBLE of total size 512 bytes
Sending count = 64 of sendtype MPI_FLOAT_INT of total size 512 bytes
Sending count = 64 of sendtype dup of MPI_INT of total size 256 bytes
Sending count = 64 of sendtype int-vector of total size 16384 bytes
Sending count = 64 of sendtype int-indexed(4-int) of total size 65536 bytes
Sending count = 64 of sendtype int-indexed(2 blocks) of total size 16384 bytes
Sending count = 64 of sendtype MPI_INT of total size 256 bytes
Sending count = 64 of sendtype MPI_SHORT of total size 128 bytes
Sending count = 64 of sendtype MPI_LONG of total size 512 bytes
Sending count = 64 of sendtype MPI_CHAR of total size 64 bytes
Sending count = 64 of sendtype MPI_UINT64_T of total size 512 bytes
Sending count = 64 of sendtype MPI_FLOAT of total size 256 bytes
Sending count = 64 of sendtype MPI_INT of total size 256 bytes
Sending count = 128 of sendtype MPI_INT of total size 512 bytes
Sending count = 128 of sendtype MPI_DOUBLE of total size 1024 bytes
Sending count = 128 of sendtype MPI_FLOAT_INT of total size 1024 bytes
Sending count = 128 of sendtype dup of MPI_INT of total size 512 bytes
Sending count = 128 of sendtype int-vector of total size 65536 bytes
Sending count = 128 of sendtype int-indexed(4-int) of total size 262144 bytes
Sending count = 128 of sendtype int-indexed(2 blocks) of total size 65536 bytes
Sending count = 128 of sendtype MPI_INT of total size 512 bytes
Sending count = 128 of sendtype MPI_SHORT of total size 256 bytes
Sending count = 128 of sendtype MPI_LONG of total size 1024 bytes
Sending count = 128 of sendtype MPI_CHAR of total size 128 bytes
Sending count = 128 of sendtype MPI_UINT64_T of total size 1024 bytes
Sending count = 128 of sendtype MPI_FLOAT of total size 512 bytes
Sending count = 128 of sendtype MPI_INT of total size 512 bytes
Sending count = 256 of sendtype MPI_INT of total size 1024 bytes
Sending count = 256 of sendtype MPI_DOUBLE of total size 2048 bytes
Sending count = 256 of sendtype MPI_FLOAT_INT of total size 2048 bytes
Sending count = 256 of sendtype dup of MPI_INT of total size 1024 bytes
Sending count = 256 of sendtype int-vector of total size 262144 bytes
Sending count = 256 of sendtype int-indexed(4-int) of total size 1048576 bytes
Sending count = 256 of sendtype int-indexed(2 blocks) of total size 262144 bytes
Sending count = 256 of sendtype MPI_INT of total size 1024 bytes
Sending count = 256 of sendtype MPI_SHORT of total size 512 bytes
Sending count = 256 of sendtype MPI_LONG of total size 2048 bytes
Sending count = 256 of sendtype MPI_CHAR of total size 256 bytes
Sending count = 256 of sendtype MPI_UINT64_T of total size 2048 bytes
Sending count = 256 of sendtype MPI_FLOAT of total size 1024 bytes
Sending count = 256 of sendtype MPI_INT of total size 1024 bytes
Sending count = 512 of sendtype MPI_INT of total size 2048 bytes
Sending count = 512 of sendtype MPI_DOUBLE of total size 4096 bytes
Sending count = 512 of sendtype MPI_FLOAT_INT of total size 4096 bytes
Sending count = 512 of sendtype dup of MPI_INT of total size 2048 bytes
Sending count = 512 of sendtype int-vector of total size 1048576 bytes
Sending count = 512 of sendtype int-indexed(4-int) of total size 4194304 bytes
Sending count = 512 of sendtype int-indexed(2 blocks) of total size 1048576 bytes
Sending count = 512 of sendtype MPI_INT of total size 2048 bytes
Sending count = 512 of sendtype MPI_SHORT of total size 1024 bytes
Sending count = 512 of sendtype MPI_LONG of total size 4096 bytes
Sending count = 512 of sendtype MPI_CHAR of total size 512 bytes
Sending count = 512 of sendtype MPI_UINT64_T of total size 4096 bytes
Sending count = 512 of sendtype MPI_FLOAT of total size 2048 bytes
Sending count = 512 of sendtype MPI_INT of total size 2048 bytes
Sending count = 1024 of sendtype MPI_INT of total size 4096 bytes
Sending count = 1024 of sendtype MPI_DOUBLE of total size 8192 bytes
Sending count = 1024 of sendtype MPI_FLOAT_INT of total size 8192 bytes
Sending count = 1024 of sendtype dup of MPI_INT of total size 4096 bytes
Sending count = 1024 of sendtype int-vector of total size 4194304 bytes
Sending count = 1024 of sendtype int-indexed(4-int) of total size 16777216 bytes
Sending count = 1024 of sendtype int-indexed(2 blocks) of total size 4194304 bytes
Sending count = 1024 of sendtype MPI_INT of total size 4096 bytes
Sending count = 1024 of sendtype MPI_SHORT of total size 2048 bytes
Sending count = 1024 of sendtype MPI_LONG of total size 8192 bytes
Sending count = 1024 of sendtype MPI_CHAR of total size 1024 bytes
Sending count = 1024 of sendtype MPI_UINT64_T of total size 8192 bytes
Sending count = 1024 of sendtype MPI_FLOAT of total size 4096 bytes
Sending count = 1024 of sendtype MPI_INT of total size 4096 bytes
Sending count = 2048 of sendtype MPI_INT of total size 8192 bytes
Sending count = 2048 of sendtype MPI_DOUBLE of total size 16384 bytes
Sending count = 2048 of sendtype MPI_FLOAT_INT of total size 16384 bytes
Sending count = 2048 of sendtype dup of MPI_INT of total size 8192 bytes
Sending count = 2048 of sendtype int-vector of total size 16777216 bytes
Sending count = 2048 of sendtype int-indexed(4-int) of total size 67108864 bytes
Sending count = 2048 of sendtype int-indexed(2 blocks) of total size 16777216 bytes
Sending count = 2048 of sendtype MPI_INT of total size 8192 bytes
Sending count = 2048 of sendtype MPI_SHORT of total size 4096 bytes
Sending count = 2048 of sendtype MPI_LONG of total size 16384 bytes
Sending count = 2048 of sendtype MPI_CHAR of total size 2048 bytes
Sending count = 2048 of sendtype MPI_UINT64_T of total size 16384 bytes
Sending count = 2048 of sendtype MPI_FLOAT of total size 8192 bytes
Sending count = 2048 of sendtype MPI_INT of total size 8192 bytes
Sending count = 1 of sendtype MPI_INT of total size 4 bytes
Sending count = 1 of sendtype MPI_DOUBLE of total size 8 bytes
Sending count = 1 of sendtype MPI_FLOAT_INT of total size 8 bytes
Sending count = 1 of sendtype dup of MPI_INT of total size 4 bytes
Sending count = 1 of sendtype int-vector of total size 4 bytes
Sending count = 1 of sendtype int-indexed(4-int) of total size 16 bytes
Sending count = 1 of sendtype int-indexed(2 blocks) of total size 4 bytes
Sending count = 1 of sendtype MPI_INT of total size 4 bytes
Sending count = 1 of sendtype MPI_SHORT of total size 2 bytes
Sending count = 1 of sendtype MPI_LONG of total size 8 bytes
Sending count = 1 of sendtype MPI_CHAR of total size 1 bytes
Sending count = 1 of sendtype MPI_UINT64_T of total size 8 bytes
Sending count = 1 of sendtype MPI_FLOAT of total size 4 bytes
Sending count = 1 of sendtype MPI_INT of total size 4 bytes
Sending count = 2 of sendtype MPI_INT of total size 8 bytes
Sending count = 2 of sendtype MPI_DOUBLE of total size 16 bytes
Sending count = 2 of sendtype MPI_FLOAT_INT of total size 16 bytes
Sending count = 2 of sendtype dup of MPI_INT of total size 8 bytes
Sending count = 2 of sendtype int-vector of total size 16 bytes
Sending count = 2 of sendtype int-indexed(4-int) of total size 64 bytes
Sending count = 2 of sendtype int-indexed(2 blocks) of total size 16 bytes
Sending count = 2 of sendtype MPI_INT of total size 8 bytes
Sending count = 2 of sendtype MPI_SHORT of total size 4 bytes
Sending count = 2 of sendtype MPI_LONG of total size 16 bytes
Sending count = 2 of sendtype MPI_CHAR of total size 2 bytes
Sending count = 2 of sendtype MPI_UINT64_T of total size 16 bytes
Sending count = 2 of sendtype MPI_FLOAT of total size 8 bytes
Sending count = 2 of sendtype MPI_INT of total size 8 bytes
Sending count = 4 of sendtype MPI_INT of total size 16 bytes
Sending count = 4 of sendtype MPI_DOUBLE of total size 32 bytes
Sending count = 4 of sendtype MPI_FLOAT_INT of total size 32 bytes
Sending count = 4 of sendtype dup of MPI_INT of total size 16 bytes
Sending count = 4 of sendtype int-vector of total size 64 bytes
Sending count = 4 of sendtype int-indexed(4-int) of total size 256 bytes
Sending count = 4 of sendtype int-indexed(2 blocks) of total size 64 bytes
Sending count = 4 of sendtype MPI_INT of total size 16 bytes
Sending count = 4 of sendtype MPI_SHORT of total size 8 bytes
Sending count = 4 of sendtype MPI_LONG of total size 32 bytes
Sending count = 4 of sendtype MPI_CHAR of total size 4 bytes
Sending count = 4 of sendtype MPI_UINT64_T of total size 32 bytes
Sending count = 4 of sendtype MPI_FLOAT of total size 16 bytes
Sending count = 4 of sendtype MPI_INT of total size 16 bytes
Sending count = 8 of sendtype MPI_INT of total size 32 bytes
Sending count = 8 of sendtype MPI_DOUBLE of total size 64 bytes
Sending count = 8 of sendtype MPI_FLOAT_INT of total size 64 bytes
Sending count = 8 of sendtype dup of MPI_INT of total size 32 bytes
Sending count = 8 of sendtype int-vector of total size 256 bytes
Sending count = 8 of sendtype int-indexed(4-int) of total size 1024 bytes
Sending count = 8 of sendtype int-indexed(2 blocks) of total size 256 bytes
Sending count = 8 of sendtype MPI_INT of total size 32 bytes
Sending count = 8 of sendtype MPI_SHORT of total size 16 bytes
Sending count = 8 of sendtype MPI_LONG of total size 64 bytes
Sending count = 8 of sendtype MPI_CHAR of total size 8 bytes
Sending count = 8 of sendtype MPI_UINT64_T of total size 64 bytes
Sending count = 8 of sendtype MPI_FLOAT of total size 32 bytes
Sending count = 8 of sendtype MPI_INT of total size 32 bytes
Sending count = 16 of sendtype MPI_INT of total size 64 bytes
Sending count = 16 of sendtype MPI_DOUBLE of total size 128 bytes
Sending count = 16 of sendtype MPI_FLOAT_INT of total size 128 bytes
Sending count = 16 of sendtype dup of MPI_INT of total size 64 bytes
Sending count = 16 of sendtype int-vector of total size 1024 bytes
Sending count = 16 of sendtype int-indexed(4-int) of total size 4096 bytes
Sending count = 16 of sendtype int-indexed(2 blocks) of total size 1024 bytes
Sending count = 16 of sendtype MPI_INT of total size 64 bytes
Sending count = 16 of sendtype MPI_SHORT of total size 32 bytes
Sending count = 16 of sendtype MPI_LONG of total size 128 bytes
Sending count = 16 of sendtype MPI_CHAR of total size 16 bytes
Sending count = 16 of sendtype MPI_UINT64_T of total size 128 bytes
Sending count = 16 of sendtype MPI_FLOAT of total size 64 bytes
Sending count = 16 of sendtype MPI_INT of total size 64 bytes
Sending count = 32 of sendtype MPI_INT of total size 128 bytes
Sending count = 32 of sendtype MPI_DOUBLE of total size 256 bytes
Sending count = 32 of sendtype MPI_FLOAT_INT of total size 256 bytes
Sending count = 32 of sendtype dup of MPI_INT of total size 128 bytes
Sending count = 32 of sendtype int-vector of total size 4096 bytes
Sending count = 32 of sendtype int-indexed(4-int) of total size 16384 bytes
Sending count = 32 of sendtype int-indexed(2 blocks) of total size 4096 bytes
Sending count = 32 of sendtype MPI_INT of total size 128 bytes
Sending count = 32 of sendtype MPI_SHORT of total size 64 bytes
Sending count = 32 of sendtype MPI_LONG of total size 256 bytes
Sending count = 32 of sendtype MPI_CHAR of total size 32 bytes
Sending count = 32 of sendtype MPI_UINT64_T of total size 256 bytes
Sending count = 32 of sendtype MPI_FLOAT of total size 128 bytes
Sending count = 32 of sendtype MPI_INT of total size 128 bytes
Sending count = 64 of sendtype MPI_INT of total size 256 bytes
Sending count = 64 of sendtype MPI_DOUBLE of total size 512 bytes
Sending count = 64 of sendtype MPI_FLOAT_INT of total size 512 bytes
Sending count = 64 of sendtype dup of MPI_INT of total size 256 bytes
Sending count = 64 of sendtype int-vector of total size 16384 bytes
Sending count = 64 of sendtype int-indexed(4-int) of total size 65536 bytes
Sending count = 64 of sendtype int-indexed(2 blocks) of total size 16384 bytes
Sending count = 64 of sendtype MPI_INT of total size 256 bytes
Sending count = 64 of sendtype MPI_SHORT of total size 128 bytes
Sending count = 64 of sendtype MPI_LONG of total size 512 bytes
Sending count = 64 of sendtype MPI_CHAR of total size 64 bytes
Sending count = 64 of sendtype MPI_UINT64_T of total size 512 bytes
Sending count = 64 of sendtype MPI_FLOAT of total size 256 bytes
Sending count = 64 of sendtype MPI_INT of total size 256 bytes
Sending count = 128 of sendtype MPI_INT of total size 512 bytes
Sending count = 128 of sendtype MPI_DOUBLE of total size 1024 bytes
Sending count = 128 of sendtype MPI_FLOAT_INT of total size 1024 bytes
Sending count = 128 of sendtype dup of MPI_INT of total size 512 bytes
Sending count = 128 of sendtype int-vector of total size 65536 bytes
Sending count = 128 of sendtype int-indexed(4-int) of total size 262144 bytes
Sending count = 128 of sendtype int-indexed(2 blocks) of total size 65536 bytes
Sending count = 128 of sendtype MPI_INT of total size 512 bytes
Sending count = 128 of sendtype MPI_SHORT of total size 256 bytes
Sending count = 128 of sendtype MPI_LONG of total size 1024 bytes
Sending count = 128 of sendtype MPI_CHAR of total size 128 bytes
Sending count = 128 of sendtype MPI_UINT64_T of total size 1024 bytes
Sending count = 128 of sendtype MPI_FLOAT of total size 512 bytes
Sending count = 128 of sendtype MPI_INT of total size 512 bytes
Sending count = 256 of sendtype MPI_INT of total size 1024 bytes
Sending count = 256 of sendtype MPI_DOUBLE of total size 2048 bytes
Sending count = 256 of sendtype MPI_FLOAT_INT of total size 2048 bytes
Sending count = 256 of sendtype dup of MPI_INT of total size 1024 bytes
Sending count = 256 of sendtype int-vector of total size 262144 bytes
Sending count = 256 of sendtype int-indexed(4-int) of total size 1048576 bytes
Sending count = 256 of sendtype int-indexed(2 blocks) of total size 262144 bytes
Sending count = 256 of sendtype MPI_INT of total size 1024 bytes
Sending count = 256 of sendtype MPI_SHORT of total size 512 bytes
Sending count = 256 of sendtype MPI_LONG of total size 2048 bytes
Sending count = 256 of sendtype MPI_CHAR of total size 256 bytes
Sending count = 256 of sendtype MPI_UINT64_T of total size 2048 bytes
Sending count = 256 of sendtype MPI_FLOAT of total size 1024 bytes
Sending count = 256 of sendtype MPI_INT of total size 1024 bytes
Sending count = 512 of sendtype MPI_INT of total size 2048 bytes
Sending count = 512 of sendtype MPI_DOUBLE of total size 4096 bytes
Sending count = 512 of sendtype MPI_FLOAT_INT of total size 4096 bytes
Sending count = 512 of sendtype dup of MPI_INT of total size 2048 bytes
Sending count = 512 of sendtype int-vector of total size 1048576 bytes
Sending count = 512 of sendtype int-indexed(4-int) of total size 4194304 bytes
Sending count = 512 of sendtype int-indexed(2 blocks) of total size 1048576 bytes
Sending count = 512 of sendtype MPI_INT of total size 2048 bytes
Sending count = 512 of sendtype MPI_SHORT of total size 1024 bytes
Sending count = 512 of sendtype MPI_LONG of total size 4096 bytes
Sending count = 512 of sendtype MPI_CHAR of total size 512 bytes
Sending count = 512 of sendtype MPI_UINT64_T of total size 4096 bytes
Sending count = 512 of sendtype MPI_FLOAT of total size 2048 bytes
Sending count = 512 of sendtype MPI_INT of total size 2048 bytes
Sending count = 1024 of sendtype MPI_INT of total size 4096 bytes
Sending count = 1024 of sendtype MPI_DOUBLE of total size 8192 bytes
Sending count = 1024 of sendtype MPI_FLOAT_INT of total size 8192 bytes
Sending count = 1024 of sendtype dup of MPI_INT of total size 4096 bytes
Sending count = 1024 of sendtype int-vector of total size 4194304 bytes
Sending count = 1024 of sendtype int-indexed(4-int) of total size 16777216 bytes
Sending count = 1024 of sendtype int-indexed(2 blocks) of total size 4194304 bytes
Sending count = 1024 of sendtype MPI_INT of total size 4096 bytes
Sending count = 1024 of sendtype MPI_SHORT of total size 2048 bytes
Sending count = 1024 of sendtype MPI_LONG of total size 8192 bytes
Sending count = 1024 of sendtype MPI_CHAR of total size 1024 bytes
Sending count = 1024 of sendtype MPI_UINT64_T of total size 8192 bytes
Sending count = 1024 of sendtype MPI_FLOAT of total size 4096 bytes
Sending count = 1024 of sendtype MPI_INT of total size 4096 bytes
Sending count = 2048 of sendtype MPI_INT of total size 8192 bytes
Sending count = 2048 of sendtype MPI_DOUBLE of total size 16384 bytes
Sending count = 2048 of sendtype MPI_FLOAT_INT of total size 16384 bytes
Sending count = 2048 of sendtype dup of MPI_INT of total size 8192 bytes
Sending count = 2048 of sendtype int-vector of total size 16777216 bytes
Sending count = 2048 of sendtype int-indexed(4-int) of total size 67108864 bytes
Sending count = 2048 of sendtype int-indexed(2 blocks) of total size 16777216 bytes
Sending count = 2048 of sendtype MPI_INT of total size 8192 bytes
Sending count = 2048 of sendtype MPI_SHORT of total size 4096 bytes
Sending count = 2048 of sendtype MPI_LONG of total size 16384 bytes
Sending count = 2048 of sendtype MPI_CHAR of total size 2048 bytes
Sending count = 2048 of sendtype MPI_UINT64_T of total size 16384 bytes
Sending count = 2048 of sendtype MPI_FLOAT of total size 8192 bytes
Sending count = 2048 of sendtype MPI_INT of total size 8192 bytes
No errors

Passed Preposted receive - sendself

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Test root sending to self with a preposted receive for a selection of datatypes and increasing array sizes. Includes tests for MPI_Send(), MPI_Ssend(), and MPI_Rsend().

No errors

Passed Race condition - sendflood

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

Repeatedly sends messages to the root from all other processes. Run this test with 8 processes. This test was submitted as a result of problems seen with the ch3:shm device on a Solaris system. The symptom is that the test hangs; this is due to losing a message, probably due to a race condition in a message-queue update.

No errors

Passed Sendrecv from/to - self

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test uses MPI_Sendrecv() sent from and to rank=0. Includes test for MPI_Sendrecv_replace().

No errors.

Passed Simple thread finalize - initth

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

The test here is a simple one that Finalize exits, so the only action is to write no error.

No errors

Passed Simple thread initialize - initth2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

The test initializes a thread, then calls MPI_Finalize() and prints "No errors".

No errors

Communicator Testing - Score: 100% Passed

This group features tests that emphasize MPI calls that create, manipulate, and delete MPI Communicators.

Passed Comm creation comprehensive - commcreate1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

Check that Communicators can be created from various subsets of the processes in the communicator. Uses MPI_Comm_group(), MPI_Group_range_incl(), and MPI_Comm_dup() to create new communicators.

Creating groups
Creating groups
Creating groups
Creating groups
Creating groups
Creating groups
Creating groups
Creating groups
Testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from godd
Testing comm MPI_COMM_WORLD from geven
Testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from godd
Testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from godd
Testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from godd
Testing comm MPI_COMM_WORLD from geven
Testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from godd
Testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from geven
Done testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from godd
Done testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from godd
Testing comm MPI_COMM_WORLD from geven
Done testing comm MPI_COMM_WORLD from geven
Testing comm Dup of world from ghigh
Testing comm Dup of world from godd
Testing comm Dup of world from geven
Done testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from godd
Done testing comm MPI_COMM_WORLD from geven
Testing comm Dup of world from ghigh
Testing comm Dup of world from godd
Testing comm Dup of world from geven
Done testing comm Dup of world from geven
Done testing comm MPI_COMM_WORLD from geven
Testing comm Dup of world from ghigh
Testing comm Dup of world from godd
Testing comm Dup of world from geven
Done testing comm MPI_COMM_WORLD from godd
Testing comm MPI_COMM_WORLD from geven
Testing comm Dup of world from ghigh
Testing comm Dup of world from godd
Done testing comm Dup of world from godd
Testing comm Dup of world from geven
Testing comm MPI_COMM_WORLD from godd+geven
Done testing comm MPI_COMM_WORLD from godd
Testing comm MPI_COMM_WORLD from geven
Testing comm Dup of world from ghigh
Done testing comm Dup of world from ghigh
Testing comm Dup of world from godd
Done testing comm MPI_COMM_WORLD from godd
Testing comm MPI_COMM_WORLD from geven
Testing comm Dup of world from ghigh
Testing comm Dup of world from godd
Done testing comm Dup of world from godd
Testing comm Dup of world from geven
Testing comm MPI_COMM_WORLD from godd+geven
Done testing comm MPI_COMM_WORLD from godd+geven
Testing comm Dup of world from godd+geven
Done testing comm MPI_COMM_WORLD from geven
Testing comm Dup of world from ghigh
Done testing comm Dup of world from ghigh
Testing comm Dup of world from godd
Testing comm Dup of world from geven
Testing comm MPI_COMM_WORLD from godd+geven
Done testing comm MPI_COMM_WORLD from godd+geven
Testing comm Dup of world from godd+geven
Done testing comm Dup of world from godd+geven
Done testing comm MPI_COMM_WORLD from godd
Testing comm MPI_COMM_WORLD from geven
Testing comm Dup of world from ghigh
Done testing comm Dup of world from ghigh
Testing comm Dup of world from godd
Done testing comm Dup of world from godd
Testing comm Dup of world from geven
Testing comm MPI_COMM_WORLD from godd+geven
Done testing comm MPI_COMM_WORLD from godd+geven
Testing comm Dup of world from godd+geven
Done testing comm Dup of world from godd+geven
Testing comm MPI_COMM_WORLD from MPI_GROUP_EMPTY
Testing comm Dup of world from MPI_GROUP_EMPTY
Done testing comm Dup of world from geven
Testing comm MPI_COMM_WORLD from godd+geven
Done testing comm MPI_COMM_WORLD from godd+geven
Testing comm Dup of world from godd+geven
Done testing comm Dup of world from geven
Testing comm MPI_COMM_WORLD from godd+geven
Done testing comm MPI_COMM_WORLD from godd+geven
Testing comm Dup of world from godd+geven
Done testing comm Dup of world from godd+geven
Testing comm MPI_COMM_WORLD from MPI_GROUP_EMPTY
Testing comm Dup of world from MPI_GROUP_EMPTY
Done testing comm Dup of world from godd
Testing comm Dup of world from geven
Testing comm MPI_COMM_WORLD from godd+geven
Done testing comm MPI_COMM_WORLD from godd+geven
Testing comm Dup of world from godd+geven
Done testing comm Dup of world from godd+geven
Done testing comm Dup of world from godd+geven
Testing comm MPI_COMM_WORLD from MPI_GROUP_EMPTY
Testing comm Dup of world from MPI_GROUP_EMPTY
Done testing comm Dup of world from geven
Testing comm MPI_COMM_WORLD from godd+geven
Done testing comm MPI_COMM_WORLD from godd+geven
Testing comm Dup of world from godd+geven
Testing comm MPI_COMM_WORLD from MPI_GROUP_EMPTY
Testing comm Dup of world from MPI_GROUP_EMPTY
Done testing comm MPI_COMM_WORLD from godd+geven
Testing comm Dup of world from godd+geven
No errors
Done testing comm Dup of world from godd+geven
Testing comm MPI_COMM_WORLD from MPI_GROUP_EMPTY
Testing comm Dup of world from MPI_GROUP_EMPTY
Testing comm MPI_COMM_WORLD from MPI_GROUP_EMPTY
Testing comm Dup of world from MPI_GROUP_EMPTY
Done testing comm Dup of world from godd+geven
Testing comm MPI_COMM_WORLD from MPI_GROUP_EMPTY
Testing comm Dup of world from MPI_GROUP_EMPTY
Done testing comm Dup of world from godd+geven
Testing comm MPI_COMM_WORLD from MPI_GROUP_EMPTY
Testing comm Dup of world from MPI_GROUP_EMPTY

Passed Comm_create group tests - icgroup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

Simple test that gets the group of an intercommunicator using MPI_Group_rank() and MPI_Group_size() using a selection of intercommunicators.

No errors

Passed Comm_create intercommunicators - iccreate

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This program tests MPI_Comm_create() using a selection of intercommunicators. Creates a new communicator from an intercommunicator, duplicates the communicator, and verifies that it works. Includes test with one side of intercommunicator being set with MPI_GROUP_EMPTY.

Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=7
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=6
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=6
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
my recvs completed, about to waitall
Creating a new intercomm 0-0
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup)
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
Creating a new intercomm 0-0
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
Creating a new intercomm 0-0
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
my recvs completed, about to waitall
Creating a new intercomm 0-0
No errors
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall

Passed Comm_create_group excl 4 rank - comm_create_group4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test using 4 processes creates a group with the even processes using MPI_Group_excl() and uses this group to create a communicator. Then both the communicator and group are freed.

No errors

Passed Comm_create_group excl 8 rank - comm_create_group8

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This test using 8 processes creates a group with the even processes using MPI_Group_excl() and uses this group to create a communicator. Then both the communicator and group are freed.

No errors

Passed Comm_create_group incl 2 rank - comm_group_half2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test using 2 processes creates a group with ranks less than size/2 using MPI_Group_range_incl() and uses this group to create a communicator. Then both the communicator and group are freed.

No errors

Passed Comm_create_group incl 4 rank - comm_group_half4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test using 4 processes creates a group with ranks less than size/2 using MPI_Group_range_incl() and uses this group to create a communicator. Then both the communicator and group are freed.

No errors

Passed Comm_create_group incl 8 rank - comm_group_half8

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This test using 8 processes creates a group with ranks less than size/2 using MPI_Group_range_incl() and uses this group to create a communicator. Then both the communicator and group are freed.

No errors

Passed Comm_create_group random 2 rank - comm_group_rand2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test using 2 processes creates and frees groups by randomly adding processes to a group, then creating a communicator with the group.

No errors

Passed Comm_create_group random 4 rank - comm_group_rand4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test using 4 processes creates and frees groups by randomly adding processes to a group, then creating a communicator with the group.

No errors

Passed Comm_create_group random 8 rank - comm_group_rand8

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This test using 8 processes creates and frees groups by randomly adding processes to a group, then creating a communicator with the group.

No errors

Passed Comm_dup basic - dup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test exercises MPI_Comm_dup() by duplicating a communicator, checking basic properties, and communicating with this new communicator.

No errors

Passed Comm_dup contexts - dupic

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Check that communicators have separate contexts. We do this by setting up non-blocking receives on two communicators and then sending to them. If the contexts are different, tests on the unsatisfied communicator should indicate no available message. Tested using a selection of intercommunicators.

No errors

Passed Comm_idup 2 rank - comm_idup2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Multiple tests using 2 processes that make rank 0 wait in a blocking receive until all other processes have called MPI_Comm_idup(), then call idup afterwards. Should ensure that idup doesn't deadlock. Includes a test using an intercommunicator.]

No errors

Passed Comm_idup 4 rank - comm_idup4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Multiple tests using 4 processes that make rank 0 wait in a blocking receive until all other processes have called MPI_Comm_idup(), then call idup afterwards. Should ensure that idup doesn't deadlock. Includes a test using an intercommunicator.

No errors

Passed Comm_idup 9 rank - comm_idup9

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 9

Test Description:

Multiple tests using 9 processes that make rank 0 wait in a blocking receive until all other processes have called MPI_Comm_idup(), then call idup afterwards. Should ensure that idup doesn't deadlock. Includes a test using an intercommunicator.]

No errors

Passed Comm_idup multi - comm_idup_mul

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Simple test creating multiple communicators with MPI_Comm_idup.

No errors

Passed Comm_idup overlap - comm_idup_overlap

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Each pair of processes uses MPI_Comm_idup() to dup the communicator such that the dups are overlapping. If this were done with MPI_Comm_dup() this should deadlock.

No errors

Passed Comm_split basic - cmsplit

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Simple test for MPI_Comm_split().

No errors

Passed Comm_split intercommunicators - icsplit

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This tests MPI_Comm_split() using a selection of intercommunicators. The split communicator is tested using simple send and receive routines.

Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
No errors
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm

Passed Comm_split key order - cmsplit2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 12

Test Description:

This test ensures that MPI_Comm_split breaks ties in key values by using the original rank in the input communicator. This typically corresponds to the difference between using a stable sort or using an unstable sort. It checks all sizes from 1..comm_size(world)-1, so this test does not need to be run multiple times at process counts from a higher-level test driver.

modulus=1 oldranks={0} keys={0}
modulus=1 oldranks={0,1} keys={0,0}
modulus=2 oldranks={0,1} keys={0,1}
modulus=1 oldranks={0,1,2} keys={0,0,0}
modulus=2 oldranks={0,2,1} keys={0,1,0}
modulus=3 oldranks={0,1,2} keys={0,1,2}
modulus=1 oldranks={0,1,2,3} keys={0,0,0,0}
modulus=2 oldranks={0,2,1,3} keys={0,1,0,1}
modulus=3 oldranks={0,3,1,2} keys={0,1,2,0}
modulus=4 oldranks={0,1,2,3} keys={0,1,2,3}
modulus=1 oldranks={0,1,2,3,4} keys={0,0,0,0,0}
modulus=2 oldranks={0,2,4,1,3} keys={0,1,0,1,0}
modulus=3 oldranks={0,3,1,4,2} keys={0,1,2,0,1}
modulus=4 oldranks={0,4,1,2,3} keys={0,1,2,3,0}
modulus=5 oldranks={0,1,2,3,4} keys={0,1,2,3,4}
modulus=1 oldranks={0,1,2,3,4,5} keys={0,0,0,0,0,0}
modulus=2 oldranks={0,2,4,1,3,5} keys={0,1,0,1,0,1}
modulus=3 oldranks={0,3,1,4,2,5} keys={0,1,2,0,1,2}
modulus=4 oldranks={0,4,1,5,2,3} keys={0,1,2,3,0,1}
modulus=5 oldranks={0,5,1,2,3,4} keys={0,1,2,3,4,0}
modulus=6 oldranks={0,1,2,3,4,5} keys={0,1,2,3,4,5}
modulus=1 oldranks={0,1,2,3,4,5,6} keys={0,0,0,0,0,0,0}
modulus=2 oldranks={0,2,4,6,1,3,5} keys={0,1,0,1,0,1,0}
modulus=3 oldranks={0,3,6,1,4,2,5} keys={0,1,2,0,1,2,0}
modulus=4 oldranks={0,4,1,5,2,6,3} keys={0,1,2,3,0,1,2}
modulus=5 oldranks={0,5,1,6,2,3,4} keys={0,1,2,3,4,0,1}
modulus=6 oldranks={0,6,1,2,3,4,5} keys={0,1,2,3,4,5,0}
modulus=7 oldranks={0,1,2,3,4,5,6} keys={0,1,2,3,4,5,6}
modulus=1 oldranks={0,1,2,3,4,5,6,7} keys={0,0,0,0,0,0,0,0}
modulus=2 oldranks={0,2,4,6,1,3,5,7} keys={0,1,0,1,0,1,0,1}
modulus=3 oldranks={0,3,6,1,4,7,2,5} keys={0,1,2,0,1,2,0,1}
modulus=4 oldranks={0,4,1,5,2,6,3,7} keys={0,1,2,3,0,1,2,3}
modulus=5 oldranks={0,5,1,6,2,7,3,4} keys={0,1,2,3,4,0,1,2}
modulus=6 oldranks={0,6,1,7,2,3,4,5} keys={0,1,2,3,4,5,0,1}
modulus=7 oldranks={0,7,1,2,3,4,5,6} keys={0,1,2,3,4,5,6,0}
modulus=8 oldranks={0,1,2,3,4,5,6,7} keys={0,1,2,3,4,5,6,7}
modulus=1 oldranks={0,1,2,3,4,5,6,7,8} keys={0,0,0,0,0,0,0,0,0}
modulus=2 oldranks={0,2,4,6,8,1,3,5,7} keys={0,1,0,1,0,1,0,1,0}
modulus=3 oldranks={0,3,6,1,4,7,2,5,8} keys={0,1,2,0,1,2,0,1,2}
modulus=4 oldranks={0,4,8,1,5,2,6,3,7} keys={0,1,2,3,0,1,2,3,0}
modulus=5 oldranks={0,5,1,6,2,7,3,8,4} keys={0,1,2,3,4,0,1,2,3}
modulus=6 oldranks={0,6,1,7,2,8,3,4,5} keys={0,1,2,3,4,5,0,1,2}
modulus=7 oldranks={0,7,1,8,2,3,4,5,6} keys={0,1,2,3,4,5,6,0,1}
modulus=8 oldranks={0,8,1,2,3,4,5,6,7} keys={0,1,2,3,4,5,6,7,0}
modulus=9 oldranks={0,1,2,3,4,5,6,7,8} keys={0,1,2,3,4,5,6,7,8}
modulus=1 oldranks={0,1,2,3,4,5,6,7,8,9} keys={0,0,0,0,0,0,0,0,0,0}
modulus=2 oldranks={0,2,4,6,8,1,3,5,7,9} keys={0,1,0,1,0,1,0,1,0,1}
modulus=3 oldranks={0,3,6,9,1,4,7,2,5,8} keys={0,1,2,0,1,2,0,1,2,0}
modulus=4 oldranks={0,4,8,1,5,9,2,6,3,7} keys={0,1,2,3,0,1,2,3,0,1}
modulus=5 oldranks={0,5,1,6,2,7,3,8,4,9} keys={0,1,2,3,4,0,1,2,3,4}
modulus=6 oldranks={0,6,1,7,2,8,3,9,4,5} keys={0,1,2,3,4,5,0,1,2,3}
modulus=7 oldranks={0,7,1,8,2,9,3,4,5,6} keys={0,1,2,3,4,5,6,0,1,2}
modulus=8 oldranks={0,8,1,9,2,3,4,5,6,7} keys={0,1,2,3,4,5,6,7,0,1}
modulus=9 oldranks={0,9,1,2,3,4,5,6,7,8} keys={0,1,2,3,4,5,6,7,8,0}
modulus=10 oldranks={0,1,2,3,4,5,6,7,8,9} keys={0,1,2,3,4,5,6,7,8,9}
modulus=1 oldranks={0,1,2,3,4,5,6,7,8,9,10} keys={0,0,0,0,0,0,0,0,0,0,0}
modulus=2 oldranks={0,2,4,6,8,10,1,3,5,7,9} keys={0,1,0,1,0,1,0,1,0,1,0}
modulus=3 oldranks={0,3,6,9,1,4,7,10,2,5,8} keys={0,1,2,0,1,2,0,1,2,0,1}
modulus=4 oldranks={0,4,8,1,5,9,2,6,10,3,7} keys={0,1,2,3,0,1,2,3,0,1,2}
modulus=5 oldranks={0,5,10,1,6,2,7,3,8,4,9} keys={0,1,2,3,4,0,1,2,3,4,0}
modulus=6 oldranks={0,6,1,7,2,8,3,9,4,10,5} keys={0,1,2,3,4,5,0,1,2,3,4}
modulus=7 oldranks={0,7,1,8,2,9,3,10,4,5,6} keys={0,1,2,3,4,5,6,0,1,2,3}
modulus=8 oldranks={0,8,1,9,2,10,3,4,5,6,7} keys={0,1,2,3,4,5,6,7,0,1,2}
modulus=9 oldranks={0,9,1,10,2,3,4,5,6,7,8} keys={0,1,2,3,4,5,6,7,8,0,1}
modulus=10 oldranks={0,10,1,2,3,4,5,6,7,8,9} keys={0,1,2,3,4,5,6,7,8,9,0}
modulus=11 oldranks={0,1,2,3,4,5,6,7,8,9,10} keys={0,1,2,3,4,5,6,7,8,9,10}
modulus=1 oldranks={0,1,2,3,4,5,6,7,8,9,10,11} keys={0,0,0,0,0,0,0,0,0,0,0,0}
modulus=2 oldranks={0,2,4,6,8,10,1,3,5,7,9,11} keys={0,1,0,1,0,1,0,1,0,1,0,1}
modulus=3 oldranks={0,3,6,9,1,4,7,10,2,5,8,11} keys={0,1,2,0,1,2,0,1,2,0,1,2}
modulus=4 oldranks={0,4,8,1,5,9,2,6,10,3,7,11} keys={0,1,2,3,0,1,2,3,0,1,2,3}
modulus=5 oldranks={0,5,10,1,6,11,2,7,3,8,4,9} keys={0,1,2,3,4,0,1,2,3,4,0,1}
modulus=6 oldranks={0,6,1,7,2,8,3,9,4,10,5,11} keys={0,1,2,3,4,5,0,1,2,3,4,5}
modulus=7 oldranks={0,7,1,8,2,9,3,10,4,11,5,6} keys={0,1,2,3,4,5,6,0,1,2,3,4}
modulus=8 oldranks={0,8,1,9,2,10,3,11,4,5,6,7} keys={0,1,2,3,4,5,6,7,0,1,2,3}
modulus=9 oldranks={0,9,1,10,2,11,3,4,5,6,7,8} keys={0,1,2,3,4,5,6,7,8,0,1,2}
modulus=10 oldranks={0,10,1,11,2,3,4,5,6,7,8,9} keys={0,1,2,3,4,5,6,7,8,9,0,1}
modulus=11 oldranks={0,11,1,2,3,4,5,6,7,8,9,10} keys={0,1,2,3,4,5,6,7,8,9,10,0}
modulus=12 oldranks={0,1,2,3,4,5,6,7,8,9,10,11} keys={0,1,2,3,4,5,6,7,8,9,10,11}
No errors

Passed Comm_split_type basic - cmsplit_type

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Tests MPI_Comm_split_type() including a test using MPI_UNDEFINED.

Created subcommunicator of size 2
Created subcommunicator of size 1
Created subcommunicator of size 2
No errors
Created subcommunicator of size 1

Passed Comm_with_info dup 2 rank - dup_with_info2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test exercises MPI_Comm_dup_with_info() with 2 processes by setting the info for a communicator, duplicating it, and then testing the communicator.

No errors

Passed Comm_with_info dup 4 rank - dup_with_info4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises MPI_Comm_dup_with_info() with 4 processes by setting the info for a communicator, duplicating it, and then testing the communicator.

No errors

Passed Comm_with_info dup 9 rank - dup_with_info9

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 9

Test Description:

This test exercises MPI_Comm_dup_with_info() with 9 processes by setting the info for a communicator, duplicating it, and then testing the communicator.

No errors

Passed Comm_{dup,free} contexts - ctxalloc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This program tests the allocation and deallocation of contexts by using MPI_Comm_dup() to create many communicators in batches and then freeing them in batches.

No errors

Passed Comm_{get,set}_name basic - commname

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Simple test for MPI_Comm_get_name() using a selection of communicators.

No errors

Passed Context split - ctxsplit

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test uses MPI_Comm_split() to repeatedly create and free communicators. This check is intended to fail if there is a leak of context ids. This test needs to run longer than many tests because it tries to exhaust the number of context ids. The for loop uses 10000 iterations, which is adequate for MPICH (with only about 1k context ids available).

After 0 (0.000000)
After 100 (128811.045384)
After 200 (162668.930642)
After 300 (176881.268975)
After 400 (183876.982408)
After 500 (188406.101895)
After 600 (193433.652698)
After 700 (198140.928154)
After 800 (199845.719605)
After 900 (202460.794241)
After 1000 (203208.364962)
After 1100 (204617.066956)
After 1200 (205728.966875)
After 1300 (207527.925506)
After 1400 (208643.109735)
After 1500 (209525.235909)
After 1600 (210102.653710)
After 1700 (210533.387311)
After 1800 (211162.520195)
After 1900 (211300.343552)
After 2000 (211317.061746)
After 2100 (211883.697214)
After 2200 (212236.278327)
After 2300 (212242.300001)
After 2400 (212462.060566)
After 2500 (213033.428657)
After 2600 (212914.190935)
After 2700 (213233.992778)
After 2800 (213809.907300)
After 2900 (213762.433488)
After 3000 (214078.143221)
After 3100 (214095.924735)
After 3200 (214530.817143)
After 3300 (214801.336111)
After 3400 (215049.586020)
After 3500 (215035.775474)
After 3600 (214997.319752)
After 3700 (214677.962033)
After 3800 (214989.367881)
After 3900 (215298.214358)
After 4000 (215480.697499)
After 4100 (215428.899439)
After 4200 (215507.845233)
After 4300 (215813.792322)
After 4400 (216041.757703)
After 4500 (216330.887739)
After 4600 (216492.105167)
After 4700 (216238.061008)
After 4800 (216155.836510)
After 4900 (215115.659423)
After 5000 (214499.845279)
After 5100 (213486.317412)
After 5200 (213415.576318)
After 5300 (207487.923878)
After 5400 (206812.701031)
After 5500 (206804.978072)
After 5600 (206885.454066)
After 5700 (207091.866057)
After 5800 (207330.045719)
After 5900 (207566.024498)
After 6000 (207730.588481)
After 6100 (207842.369357)
After 6200 (207996.867012)
After 6300 (208240.870646)
After 6400 (208310.641596)
After 6500 (208580.217765)
After 6600 (208616.346485)
After 6700 (208657.520963)
After 6800 (208826.475881)
After 6900 (208909.725515)
After 7000 (208962.120109)
After 7100 (209017.556756)
After 7200 (209086.703429)
After 7300 (209239.657868)
After 7400 (209390.895019)
After 7500 (209387.726321)
After 7600 (209321.490333)
After 7700 (209521.616779)
After 7800 (209676.027503)
After 7900 (209803.072672)
After 8000 (209600.988953)
After 8100 (209876.291390)
After 8200 (210049.030067)
After 8300 (210116.010530)
After 8400 (210290.217202)
After 8500 (210413.597153)
After 8600 (210448.788382)
After 8700 (210516.541917)
After 8800 (210650.278531)
After 8900 (210737.783265)
After 9000 (210761.042212)
After 9100 (210027.396673)
After 9200 (210046.974690)
After 9300 (210043.467909)
After 9400 (209569.235689)
After 9500 (209720.455946)
After 9600 (209708.309560)
After 9700 (209757.042442)
After 9800 (209742.822381)
After 9900 (209713.433356)
No errors

Passed Intercomm probe - probe-intercomm

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test MPI_Probe() with a selection of intercommunicators. Creates and intercommunicator, probes it, and then frees it.

No errors

Passed Intercomm_create basic - ic1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

A simple test of MPI_Intercomm_create() that creates an intercommunicator and verifies that it works.

No errors

Passed Intercomm_create many rank 2x2 - ic2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 33

Test Description:

Test for MPI_Intercomm_create() using at least 33 processes that exercises a loop bounds bug by creating and freeing two intercommunicators with two processes each.

No errors

Passed Intercomm_merge - icm

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

Test MPI_Intercomm_merge() using a selection of intercommunicators. Includes multiple tests with different choices for the high value.

No errors

Passed MPI_Info_create basic - comm_info

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 6

Test Description:

Simple test for MPI_Comm_{set,get}_info.

No errors

Passed Multiple threads context dup - ctxdup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test creates communicators concurrently in different threads.

No errors

Passed Multiple threads context idup - ctxidup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test creates communicators concurrently, non-blocking, in different threads.

No errors

Passed Multiple threads dup leak - dup_leak_test

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test repeatedly duplicates and frees communicators with multiple threads concurrently to stress the multithreaded aspects of the context ID allocation code. Thanks to IBM for providing the original version of this test.

No errors

Passed Simple thread comm dup - comm_dup_deadlock

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This is a simple test of threads in MPI with communicator duplication.

No errors

Passed Simple thread comm idup - comm_idup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This is a simple test of threads in MPI with non-blocking communicator duplication.

No Errors

Passed Thread Group creation - comm_create_threads

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Every thread paticipates in a distinct MPI_Comm_create group, distinguished by its thread-id (used as the tag). Threads on even ranks join an even comm and threads on odd ranks join the odd comm.

No errors

Passed Threaded group - comm_create_group_threads

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

In this test a number of threads are created with a distinct MPI communicator (or comm) group distinguished by its thread-id (used as a tag). Threads on even ranks join an even comm and threads on odd ranks join the odd comm.

No errors

Error Processing - Score: 89% Passed

This group features tests of MPI error processing.

Failed Error Handling - errors

Build: Passed

Execution: Failed

Exit Status: Failed with signal 127

MPI Processes: 1

Test Description:

Reports the default action taken on an error. It also reports if error handling can be changed to "returns", and if so, if this functions properly.

MPI errors are fatal by default.
MPI errors can be changed to MPI_ERRORS_RETURN.
Call MPI_Send() with a bad destination rank.
MPT ERROR: Assertion failed at gps.c:187: "MPI_UNDEFINED != grank"
MPT ERROR: Rank 0(g:0) is aborting with error code 0.
	Process ID: 312110, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/utk/errors
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/312110/exe, process 312110
MPT: (no debugging symbols found)...done.
MPT: [New LWP 312116]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffc2f0 "MPT ERROR: Rank 0(g:0) is aborting with error code 0.\n\tProcess ID: 312110, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/utk/errors\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45\n") at sig.c:340
MPT: #3  0x00002aaaab566fc9 in print_traceback (ecode=ecode@entry=0) at abort.c:246
MPT: #4  0x00002aaaab567476 in MPI_SGI_abort () at abort.c:122
MPT: #5  0x00002aaaab56e08a in MPI_SGI_assert_fail (
MPT:     str=str@entry=0x2aaaab69b2e5 "MPI_UNDEFINED != grank", 
MPT:     file=file@entry=0x2aaaab69b2c8 "gps.c", line=line@entry=187) at all.c:217
MPT: #6  0x00002aaaab5be12b in MPI_SGI_gps_initialize (
MPT:     dom=dom@entry=0x2aaaab8d8dc0 <dom_default>, grank=grank@entry=-3)
MPT:     at gps.c:187
MPT: #7  0x00002aaaab561892 in MPI_SGI_gps (grank=-3, 
MPT:     dom=0x2aaaab8d8dc0 <dom_default>) at gps.h:149
MPT: #8  MPI_SGI_request_send (modes=modes@entry=9, 
MPT:     ubuf=ubuf@entry=0x7fffffffca10, count=1, type=type@entry=3, 
MPT:     des=des@entry=1, tag=tag@entry=-1, comm=1) at req.c:764
MPT: #9  0x00002aaaab61d1cd in PMPI_Send (buf=0x7fffffffca10, 
MPT:     count=<optimized out>, type=3, des=1, tag=-1, comm=1) at send.c:34
MPT: #10 0x0000000000402318 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 312110] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/312110/exe, process 312110
MPT: [Inferior 1 (process 312110) detached]
MPT: -----stack traceback ends-----
MPT ERROR: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
	aborting job

Passed File IO error handlers - userioerr

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test exercises MPI I/O and MPI error handling techniques.

No errors

Passed MPI_Abort() return exit - abortexit

Build: Passed

Execution: Failed

Exit Status: Intentional_failure_was_successful

MPI Processes: 1

Test Description:

This program calls MPI_Abort and confirms that the exit status in the call is returned to the invoking environment.

MPI_Abort() with return exit code:6
MPT ERROR: Rank 0(g:0) is aborting with error code 6.
	Process ID: 306801, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/util/abortexit
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/306801/exe, process 306801
MPT: (no debugging symbols found)...done.
MPT: [New LWP 306805]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffc590 "MPT ERROR: Rank 0(g:0) is aborting with error code 6.\n\tProcess ID: 306801, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/util/abortexit\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45"...) at sig.c:340
MPT: #3  0x00002aaaab566fc9 in print_traceback (ecode=ecode@entry=6) at abort.c:246
MPT: #4  0x00002aaaab56729a in PMPI_Abort (comm=<optimized out>, errorcode=6)
MPT:     at abort.c:68
MPT: #5  0x0000000000402783 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 306801] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/306801/exe, process 306801
MPT: [Inferior 1 (process 306801) detached]
MPT: -----stack traceback ends-----
MPT ERROR: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
	aborting job

Passed MPI_Add_error_class basic - adderr

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Create NCLASSES new classes, each with 5 codes (160 total).

No errors

Passed MPI_Comm_errhandler basic - commcall

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test comm_{set,call}_errhandle.

No errors

Passed MPI_Error_string basic - errstring

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Test that prints out MPI error codes from 0-53.

msg for 0 is No error
msg for 1 is Invalid buffer pointer
msg for 2 is Invalid count argument
msg for 3 is Invalid datatype argument
msg for 4 is Invalid tag argument
msg for 5 is Invalid communicator
msg for 6 is Invalid rank
msg for 7 is Invalid request (handle)
msg for 8 is Invalid root
msg for 9 is Invalid group
msg for 10 is Invalid operation
msg for 11 is Invalid topology
msg for 12 is Invalid dimension argument
msg for 13 is Invalid argument
msg for 14 is Unknown error
msg for 15 is Message truncated on receive: An application bug caused the sender to send too much data
msg for 16 is Unclassified error
msg for 17 is Internal MPI (implementation) error
msg for 18 is Error code is in status
msg for 19 is Pending request
msg for 20 is (undefined error code 20)
msg for 21 is (undefined error code 21)
msg for 22 is (undefined error code 22)
msg for 23 is (undefined error code 23)
msg for 24 is (undefined error code 24)
msg for 25 is (undefined error code 25)
msg for 26 is (undefined error code 26)
msg for 27 is (undefined error code 27)
msg for 28 is File access permission denied
msg for 29 is Error related to the amode passed to MPI_FILE_OPEN
msg for 30 is Invalid assert argument
msg for 31 is Invalid file name
msg for 32 is Invalid base argument
msg for 33 is An error occurred in a user-supplied data conversion function
msg for 34 is Invalid disp argument
msg for 35 is Conversion functions could not be registered because a data representation
identifier that was already defined was passed to MPI_REGISTER_DATAREP
msg for 36 is File exists
msg for 37 is File operation could not be completed because the file is currently open by
some process
msg for 38 is Invalid file handle
msg for 39 is Info key length exceeds maximum supported length
msg for 40 is Info key value is not defined
msg for 41 is Info value length exceeds maximum supported length
msg for 42 is MPI info error
msg for 43 is I/O error
msg for 44 is Info key value length exceeds maximum supported length
msg for 45 is Invalid locktype argument
msg for 46 is Name error
msg for 47 is No additional memory could be allocated
msg for 48 is Collective argument not identical on all processes, or collective routines
called in a different order by different processes
msg for 49 is No additional file space is available
msg for 50 is File does not exist
msg for 51 is Port error
msg for 52 is A file quota was exceeded
msg for 53 is Read-only file or file system
No errors.

Passed MPI_Error_string error class - errstring2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Simple test where an MPI error class is created, and an error string introduced for that string.

No errors

Passed User error handling 1 rank - predef_eh

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Ensure that setting a user-defined error handler on predefined communicators does not cause a problem at finalize time. Regression test for former issue. Runs on 1 rank.

No errors

Passed User error handling 2 rank - predef_eh2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Ensure that setting a user-defined error handler on predefined communicators does not cause a problem at finalize time. Regression test for former issue. Runs on 2 ranks.

No errors

UTK Test Suite - Score: 95% Passed

This group features the test suite developed at the University of Tennesss Knoxville for MPI-2.2 and earlier specifications. Though techically not a functional group, it was retained to allow comparison with the previous benchmark suite.

Passed Alloc_mem - alloc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Simple check to see if MPI_Alloc_mem() is supported.

No errors

Passed Assignment constants - process_assignment_constants

Build: NA

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Test for Named Constants supported in MPI-1.0 and higher. The test is a Perl script that constructs a small seperate main program in either C or FORTRAN for each constant. The constants for this test are used to assign a value to a const integer type in C and an integer type in Fortran. This test is the de facto test for any constant recognized by the compiler. NOTE: The constants used in this test are tested against both C and FORTRAN compilers. Some of the constants are optional and may not be supported by the MPI implementation. Failure to verify these constants does not necessarily constitute failure of the MPI implementation to satisfy the MPI specifications. ISSUE: This test may timeout if separate program executions initialize slowly.

c "MPI_ARGV_NULL" is verified by const integer.
c "MPI_ARGVS_NULL" is verified by const integer.
c "MPI_ANY_SOURCE" is verified by const integer.
c "MPI_ANY_TAG" is verified by const integer.
c "MPI_BAND" is verified by const integer.
c "MPI_BOR" is verified by const integer.
c "MPI_BSEND_OVERHEAD" is verified by const integer.
c "MPI_BXOR" is verified by const integer.
c "MPI_CART" is verified by const integer.
c "MPI_COMBINER_CONTIGUOUS" is verified by const integer.
c "MPI_COMBINER_DARRAY" is verified by const integer.
c "MPI_COMBINER_DUP" is verified by const integer.
c "MPI_COMBINER_F90_COMPLEX" is verified by const integer.
c "MPI_COMBINER_F90_INTEGER" is verified by const integer.
c "MPI_COMBINER_F90_REAL" is verified by const integer.
c "MPI_COMBINER_HINDEXED" is verified by const integer.
c "MPI_COMBINER_HINDEXED_INTEGER" is verified by const integer.
c "MPI_COMBINER_HVECTOR" is verified by const integer.
c "MPI_COMBINER_HVECTOR_INTEGER" is verified by const integer.
c "MPI_COMBINER_INDEXED" is verified by const integer.
c "MPI_COMBINER_INDEXED_BLOCK" is verified by const integer.
c "MPI_COMBINER_NAMED" is verified by const integer.
c "MPI_COMBINER_RESIZED" is verified by const integer.
c "MPI_COMBINER_STRUCT" is verified by const integer.
c "MPI_COMBINER_STRUCT_INTEGER" is verified by const integer.
c "MPI_COMBINER_SUBARRAY" is verified by const integer.
c "MPI_COMBINER_VECTOR" is verified by const integer.
c "MPI_COMM_NULL" is verified by const integer.
c "MPI_COMM_SELF" is verified by const integer.
c "MPI_COMM_WORLD" is verified by const integer.
c "MPI_CONGRUENT" is verified by const integer.
c "MPI_CONVERSION_FN_NULL" is not verified.
c "MPI_DATATYPE_NULL" is verified by const integer.
c "MPI_DISPLACEMENT_CURRENT" is verified by const integer.
c "MPI_DISTRIBUTE_BLOCK" is verified by const integer.
c "MPI_DISTRIBUTE_CYCLIC" is verified by const integer.
c "MPI_DISTRIBUTE_DFLT_DARG" is verified by const integer.
c "MPI_DISTRIBUTE_NONE" is verified by const integer.
c "MPI_ERRCODES_IGNORE" is verified by const integer.
c "MPI_ERRHANDLER_NULL" is verified by const integer.
c "MPI_ERRORS_ARE_FATAL" is verified by const integer.
c "MPI_ERRORS_RETURN" is verified by const integer.
c "MPI_F_STATUS_IGNORE" is verified by const integer.
c "MPI_F_STATUSES_IGNORE" is verified by const integer.
c "MPI_FILE_NULL" is verified by const integer.
c "MPI_GRAPH" is verified by const integer.
c "MPI_GROUP_NULL" is verified by const integer.
c "MPI_IDENT" is verified by const integer.
c "MPI_IN_PLACE" is verified by const integer.
c "MPI_INFO_NULL" is verified by const integer.
c "MPI_KEYVAL_INVALID" is verified by const integer.
c "MPI_LAND" is verified by const integer.
c "MPI_LOCK_EXCLUSIVE" is verified by const integer.
c "MPI_LOCK_SHARED" is verified by const integer.
c "MPI_LOR" is verified by const integer.
c "MPI_LXOR" is verified by const integer.
c "MPI_MAX" is verified by const integer.
c "MPI_MAXLOC" is verified by const integer.
c "MPI_MIN" is verified by const integer.
c "MPI_MINLOC" is verified by const integer.
c "MPI_OP_NULL" is verified by const integer.
c "MPI_PROC_NULL" is verified by const integer.
c "MPI_PROD" is verified by const integer.
c "MPI_REPLACE" is verified by const integer.
c "MPI_REQUEST_NULL" is verified by const integer.
c "MPI_ROOT" is verified by const integer.
c "MPI_SEEK_CUR" is verified by const integer.
c "MPI_SEEK_END" is verified by const integer.
c "MPI_SEEK_SET" is verified by const integer.
c "MPI_SIMILAR" is verified by const integer.
c "MPI_STATUS_IGNORE" is verified by const integer.
c "MPI_STATUSES_IGNORE" is verified by const integer.
c "MPI_SUCCESS" is verified by const integer.
c "MPI_SUM" is verified by const integer.
c "MPI_UNDEFINED" is verified by const integer.
c "MPI_UNEQUAL" is verified by const integer.
F "MPI_ARGV_NULL" is not verified.
F "MPI_ARGVS_NULL" is not verified.
F "MPI_ANY_SOURCE" is verified by integer assignment.
F "MPI_ANY_TAG" is verified by integer assignment.
F "MPI_BAND" is verified by integer assignment.
F "MPI_BOR" is verified by integer assignment.
F "MPI_BSEND_OVERHEAD" is verified by integer assignment.
F "MPI_BXOR" is verified by integer assignment.
F "MPI_CART" is verified by integer assignment.
F "MPI_COMBINER_CONTIGUOUS" is verified by integer assignment.
F "MPI_COMBINER_DARRAY" is verified by integer assignment.
F "MPI_COMBINER_DUP" is verified by integer assignment.
F "MPI_COMBINER_F90_COMPLEX" is verified by integer assignment.
F "MPI_COMBINER_F90_INTEGER" is verified by integer assignment.
F "MPI_COMBINER_F90_REAL" is verified by integer assignment.
F "MPI_COMBINER_HINDEXED" is verified by integer assignment.
F "MPI_COMBINER_HINDEXED_INTEGER" is verified by integer assignment.
F "MPI_COMBINER_HVECTOR" is verified by integer assignment.
F "MPI_COMBINER_HVECTOR_INTEGER" is verified by integer assignment.
F "MPI_COMBINER_INDEXED" is verified by integer assignment.
F "MPI_COMBINER_INDEXED_BLOCK" is verified by integer assignment.
F "MPI_COMBINER_NAMED" is verified by integer assignment.
F "MPI_COMBINER_RESIZED" is verified by integer assignment.
F "MPI_COMBINER_STRUCT" is verified by integer assignment.
F "MPI_COMBINER_STRUCT_INTEGER" is verified by integer assignment.
F "MPI_COMBINER_SUBARRAY" is verified by integer assignment.
F "MPI_COMBINER_VECTOR" is verified by integer assignment.
F "MPI_COMM_NULL" is verified by integer assignment.
F "MPI_COMM_SELF" is verified by integer assignment.
F "MPI_COMM_WORLD" is verified by integer assignment.
F "MPI_CONGRUENT" is verified by integer assignment.
F "MPI_CONVERSION_FN_NULL" is not verified.
F "MPI_DATATYPE_NULL" is verified by integer assignment.
F "MPI_DISPLACEMENT_CURRENT" is verified by integer assignment.
F "MPI_DISTRIBUTE_BLOCK" is verified by integer assignment.
F "MPI_DISTRIBUTE_CYCLIC" is verified by integer assignment.
F "MPI_DISTRIBUTE_DFLT_DARG" is verified by integer assignment.
F "MPI_DISTRIBUTE_NONE" is verified by integer assignment.
F "MPI_ERRCODES_IGNORE" is not verified.
F "MPI_ERRHANDLER_NULL" is verified by integer assignment.
F "MPI_ERRORS_ARE_FATAL" is verified by integer assignment.
F "MPI_ERRORS_RETURN" is verified by integer assignment.
F "MPI_F_STATUS_IGNORE" is verified by integer assignment.
F "MPI_F_STATUSES_IGNORE" is verified by integer assignment.
F "MPI_FILE_NULL" is verified by integer assignment.
F "MPI_GRAPH" is verified by integer assignment.
F "MPI_GROUP_NULL" is verified by integer assignment.
F "MPI_IDENT" is verified by integer assignment.
F "MPI_IN_PLACE" is not verified.
F "MPI_INFO_NULL" is verified by integer assignment.
F "MPI_KEYVAL_INVALID" is verified by integer assignment.
F "MPI_LAND" is verified by integer assignment.
F "MPI_LOCK_EXCLUSIVE" is verified by integer assignment.
F "MPI_LOCK_SHARED" is verified by integer assignment.
F "MPI_LOR" is verified by integer assignment.
F "MPI_LXOR" is verified by integer assignment.
F "MPI_MAX" is verified by integer assignment.
F "MPI_MAXLOC" is verified by integer assignment.
F "MPI_MIN" is verified by integer assignment.
F "MPI_MINLOC" is verified by integer assignment.
F "MPI_OP_NULL" is verified by integer assignment.
F "MPI_PROC_NULL" is verified by integer assignment.
F "MPI_PROD" is verified by integer assignment.
F "MPI_REPLACE" is verified by integer assignment.
F "MPI_REQUEST_NULL" is verified by integer assignment.
F "MPI_ROOT" is verified by integer assignment.
F "MPI_SEEK_CUR" is verified by integer assignment.
F "MPI_SEEK_END" is verified by integer assignment.
F "MPI_SEEK_SET" is verified by integer assignment.
F "MPI_SIMILAR" is verified by integer assignment.
F "MPI_STATUS_IGNORE" is not verified.
F "MPI_STATUSES_IGNORE" is not verified.
F "MPI_SUCCESS" is verified by integer assignment.
F "MPI_SUM" is verified by integer assignment.
F "MPI_UNDEFINED" is verified by integer assignment.
F "MPI_UNEQUAL" is verified by integer assignment.
Number of successful C constants: 75 of 76
Number of successful FORTRAN constants: 69 of 76
No errors.

Passed C/Fortran interoperability supported - interoperability

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Checks if the C-Fortran (F77) interoperability functions are supported using the MPI-2.2 specification.

No errors

Passed Communicator attributes - attributes

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Returns all communicator attributes that are not supported. The test is run as a single process MPI job and fails if any attributes are not supported.

No errors

Passed Compiletime constants - process_compiletime_constants

Build: NA

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

The MPI-3.0 specifications require that some named constants be known at compiletime. The report includes a record for each constant of this class in the form "X MPI_CONSTANT is [not] verified by METHOD" where X is either 'c' for the C compiler, or 'F' for the FORTRAN 77 compiler. For a C langauge compile, the constant is used as a case label in a switch statement. For a FORTRAN language compile, the constant is assigned to a PARAMETER. The report sumarizes with the number of constants for each compiler that was successfully verified.

c "MPI_MAX_PROCESSOR_NAME" is verified by switch label.
c "MPI_MAX_LIBRARY_VERSION_STRING" is verified by switch label.
c "MPI_MAX_ERROR_STRING" is verified by switch label.
c "MPI_MAX_DATAREP_STRING" is verified by switch label.
c "MPI_MAX_INFO_KEY" is verified by switch label.
c "MPI_MAX_INFO_VAL" is verified by switch label.
c "MPI_MAX_OBJECT_NAME" is verified by switch label.
c "MPI_MAX_PORT_NAME" is verified by switch label.
c "MPI_VERSION" is verified by switch label.
c "MPI_SUBVERSION" is verified by switch label.
c "MPI_MAX_LIBRARY_VERSION_STRING" is verified by switch label.
F "MPI_ADDRESS_KIND" is verified by PARAMETER.
F "MPI_ASYNC_PROTECTS_NONBLOCKING" is verified by PARAMETER.
F "MPI_COUNT_KIND" is verified by PARAMETER.
F "MPI_ERROR" is verified by PARAMETER.
F "MPI_ERRORS_ARE_FATAL" is verified by PARAMETER.
F "MPI_ERRORS_RETURN" is verified by PARAMETER.
F "MPI_INTEGER_KIND" is verified by PARAMETER.
F "MPI_OFFSET_KIND" is verified by PARAMETER.
F "MPI_SOURCE" is verified by PARAMETER.
F "MPI_STATUS_SIZE" is verified by PARAMETER.
F "MPI_SUBARRAYS_SUPPORTED" is verified by PARAMETER.
F "MPI_TAG" is verified by PARAMETER.
F "MPI_MAX_PROCESSOR_NAME" is verified by PARAMETER.
F "MPI_MAX_LIBRARY_VERSION_STRING" is verified by PARAMETER.
F "MPI_MAX_ERROR_STRING" is verified by PARAMETER.
F "MPI_MAX_DATAREP_STRING" is verified by PARAMETER.
F "MPI_MAX_INFO_KEY" is verified by PARAMETER.
F "MPI_MAX_INFO_VAL" is verified by PARAMETER.
F "MPI_MAX_OBJECT_NAME" is verified by PARAMETER.
F "MPI_MAX_PORT_NAME" is verified by PARAMETER.
F "MPI_VERSION" is verified by PARAMETER.
F "MPI_SUBVERSION" is verified by PARAMETER.
F "MPI_MAX_LIBRARY_VERSION_STRING" is verified by PARAMETER.
Number of successful C constants: 11 of 11
Number of successful FORTRAN constants: 23 out of 23
No errors.

Passed Datatypes - process_datatypes

Build: NA

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests for the presence of constants from MPI-1.0 and higher. It constructs small separate main programs in either C, FORTRAN, or C++ for each datatype. It fails if any datatype is not present. ISSUE: This test may timeout if separate program executions initialize slowly.

c "MPI_2DOUBLE_PRECISION" Size = 16 is verified.
c "MPI_2INT" Size = 8 is verified.
c "MPI_2INTEGER" Size = 8 is verified.
c "MPI_2REAL" Size = 8 is verified.
c "MPI_AINT" Size = 8 is verified.
c "MPI_BYTE" Size = 1 is verified.
c "MPI_C_BOOL" Size = 1 is verified.
c "MPI_C_COMPLEX" Size = 8 is verified.
c "MPI_C_DOUBLE_COMPLEX" Size = 16 is verified.
c "MPI_C_FLOAT_COMPLEX" Size = 8 is verified.
c "MPI_C_LONG_DOUBLE_COMPLEX" Size = 32 is verified.
c "MPI_CHAR" Size = 1 is verified.
c "MPI_CHARACTER" Size = 1 is verified.
c "MPI_COMPLEX" Size = 8 is verified.
c "MPI_COMPLEX2" is not verified: (compilation).
c "MPI_COMPLEX4" is not verified: (compilation).
c "MPI_COMPLEX8" Size = 8 is verified.
c "MPI_COMPLEX16" Size = 16 is verified.
c "MPI_COMPLEX32" Size = 32 is verified.
c "MPI_DOUBLE" Size = 8 is verified.
c "MPI_DOUBLE_INT" Size = 12 is verified.
c "MPI_DOUBLE_COMPLEX" Size = 16 is verified.
c "MPI_DOUBLE_PRECISION" Size = 8 is verified.
c "MPI_FLOAT" Size = 4 is verified.
c "MPI_FLOAT_INT" Size = 8 is verified.
c "MPI_INT" Size = 4 is verified.
c "MPI_INT8_T" Size = 1 is verified.
c "MPI_INT16_T" Size = 2 is verified.
c "MPI_INT32_T" Size = 4 is verified.
c "MPI_INT64_T" Size = 8 is verified.
c "MPI_INTEGER" Size = 4 is verified.
c "MPI_INTEGER1" Size = 1 is verified.
c "MPI_INTEGER2" Size = 2 is verified.
c "MPI_INTEGER4" Size = 4 is verified.
c "MPI_INTEGER8" Size = 8 is verified.
c "MPI_INTEGER16" Size = 16 is verified.
c "MPI_LB" Size = 0 is verified.
c "MPI_LOGICAL" Size = 4 is verified.
c "MPI_LONG" Size = 8 is verified.
c "MPI_LONG_INT" Size = 12 is verified.
c "MPI_LONG_DOUBLE" Size = 16 is verified.
c "MPI_LONG_DOUBLE_INT" Size = 20 is verified.
c "MPI_LONG_LONG" Size = 8 is verified.
c "MPI_LONG_LONG_INT" Size = 8 is verified.
c "MPI_OFFSET" Size = 8 is verified.
c "MPI_PACKED" Size = 1 is verified.
c "MPI_REAL" Size = 4 is verified.
c "MPI_REAL2" is not verified: (compilation).
c "MPI_REAL4" Size = 4 is verified.
c "MPI_REAL8" Size = 8 is verified.
c "MPI_REAL16" Size = 16 is verified.
c "MPI_SHORT" Size = 2 is verified.
c "MPI_SHORT_INT" Size = 6 is verified.
c "MPI_SIGNED_CHAR" Size = 1 is verified.
c "MPI_UB" Size = 0 is verified.
c "MPI_UNSIGNED_CHAR" Size = 1 is verified.
c "MPI_UNSIGNED_SHORT" Size = 2 is verified.
c "MPI_UNSIGNED" Size = 4 is verified.
c "MPI_UNSIGNED_LONG" Size = 8 is verified.
c "MPI_WCHAR" Size = 2 is verified.
c "MPI_LONG_LONG_INT" Size = 8 is verified.
c "MPI_FLOAT_INT" Size = 8 is verified.
c "MPI_DOUBLE_INT" Size = 12 is verified.
c "MPI_LONG_INT" Size = 12 is verified.
c "MPI_LONG_DOUBLE_INT" Size = 20 is verified.
c "MPI_2INT" Size = 8 is verified.
c "MPI_SHORT_INT" Size = 6 is verified.
c "MPI_LONG_DOUBLE_INT" Size = 20 is verified.
c "MPI_2REAL" Size = 8 is verified.
c "MPI_2DOUBLE_PRECISION" Size = 16 is verified.
c "MPI_2INTEGER" Size = 8 is verified.
C "MPI_CXX_BOOL" Size = 1 is verified.
C "MPI_CXX_FLOAT_COMPLEX" Size = 8 is verified.
C "MPI_CXX_DOUBLE_COMPLEX" Size = 16 is verified.
C "MPI_CXX_LONG_DOUBLE_COMPLEX" Size = 32 is verified.
f "MPI_BYTE" Size =1 is verified.
f "MPI_CHARACTER" Size =1 is verified.
f "MPI_COMPLEX" Size =8 is verified.
f "MPI_DOUBLE_COMPLEX" Size =16 is verified.
f "MPI_DOUBLE_PRECISION" Size =8 is verified.
f "MPI_INTEGER" Size =4 is verified.
f "MPI_INTEGER1" Size =1 is verified.
f "MPI_INTEGER2" Size =2 is verified.
f "MPI_INTEGER4" Size =4 is verified.
f "MPI_LOGICAL" Size =4 is verified.
f "MPI_REAL" Size =4 is verified.
f "MPI_REAL2" is not verified: (execution).
f "MPI_REAL4" Size =4 is verified.
f "MPI_REAL8" Size =8 is verified.
f "MPI_PACKED" Size =1 is verified.
f "MPI_2REAL" Size =8 is verified.
f "MPI_2DOUBLE_PRECISION" Size =16 is verified.
f "MPI_2INTEGER" Size =8 is verified.
No errors.

Passed Deprecated routines - deprecated

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Checks all MPI deprecated routines as of MPI-2.2, but not including routines removed by MPI-3 if this is an MPI-3 implementation.

MPI_Attr_delete(): is functional.
MPI_Attr_get(): is functional.
MPI_Attr_put(): is functional.
MPI_Keyval_create(): is functional.
MPI_Keyval_free(): is functional.
MPI_Address(): is removed by MPI 3.0+.
MPI_Errhandler_create(): is removed by MPI 3.0+.
MPI_Errhandler_get(): is removed by MPI 3.0+.
MPI_Errhandler_set(): is removed by MPI 3.0+.
MPI_Type_extent(): is removed by MPI 3.0+.
MPI_Type_hindexed(): is removed by MPI 3.0+.
MPI_Type_hvector(): is removed by MPI 3.0+.
MPI_Type_lb(): is removed by MPI 3.0+.
MPI_Type_struct(): is removed by MPI 3.0+.
MPI_Type_ub(): is removed by MPI 3.0+.
No errors

Failed Error Handling - errors

Build: Passed

Execution: Failed

Exit Status: Failed with signal 127

MPI Processes: 1

Test Description:

Reports the default action taken on an error. It also reports if error handling can be changed to "returns", and if so, if this functions properly.

MPI errors are fatal by default.
MPI errors can be changed to MPI_ERRORS_RETURN.
Call MPI_Send() with a bad destination rank.
MPT ERROR: Assertion failed at gps.c:187: "MPI_UNDEFINED != grank"
MPT ERROR: Rank 0(g:0) is aborting with error code 0.
	Process ID: 312110, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/utk/errors
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/312110/exe, process 312110
MPT: (no debugging symbols found)...done.
MPT: [New LWP 312116]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffc2f0 "MPT ERROR: Rank 0(g:0) is aborting with error code 0.\n\tProcess ID: 312110, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/utk/errors\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45\n") at sig.c:340
MPT: #3  0x00002aaaab566fc9 in print_traceback (ecode=ecode@entry=0) at abort.c:246
MPT: #4  0x00002aaaab567476 in MPI_SGI_abort () at abort.c:122
MPT: #5  0x00002aaaab56e08a in MPI_SGI_assert_fail (
MPT:     str=str@entry=0x2aaaab69b2e5 "MPI_UNDEFINED != grank", 
MPT:     file=file@entry=0x2aaaab69b2c8 "gps.c", line=line@entry=187) at all.c:217
MPT: #6  0x00002aaaab5be12b in MPI_SGI_gps_initialize (
MPT:     dom=dom@entry=0x2aaaab8d8dc0 <dom_default>, grank=grank@entry=-3)
MPT:     at gps.c:187
MPT: #7  0x00002aaaab561892 in MPI_SGI_gps (grank=-3, 
MPT:     dom=0x2aaaab8d8dc0 <dom_default>) at gps.h:149
MPT: #8  MPI_SGI_request_send (modes=modes@entry=9, 
MPT:     ubuf=ubuf@entry=0x7fffffffca10, count=1, type=type@entry=3, 
MPT:     des=des@entry=1, tag=tag@entry=-1, comm=1) at req.c:764
MPT: #9  0x00002aaaab61d1cd in PMPI_Send (buf=0x7fffffffca10, 
MPT:     count=<optimized out>, type=3, des=1, tag=-1, comm=1) at send.c:34
MPT: #10 0x0000000000402318 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 312110] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/312110/exe, process 312110
MPT: [Inferior 1 (process 312110) detached]
MPT: -----stack traceback ends-----
MPT ERROR: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
	aborting job

Passed Errorcodes - process_errorcodes

Build: NA

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

The MPI-3.0 specifications require that the same constants be available for the C language and FORTRAN. The report includes a record for each errorcode of the form "X MPI_ERRCODE is [not] verified" where X is either 'c' for the C compiler, or 'F' for the FORTRAN 77 compiler. The report sumarizes with the number of errorcodes for each compiler that were successfully verified.

c "MPI_ERR_ACCESS" (28) is verified.
c "MPI_ERR_AMODE" (29) is verified.
c "MPI_ERR_ARG" (13) is verified.
c "MPI_ERR_ASSERT" (30) is verified.
c "MPI_ERR_BAD_FILE" (31) is verified.
c "MPI_ERR_BASE" (32) is verified.
c "MPI_ERR_BUFFER" (1) is verified.
c "MPI_ERR_COMM" (5) is verified.
c "MPI_ERR_CONVERSION" (33) is verified.
c "MPI_ERR_COUNT" (2) is verified.
c "MPI_ERR_DIMS" (12) is verified.
c "MPI_ERR_DISP" (34) is verified.
c "MPI_ERR_DUP_DATAREP" (35) is verified.
c "MPI_ERR_FILE" (38) is verified.
c "MPI_ERR_FILE_EXISTS" (36) is verified.
c "MPI_ERR_FILE_IN_USE" (37) is verified.
c "MPI_ERR_GROUP" (9) is verified.
c "MPI_ERR_IN_STATUS" (18) is verified.
c "MPI_ERR_INFO" (42) is verified.
c "MPI_ERR_INFO_KEY" (39) is verified.
c "MPI_ERR_INFO_NOKEY" (40) is verified.
c "MPI_ERR_INFO_VALUE" (41) is verified.
c "MPI_ERR_INTERN" (17) is verified.
c "MPI_ERR_IO" (43) is verified.
c "MPI_ERR_KEYVAL" (44) is verified.
c "MPI_ERR_LASTCODE" (100) is verified.
c "MPI_ERR_LOCKTYPE" (45) is verified.
c "MPI_ERR_NAME" (46) is verified.
c "MPI_ERR_NO_MEM" (47) is verified.
c "MPI_ERR_NO_SPACE" (49) is verified.
c "MPI_ERR_NO_SUCH_FILE" (50) is verified.
c "MPI_ERR_NOT_SAME" (48) is verified.
c "MPI_ERR_OP" (10) is verified.
c "MPI_ERR_OTHER" (16) is verified.
c "MPI_ERR_PENDING" (19) is verified.
c "MPI_ERR_PORT" (51) is verified.
c "MPI_ERR_QUOTA" (52) is verified.
c "MPI_ERR_RANK" (6) is verified.
c "MPI_ERR_READ_ONLY" (53) is verified.
c "MPI_ERR_REQUEST" (7) is verified.
c "MPI_ERR_RMA_ATTACH" (63) is verified.
c "MPI_ERR_RMA_CONFLICT" (54) is verified.
c "MPI_ERR_RMA_FLAVOR" (65) is verified.
c "MPI_ERR_RMA_RANGE" (62) is verified.
c "MPI_ERR_RMA_SHARED" (64) is verified.
c "MPI_ERR_RMA_SYNC" (55) is verified.
c "MPI_ERR_ROOT" (8) is verified.
c "MPI_ERR_SERVICE" (56) is verified.
c "MPI_ERR_SIZE" (57) is verified.
c "MPI_ERR_SPAWN" (58) is verified.
c "MPI_ERR_TAG" (4) is verified.
c "MPI_ERR_TOPOLOGY" (11) is verified.
c "MPI_ERR_TRUNCATE" (15) is verified.
c "MPI_ERR_TYPE" (3) is verified.
c "MPI_ERR_UNKNOWN" (14) is verified.
c "MPI_ERR_UNSUPPORTED_DATAREP" (59) is verified.
c "MPI_ERR_UNSUPPORTED_OPERATION" (60) is verified.
c "MPI_ERR_WIN" (61) is verified.
c "MPI_SUCCESS" (0) is verified.
c "MPI_T_ERR_CANNOT_INIT" (66) is verified.
c "MPI_T_ERR_CVAR_SET_NEVER" (76) is verified.
c "MPI_T_ERR_CVAR_SET_NOT_NOW" (75) is verified.
c "MPI_T_ERR_INVALID_HANDLE" (72) is verified.
c "MPI_T_ERR_INVALID_INDEX" (69) is verified.
c "MPI_T_ERR_INVALID_ITEM" (70) is verified.
c "MPI_T_ERR_INVALID_SESSION" (71) is verified.
c "MPI_T_ERR_MEMORY" (68) is verified.
c "MPI_T_ERR_NOT_INITIALIZED" (67) is verified.
c "MPI_T_ERR_OUT_OF_HANDLES" (73) is verified.
c "MPI_T_ERR_OUT_OF_SESSIONS" (74) is verified.
c "MPI_T_ERR_PVAR_NO_ATOMIC" (79) is verified.
c "MPI_T_ERR_PVAR_NO_STARTSTOP" (78) is verified.
c "MPI_T_ERR_PVAR_NO_WRITE" (77) is verified.
F "MPI_ERR_ACCESS" (28) is verified 
F "MPI_ERR_AMODE" (29) is verified 
F "MPI_ERR_ARG" (13) is verified 
F "MPI_ERR_ASSERT" (30) is verified 
F "MPI_ERR_BAD_FILE" (31) is verified 
F "MPI_ERR_BASE" (32) is verified 
F "MPI_ERR_BUFFER" (1) is verified 
F "MPI_ERR_COMM" (5) is verified 
F "MPI_ERR_CONVERSION" (33) is verified 
F "MPI_ERR_COUNT" (2) is verified 
F "MPI_ERR_DIMS" (12) is verified 
F "MPI_ERR_DISP" (34) is verified 
F "MPI_ERR_DUP_DATAREP" (35) is verified 
F "MPI_ERR_FILE" (38) is verified 
F "MPI_ERR_FILE_EXISTS" (36) is verified 
F "MPI_ERR_FILE_IN_USE" (37) is verified 
F "MPI_ERR_GROUP" (9) is verified 
F "MPI_ERR_IN_STATUS" (18) is verified 
F "MPI_ERR_INFO" (42) is verified 
F "MPI_ERR_INFO_KEY" (39) is verified 
F "MPI_ERR_INFO_NOKEY" (40) is verified 
F "MPI_ERR_INFO_VALUE" (41) is verified 
F "MPI_ERR_INTERN" (17) is verified 
F "MPI_ERR_IO" (43) is verified 
F "MPI_ERR_KEYVAL" (44) is verified 
F "MPI_ERR_LASTCODE" (100) is verified 
F "MPI_ERR_LOCKTYPE" (45) is verified 
F "MPI_ERR_NAME" (46) is verified 
F "MPI_ERR_NO_MEM" (47) is verified 
F "MPI_ERR_NO_SPACE" (49) is verified 
F "MPI_ERR_NO_SUCH_FILE" (50) is verified 
F "MPI_ERR_NOT_SAME" (48) is verified 
F "MPI_ERR_OP" (10) is verified 
F "MPI_ERR_OTHER" (16) is verified 
F "MPI_ERR_PENDING" (19) is verified 
F "MPI_ERR_PORT" (51) is verified 
F "MPI_ERR_QUOTA" (52) is verified 
F "MPI_ERR_RANK" (6) is verified 
F "MPI_ERR_READ_ONLY" (53) is verified 
F "MPI_ERR_REQUEST" (7) is verified 
F "MPI_ERR_RMA_ATTACH" (63) is verified 
F "MPI_ERR_RMA_CONFLICT" (54) is verified 
F "MPI_ERR_RMA_FLAVOR" (65) is verified 
F "MPI_ERR_RMA_RANGE" (62) is verified 
F "MPI_ERR_RMA_SHARED" (64) is verified 
F "MPI_ERR_RMA_SYNC" (55) is verified 
F "MPI_ERR_ROOT" (8) is verified 
F "MPI_ERR_SERVICE" (56) is verified 
F "MPI_ERR_SIZE" (57) is verified 
F "MPI_ERR_SPAWN" (58) is verified 
F "MPI_ERR_TAG" (4) is verified 
F "MPI_ERR_TOPOLOGY" (11) is verified 
F "MPI_ERR_TRUNCATE" (15) is verified 
F "MPI_ERR_TYPE" (3) is verified 
F "MPI_ERR_UNKNOWN" (14) is verified 
F "MPI_ERR_UNSUPPORTED_DATAREP" is not verified: (compilation).
F "MPI_ERR_UNSUPPORTED_OPERATION" is not verified: (compilation).
F "MPI_ERR_WIN" (61) is verified 
F "MPI_SUCCESS" (0) is verified 
F "MPI_T_ERR_CANNOT_INIT" (66) is verified 
F "MPI_T_ERR_CVAR_SET_NEVER" (76) is verified 
F "MPI_T_ERR_CVAR_SET_NOT_NOW" (75) is verified 
F "MPI_T_ERR_INVALID_HANDLE" (72) is verified 
F "MPI_T_ERR_INVALID_INDEX" (69) is verified 
F "MPI_T_ERR_INVALID_ITEM" (70) is verified 
F "MPI_T_ERR_INVALID_SESSION" (71) is verified 
F "MPI_T_ERR_MEMORY" (68) is verified 
F "MPI_T_ERR_NOT_INITIALIZED" (67) is verified 
F "MPI_T_ERR_OUT_OF_HANDLES" (73) is verified 
F "MPI_T_ERR_OUT_OF_SESSIONS" (74) is verified 
F "MPI_T_ERR_PVAR_NO_ATOMIC" (79) is verified 
F "MPI_T_ERR_PVAR_NO_STARTSTOP" is not verified: (compilation).
F "MPI_T_ERR_PVAR_NO_WRITE" (77) is verified 
C errorcodes successful: 73 out of 73
FORTRAN errorcodes successful:70 out of 73
No errors.

Passed Extended collectives - collectives

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Checks if "extended collectives" are supported, i.e., collective operations with MPI-2 intercommunicators.

No errors

Passed Init arguments - init_args

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

In MPI-1.1, it is explicitly stated that an implementation is allowed to require that the arguments argc and argv passed by an application to MPI_Init in C be the same arguments passed into the application as the arguments to main. In MPI-2 implementations are not allowed to impose this requirement. Conforming implementations of MPI allow applications to pass NULL for both the argc and argv arguments of MPI_Init(). This test prints the result of the error status of MPI_Init(). If the test completes without error, it reports 'No errors.'

MPI_INIT accepts Null arguments for MPI_init().
No errors

Passed MPI-2 replaced routines - mpi_2_functions

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Checks the presence of all MPI-2.2 routines that replaced deprecated routines.

No errors

Passed MPI-2 type routines - mpi_2_functions_bcast

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test checks that a subset of MPI-2 routines that replaced MPI-1 routines work correctly.

rank:0/2 c:'C',d[6]={3.141590,1.000000,12.310000,7.980000,5.670000,12.130000},b="123456"
rank:0/2 MPI_Bcast() of struct.
rank:1/2 c:'C',d[6]={3.141590,1.000000,12.310000,7.980000,5.670000,12.130000},b="123456"
rank:1/2 MPI_Bcast() of struct.
No errors

Passed Master/slave - master

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test running as a single MPI process spawns four slave processes using MPI_Comm_spawn(). The master process sends and receives a message from each slave. If the test completes, it will report 'No errors.', otherwise specific error messages are listed.

MPI_UNIVERSE_SIZE read 96
MPI_UNIVERSE_SIZE forced to 96
master rank creating 4 slave processes.
master error code for slave:0 is 0.
master error code for slave:1 is 0.
master error code for slave:2 is 0.
master error code for slave:3 is 0.
master rank:0/1 sent an int:4 to slave rank:0.
master rank:0/1 sent an int:4 to slave rank:1.
master rank:0/1 sent an int:4 to slave rank:2.
slave rank:3/4 alive.
master rank:0/1 sent an int:4 to slave rank:3.
slave rank:0/4 alive.
master rank:0/1 recv an int:0 from slave rank:0
master rank:0/1 recv an int:1 from slave rank:1
slave rank:1/4 alive.
slave rank:1/4 received an int:4 from rank 0
master rank:0/1 recv an int:2 from slave rank:2
master rank:0/1 recv an int:3 from slave rank:3
./master ending with exit status:0
slave rank:2/4 alive.
slave rank:0/4 received an int:4 from rank 0
slave rank:0/4 sent its rank to rank 0
slave rank 0 just before disconnecting from master_comm.
slave rank:1/4 sent its rank to rank 0
slave rank 1 just before disconnecting from master_comm.
slave rank: 1 after disconnecting from master_comm.
slave rank:2/4 received an int:4 from rank 0
slave rank:2/4 sent its rank to rank 0
slave rank 2 just before disconnecting from master_comm.
slave rank: 2 after disconnecting from master_comm.
slave rank:3/4 received an int:4 from rank 0
slave rank:3/4 sent its rank to rank 0
slave rank 3 just before disconnecting from master_comm.
slave rank: 3 after disconnecting from master_comm.
slave rank: 0 after disconnecting from master_comm.
No errors

Passed One-sided communication - one_sided_modes

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Checks MPI-2.2 one-sided communication modes reporting those that are not defined. If the test compiles, then "No errors" is reported, else, all undefined modes are reported as "not defined."

No errors

Passed One-sided fences - one_sided_fences

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Verifies that one-sided communication with active target synchronization with fences functions properly. If all operations succeed, one-sided communication with active target synchronization with fences is reported as supported. If one or more operations fail, the failures are reported and one-sided-communication with active target synchronization with fences is reported as NOT supported.

No errors

Passed One-sided passiv - one_sided_passive

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Verifies one-sided-communication with passive target synchronization functions properly. If all operations succeed, one-sided-communication with passive target synchronization is reported as supported. If one or more operations fail, the failures are reported and one-sided-communication with passive target synchronization with fences is reported as NOT supported.

No errors

Passed One-sided post - one_sided_post

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Verifies one-sided-communication with active target synchronization with post/start/complete/wait functions properly. If all operations succeed, one-sided communication with active target synchronization with post/start/complete/wait is reported as supported. If one or more operations fail, the failures are reported and one-sided-communication with active target synchronization with post/start/complete/wait is reported as NOT supported.

No errors

Passed One-sided routines - one_sided_routines

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Reports if one-sided communication routines are defined. If this test compiles, one-sided communication is reported as defined, otherwise "not supported".

No errors

Passed Thread support - thread_safety

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Reports the level of thread support provided. This is either MPI_THREAD_SINGLE, MPI_THREAD_FUNNELED, MPI_THREAD_SERIALIZED, or MPI_THREAD_MULTIPLE.

MPI_THREAD_MULTIPLE requested.
MPI_THREAD_MULTIPLE is supported.
No errors

Group Communicator - Score: 100% Passed

This group features tests of MPI communicator group calls.

Passed MPI_Group irregular - gtranks

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This is a test comparing small groups against larger groups, and use groups with irregular members (to bypass optimizations in group_translate_ranks for simple groups).

No errors

Passed MPI_Group_Translate_ranks perf - gtranksperf

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 20

Test Description:

Measure and compare the relative performance of MPI_Group_translate_ranks with small and large group2 sizes but a constant number of ranks. This serves as a performance sanity check for the Scalasca use case where we translate to MPI_COMM_WORLD ranks. The performance should only depend on the number of ranks passed, not the size of either group (especially group2). This test is probably only meaningful for large-ish process counts.

No errors

Passed MPI_Group_excl basic - grouptest

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This is a test of MPI_Group_excl().

No errors

Passed MPI_Group_incl basic - groupcreate

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This is a simple test of creating a group array.

No errors

Passed MPI_Group_incl empty - groupnullincl

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This is a test to determine if an empty group can be created.

No errors

Passed MPI_Group_translate_ranks - grouptest2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This is a test of MPI_Group_translate_ranks().

No errors

Passed Win_get_group basic - getgroup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This is a simple test of MPI_Win_get_group() for a selection of communicators.

No errors

Parallel Input/Output - Score: 100% Passed

This group features tests that involve MPI parallel input/output operations.

Passed Asynchronous IO basic - async_any

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test asynchronous I/O with multiple completion. Each process writes to separate files and reads them back.

No errors

Passed Asynchronous IO collective - async_all

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test asynchronous collective reading and writing. Each process asynchronously to to a file then reads it back.

No errors

Passed Asynchronous IO contig - async

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test contiguous asynchronous I/O. Each process writes to separate files and reads them back. The file name is taken as a command-line argument, and the process rank is appended to it.

No errors

Passed Asynchronous IO non-contig - i_noncontig

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests noncontiguous reads/writes using non-blocking I/O.

No errors

Passed File IO error handlers - userioerr

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test exercises MPI I/O and MPI error handling techniques.

No errors

Passed MPI_File_get_type_extent - getextent

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test file_get_extent.

No errors

Passed MPI_File_set_view displacement_current - setviewcur

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test set_view with DISPLACEMENT_CURRENT. This test reads a header then sets the view to every "size" int, using set view and current displacement. The file is first written using a combination of collective and ordered writes.

No errors

Passed MPI_File_write_ordered basic - rdwrord

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test reading and writing ordered output.

No errors

Passed MPI_File_write_ordered zero - rdwrzero

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test reading and writing data with zero length. The test then looks for errors in the MPI IO routines and reports any that were found, otherwise "No errors" is reported.

No errors

Passed MPI_Info_set file view - setinfo

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test file_set_view. Access style is explicitly described as modifiable. Values include read_once, read_mostly, write_once, write_mostly, random.

No errors

Passed MPI_Type_create_resized basic - resized

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Test file views with MPI_Type_create_resized.

No errors

Passed MPI_Type_create_resized x2 - resized2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Test file views with MPI_Type_create_resized, with a resizing of the resized type.

No errors

Datatypes - Score: 100% Passed

This group features tests that involve named MPI and user defined datatypes.

Passed Aint add and diff - aintmath

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests the MPI 3.1 standard functions MPI_Aint_diff and MPI_Aint_add.

No errors

Passed Blockindexed contiguous convert - blockindexed-misc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test converts a block indexed datatype to a contiguous datatype.

No errors

Passed Blockindexed contiguous zero - blockindexed-zero-count

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This tests the behavior with a zero-count blockindexed datatype.

No errors

Passed C++ datatypes - cxx-types

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test checks for the existence of four new C++ named predefined datatypes that should be accessible from C and Fortran.

No errors

Passed Datatype commit-free-commit - zeroparms

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test creates a valid datatype, commits and frees the datatype, then repeats the process for a second datatype of the same size.

No errors

Passed Datatype get structs - get-struct

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test was motivated by the failure of an example program for RMA involving simple operations on a struct that included a struct. The observed failure was a SEGV in the MPI_Get.

No errors

Passed Datatype inclusive typename - typename

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Sample some datatypes. See 8.4, "Naming Objects" in MPI-2. The default name is the same as the datatype name.

Checking type MPI_CHAR
Checking type MPI_SIGNED_CHAR
Checking type MPI_UNSIGNED_CHAR
Checking type MPI_BYTE
Checking type MPI_WCHAR
Checking type MPI_SHORT
Checking type MPI_UNSIGNED_SHORT
Checking type MPI_INT
Checking type MPI_UNSIGNED
Checking type MPI_LONG
Checking type MPI_UNSIGNED_LONG
Checking type MPI_FLOAT
Checking type MPI_DOUBLE
Checking type MPI_AINT
Checking type MPI_OFFSET
Checking type MPI_PACKED
Checking type MPI_FLOAT_INT
Checking type MPI_DOUBLE_INT
Checking type MPI_LONG_INT
Checking type MPI_SHORT_INT
Checking type MPI_2INT
Checking type MPI_COMPLEX
Checking type MPI_DOUBLE_COMPLEX
Checking type MPI_LOGICAL
Checking type MPI_REAL
Checking type MPI_DOUBLE_PRECISION
Checking type MPI_INTEGER
Checking type MPI_2INTEGER
Checking type MPI_2REAL
Checking type MPI_2DOUBLE_PRECISION
Checking type MPI_CHARACTER
Checking type MPI_INT8_T
Checking type MPI_INT16_T
Checking type MPI_INT32_T
Checking type MPI_INT64_T
Checking type MPI_UINT8_T
Checking type MPI_UINT16_T
Checking type MPI_UINT32_T
Checking type MPI_UINT64_T
Checking type MPI_C_BOOL
Checking type MPI_C_FLOAT_COMPLEX
Checking type MPI_C_DOUBLE_COMPLEX
Checking type MPI_AINT
Checking type MPI_OFFSET
Checking type MPI_REAL4
Checking type MPI_REAL8
Checking type MPI_REAL16
Checking type MPI_COMPLEX8
Checking type MPI_COMPLEX16
Checking type MPI_COMPLEX32
Checking type MPI_INTEGER1
Checking type MPI_INTEGER2
Checking type MPI_INTEGER4
Checking type MPI_INTEGER8
Checking type MPI_INTEGER16
Checking type MPI_LONG_DOUBLE
Checking type MPI_LONG_LONG_INT
Checking type MPI_LONG_LONG
Checking type MPI_UNSIGNED_LONG_LONG
Checking type MPI_LONG_DOUBLE_INT
Checking type MPI_C_LONG_DOUBLE_COMPLEX
Checking type MPI_AINT
Checking type MPI_OFFSET
Checking type MPI_COUNT
No errors

Passed Datatype match size - tmatchsize

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Test of type_match_size. Check the most likely cases. Note that it is an error to free the type returned by MPI_Type_match_size. Also note that it is an error to request a size not supported by the compiler, so Type_match_size should generate an error in that case.

No errors

Passed Datatype reference count - tfree

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test to check if freed datatypes have reference count semantics. The idea here is to create a simple but non-contiguous datatype, perform an irecv with it, free it, and then create many new datatypes. If the datatype was freed and the space was reused, this test may detect an error.

No errors

Passed Datatypes - process_datatypes

Build: NA

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests for the presence of constants from MPI-1.0 and higher. It constructs small separate main programs in either C, FORTRAN, or C++ for each datatype. It fails if any datatype is not present. ISSUE: This test may timeout if separate program executions initialize slowly.

c "MPI_2DOUBLE_PRECISION" Size = 16 is verified.
c "MPI_2INT" Size = 8 is verified.
c "MPI_2INTEGER" Size = 8 is verified.
c "MPI_2REAL" Size = 8 is verified.
c "MPI_AINT" Size = 8 is verified.
c "MPI_BYTE" Size = 1 is verified.
c "MPI_C_BOOL" Size = 1 is verified.
c "MPI_C_COMPLEX" Size = 8 is verified.
c "MPI_C_DOUBLE_COMPLEX" Size = 16 is verified.
c "MPI_C_FLOAT_COMPLEX" Size = 8 is verified.
c "MPI_C_LONG_DOUBLE_COMPLEX" Size = 32 is verified.
c "MPI_CHAR" Size = 1 is verified.
c "MPI_CHARACTER" Size = 1 is verified.
c "MPI_COMPLEX" Size = 8 is verified.
c "MPI_COMPLEX2" is not verified: (compilation).
c "MPI_COMPLEX4" is not verified: (compilation).
c "MPI_COMPLEX8" Size = 8 is verified.
c "MPI_COMPLEX16" Size = 16 is verified.
c "MPI_COMPLEX32" Size = 32 is verified.
c "MPI_DOUBLE" Size = 8 is verified.
c "MPI_DOUBLE_INT" Size = 12 is verified.
c "MPI_DOUBLE_COMPLEX" Size = 16 is verified.
c "MPI_DOUBLE_PRECISION" Size = 8 is verified.
c "MPI_FLOAT" Size = 4 is verified.
c "MPI_FLOAT_INT" Size = 8 is verified.
c "MPI_INT" Size = 4 is verified.
c "MPI_INT8_T" Size = 1 is verified.
c "MPI_INT16_T" Size = 2 is verified.
c "MPI_INT32_T" Size = 4 is verified.
c "MPI_INT64_T" Size = 8 is verified.
c "MPI_INTEGER" Size = 4 is verified.
c "MPI_INTEGER1" Size = 1 is verified.
c "MPI_INTEGER2" Size = 2 is verified.
c "MPI_INTEGER4" Size = 4 is verified.
c "MPI_INTEGER8" Size = 8 is verified.
c "MPI_INTEGER16" Size = 16 is verified.
c "MPI_LB" Size = 0 is verified.
c "MPI_LOGICAL" Size = 4 is verified.
c "MPI_LONG" Size = 8 is verified.
c "MPI_LONG_INT" Size = 12 is verified.
c "MPI_LONG_DOUBLE" Size = 16 is verified.
c "MPI_LONG_DOUBLE_INT" Size = 20 is verified.
c "MPI_LONG_LONG" Size = 8 is verified.
c "MPI_LONG_LONG_INT" Size = 8 is verified.
c "MPI_OFFSET" Size = 8 is verified.
c "MPI_PACKED" Size = 1 is verified.
c "MPI_REAL" Size = 4 is verified.
c "MPI_REAL2" is not verified: (compilation).
c "MPI_REAL4" Size = 4 is verified.
c "MPI_REAL8" Size = 8 is verified.
c "MPI_REAL16" Size = 16 is verified.
c "MPI_SHORT" Size = 2 is verified.
c "MPI_SHORT_INT" Size = 6 is verified.
c "MPI_SIGNED_CHAR" Size = 1 is verified.
c "MPI_UB" Size = 0 is verified.
c "MPI_UNSIGNED_CHAR" Size = 1 is verified.
c "MPI_UNSIGNED_SHORT" Size = 2 is verified.
c "MPI_UNSIGNED" Size = 4 is verified.
c "MPI_UNSIGNED_LONG" Size = 8 is verified.
c "MPI_WCHAR" Size = 2 is verified.
c "MPI_LONG_LONG_INT" Size = 8 is verified.
c "MPI_FLOAT_INT" Size = 8 is verified.
c "MPI_DOUBLE_INT" Size = 12 is verified.
c "MPI_LONG_INT" Size = 12 is verified.
c "MPI_LONG_DOUBLE_INT" Size = 20 is verified.
c "MPI_2INT" Size = 8 is verified.
c "MPI_SHORT_INT" Size = 6 is verified.
c "MPI_LONG_DOUBLE_INT" Size = 20 is verified.
c "MPI_2REAL" Size = 8 is verified.
c "MPI_2DOUBLE_PRECISION" Size = 16 is verified.
c "MPI_2INTEGER" Size = 8 is verified.
C "MPI_CXX_BOOL" Size = 1 is verified.
C "MPI_CXX_FLOAT_COMPLEX" Size = 8 is verified.
C "MPI_CXX_DOUBLE_COMPLEX" Size = 16 is verified.
C "MPI_CXX_LONG_DOUBLE_COMPLEX" Size = 32 is verified.
f "MPI_BYTE" Size =1 is verified.
f "MPI_CHARACTER" Size =1 is verified.
f "MPI_COMPLEX" Size =8 is verified.
f "MPI_DOUBLE_COMPLEX" Size =16 is verified.
f "MPI_DOUBLE_PRECISION" Size =8 is verified.
f "MPI_INTEGER" Size =4 is verified.
f "MPI_INTEGER1" Size =1 is verified.
f "MPI_INTEGER2" Size =2 is verified.
f "MPI_INTEGER4" Size =4 is verified.
f "MPI_LOGICAL" Size =4 is verified.
f "MPI_REAL" Size =4 is verified.
f "MPI_REAL2" is not verified: (execution).
f "MPI_REAL4" Size =4 is verified.
f "MPI_REAL8" Size =8 is verified.
f "MPI_PACKED" Size =1 is verified.
f "MPI_2REAL" Size =8 is verified.
f "MPI_2DOUBLE_PRECISION" Size =16 is verified.
f "MPI_2INTEGER" Size =8 is verified.
No errors.

Passed Datatypes basic and derived - sendrecvt2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This program is derived from one in the MPICH-1 test suite. It tests a wide variety of basic and derived datatypes.

Testing communicator number MPI_COMM_WORLD
Testing type MPI_CHAR
Testing type MPI_SHORT
Testing type MPI_INT
Testing type MPI_LONG
Testing type MPI_UNSIGNED_CHAR
Testing type MPI_UNSIGNED_SHORT
Testing type MPI_UNSIGNED
Testing type MPI_UNSIGNED_LONG
Testing type MPI_FLOAT
Testing type MPI_DOUBLE
Testing type MPI_BYTE
Testing type MPI_LONG_DOUBLE
Testing type Contig type MPI_CHAR
Testing type Contig type MPI_SHORT
Testing type Contig type MPI_INT
Testing type Contig type MPI_LONG
Testing type Contig type MPI_UNSIGNED_CHAR
Testing type Contig type MPI_UNSIGNED_SHORT
Testing type Contig type MPI_UNSIGNED
Testing type Contig type MPI_UNSIGNED_LONG
Testing type Contig type MPI_FLOAT
Testing type Contig type MPI_DOUBLE
Testing type Contig type MPI_BYTE
Testing type Contig type MPI_LONG_DOUBLE
Testing type Vector type MPI_CHAR
Testing type Vector type MPI_SHORT
Testing type Vector type MPI_INT
Testing type Vector type MPI_LONG
Testing type Vector type MPI_UNSIGNED_CHAR
Testing type Vector type MPI_UNSIGNED_SHORT
Testing type Vector type MPI_UNSIGNED
Testing type Vector type MPI_UNSIGNED_LONG
Testing type Vector type MPI_FLOAT
Testing type Vector type MPI_DOUBLE
Testing type Vector type MPI_BYTE
Testing type Vector type MPI_LONG_DOUBLE
Testing type Index type MPI_CHAR
Testing type Index type MPI_SHORT
Testing type Index type MPI_INT
Testing type Index type MPI_LONG
Testing type Index type MPI_UNSIGNED_CHAR
Testing type Index type MPI_UNSIGNED_SHORT
Testing type Index type MPI_UNSIGNED
Testing type Index type MPI_UNSIGNED_LONG
Testing type Index type MPI_FLOAT
Testing type Index type MPI_DOUBLE
Testing type Index type MPI_BYTE
Testing type Index type MPI_LONG_DOUBLE
Testing type Struct type char-double
Testing type Struct type double-char
Testing type Struct type unsigned-double
Testing type Struct type float-long
Testing type Struct type unsigned char-char
Testing type Struct type unsigned short-double
Testing communicator number Dup of MPI_COMM_WORLD
Testing type MPI_CHAR
Testing type MPI_SHORT
Testing type MPI_INT
Testing type MPI_LONG
Testing type MPI_UNSIGNED_CHAR
Testing type MPI_UNSIGNED_SHORT
Testing type MPI_UNSIGNED
Testing type MPI_UNSIGNED_LONG
Testing type MPI_FLOAT
Testing type MPI_DOUBLE
Testing type MPI_BYTE
Testing type MPI_LONG_DOUBLE
Testing type Contig type MPI_CHAR
Testing type Contig type MPI_SHORT
Testing type Contig type MPI_INT
Testing type Contig type MPI_LONG
Testing type Contig type MPI_UNSIGNED_CHAR
Testing type Contig type MPI_UNSIGNED_SHORT
Testing type Contig type MPI_UNSIGNED
Testing type Contig type MPI_UNSIGNED_LONG
Testing type Contig type MPI_FLOAT
Testing type Contig type MPI_DOUBLE
Testing type Contig type MPI_BYTE
Testing type Contig type MPI_LONG_DOUBLE
Testing type Vector type MPI_CHAR
Testing type Vector type MPI_SHORT
Testing type Vector type MPI_INT
Testing type Vector type MPI_LONG
Testing type Vector type MPI_UNSIGNED_CHAR
Testing type Vector type MPI_UNSIGNED_SHORT
Testing type Vector type MPI_UNSIGNED
Testing type Vector type MPI_UNSIGNED_LONG
Testing type Vector type MPI_FLOAT
Testing type Vector type MPI_DOUBLE
Testing type Vector type MPI_BYTE
Testing type Vector type MPI_LONG_DOUBLE
Testing type Index type MPI_CHAR
Testing type Index type MPI_SHORT
Testing type Index type MPI_INT
Testing type Index type MPI_LONG
Testing type Index type MPI_UNSIGNED_CHAR
Testing type Index type MPI_UNSIGNED_SHORT
Testing type Index type MPI_UNSIGNED
Testing type Index type MPI_UNSIGNED_LONG
Testing type Index type MPI_FLOAT
Testing type Index type MPI_DOUBLE
Testing type Index type MPI_BYTE
Testing type Index type MPI_LONG_DOUBLE
Testing type Struct type char-double
Testing type Struct type double-char
Testing type Struct type unsigned-double
Testing type Struct type float-long
Testing type Struct type unsigned char-char
Testing type Struct type unsigned short-double
Testing communicator number Rank reverse of MPI_COMM_WORLD
Testing type MPI_CHAR
Testing type MPI_SHORT
Testing type MPI_INT
Testing type MPI_LONG
Testing type MPI_UNSIGNED_CHAR
Testing type MPI_UNSIGNED_SHORT
Testing type MPI_UNSIGNED
Testing type MPI_UNSIGNED_LONG
Testing type MPI_FLOAT
Testing type MPI_DOUBLE
Testing type MPI_BYTE
Testing type MPI_LONG_DOUBLE
Testing type Contig type MPI_CHAR
Testing type Contig type MPI_SHORT
Testing type Contig type MPI_INT
Testing type Contig type MPI_LONG
Testing type Contig type MPI_UNSIGNED_CHAR
Testing type Contig type MPI_UNSIGNED_SHORT
Testing type Contig type MPI_UNSIGNED
Testing type Contig type MPI_UNSIGNED_LONG
Testing type Contig type MPI_FLOAT
Testing type Contig type MPI_DOUBLE
Testing type Contig type MPI_BYTE
Testing type Contig type MPI_LONG_DOUBLE
Testing type Vector type MPI_CHAR
Testing type Vector type MPI_SHORT
Testing type Vector type MPI_INT
Testing type Vector type MPI_LONG
Testing type Vector type MPI_UNSIGNED_CHAR
Testing type Vector type MPI_UNSIGNED_SHORT
Testing type Vector type MPI_UNSIGNED
Testing type Vector type MPI_UNSIGNED_LONG
Testing type Vector type MPI_FLOAT
Testing type Vector type MPI_DOUBLE
Testing type Vector type MPI_BYTE
Testing type Vector type MPI_LONG_DOUBLE
Testing type Index type MPI_CHAR
Testing type Index type MPI_SHORT
Testing type Index type MPI_INT
Testing type Index type MPI_LONG
Testing type Index type MPI_UNSIGNED_CHAR
Testing type Index type MPI_UNSIGNED_SHORT
Testing type Index type MPI_UNSIGNED
Testing type Index type MPI_UNSIGNED_LONG
Testing type Index type MPI_FLOAT
Testing type Index type MPI_DOUBLE
Testing type Index type MPI_BYTE
Testing type Index type MPI_LONG_DOUBLE
Testing type Struct type char-double
Testing type Struct type double-char
Testing type Struct type unsigned-double
Testing type Struct type float-long
Testing type Struct type unsigned char-char
Testing type Struct type unsigned short-double
No errors

Passed Datatypes comprehensive - sendrecvt4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This program is derived from one in the MPICH-1 test suite. This test sends and receives EVERYTHING from MPI_BOTTOM, by putting the data into a structure.

Testing type MPI_CHAR
Testing type MPI_SHORT
Testing type MPI_INT
Testing type MPI_LONG
Testing type MPI_UNSIGNED_CHAR
Testing type MPI_UNSIGNED_SHORT
Testing type MPI_UNSIGNED
Testing type MPI_UNSIGNED_LONG
Testing type MPI_FLOAT
Testing type MPI_DOUBLE
Testing type MPI_BYTE
Testing type MPI_LONG_DOUBLE
Testing type Contig type MPI_CHAR
Testing type Contig type MPI_SHORT
Testing type Contig type MPI_INT
Testing type Contig type MPI_LONG
Testing type Contig type MPI_UNSIGNED_CHAR
Testing type Contig type MPI_UNSIGNED_SHORT
Testing type Contig type MPI_UNSIGNED
Testing type Contig type MPI_UNSIGNED_LONG
Testing type Contig type MPI_FLOAT
Testing type Contig type MPI_DOUBLE
Testing type Contig type MPI_BYTE
Testing type Contig type MPI_LONG_DOUBLE
Testing type Vector type MPI_CHAR
Testing type Vector type MPI_SHORT
Testing type Vector type MPI_INT
Testing type Vector type MPI_LONG
Testing type Vector type MPI_UNSIGNED_CHAR
Testing type Vector type MPI_UNSIGNED_SHORT
Testing type Vector type MPI_UNSIGNED
Testing type Vector type MPI_UNSIGNED_LONG
Testing type Vector type MPI_FLOAT
Testing type Vector type MPI_DOUBLE
Testing type Vector type MPI_BYTE
Testing type Vector type MPI_LONG_DOUBLE
Testing type Index type MPI_CHAR
Testing type Index type MPI_SHORT
Testing type Index type MPI_INT
Testing type Index type MPI_LONG
Testing type Index type MPI_UNSIGNED_CHAR
Testing type Index type MPI_UNSIGNED_SHORT
Testing type Index type MPI_UNSIGNED
Testing type Index type MPI_UNSIGNED_LONG
Testing type Index type MPI_FLOAT
Testing type Index type MPI_DOUBLE
Testing type Index type MPI_BYTE
Testing type Index type MPI_LONG_DOUBLE
Testing type Struct type char-double
Testing type Struct type double-char
Testing type Struct type unsigned-double
Testing type Struct type float-long
Testing type Struct type unsigned char-char
Testing type Struct type unsigned short-double
Testing type MPI_CHAR
Testing type MPI_SHORT
Testing type MPI_INT
Testing type MPI_LONG
Testing type MPI_UNSIGNED_CHAR
Testing type MPI_UNSIGNED_SHORT
Testing type MPI_UNSIGNED
Testing type MPI_UNSIGNED_LONG
Testing type MPI_FLOAT
Testing type MPI_DOUBLE
Testing type MPI_BYTE
Testing type MPI_LONG_DOUBLE
Testing type Contig type MPI_CHAR
Testing type Contig type MPI_SHORT
Testing type Contig type MPI_INT
Testing type Contig type MPI_LONG
Testing type Contig type MPI_UNSIGNED_CHAR
Testing type Contig type MPI_UNSIGNED_SHORT
Testing type Contig type MPI_UNSIGNED
Testing type Contig type MPI_UNSIGNED_LONG
Testing type Contig type MPI_FLOAT
Testing type Contig type MPI_DOUBLE
Testing type Contig type MPI_BYTE
Testing type Contig type MPI_LONG_DOUBLE
Testing type Vector type MPI_CHAR
Testing type Vector type MPI_SHORT
Testing type Vector type MPI_INT
Testing type Vector type MPI_LONG
Testing type Vector type MPI_UNSIGNED_CHAR
Testing type Vector type MPI_UNSIGNED_SHORT
Testing type Vector type MPI_UNSIGNED
Testing type Vector type MPI_UNSIGNED_LONG
Testing type Vector type MPI_FLOAT
Testing type Vector type MPI_DOUBLE
Testing type Vector type MPI_BYTE
Testing type Vector type MPI_LONG_DOUBLE
Testing type Index type MPI_CHAR
Testing type Index type MPI_SHORT
Testing type Index type MPI_INT
Testing type Index type MPI_LONG
Testing type Index type MPI_UNSIGNED_CHAR
Testing type Index type MPI_UNSIGNED_SHORT
Testing type Index type MPI_UNSIGNED
Testing type Index type MPI_UNSIGNED_LONG
Testing type Index type MPI_FLOAT
Testing type Index type MPI_DOUBLE
Testing type Index type MPI_BYTE
Testing type Index type MPI_LONG_DOUBLE
Testing type Struct type char-double
Testing type Struct type double-char
Testing type Struct type unsigned-double
Testing type Struct type float-long
Testing type Struct type unsigned char-char
Testing type Struct type unsigned short-double
Testing type MPI_CHAR
Testing type MPI_SHORT
Testing type MPI_INT
Testing type MPI_LONG
Testing type MPI_UNSIGNED_CHAR
Testing type MPI_UNSIGNED_SHORT
Testing type MPI_UNSIGNED
Testing type MPI_UNSIGNED_LONG
Testing type MPI_FLOAT
Testing type MPI_DOUBLE
Testing type MPI_BYTE
Testing type MPI_LONG_DOUBLE
Testing type Contig type MPI_CHAR
Testing type Contig type MPI_SHORT
Testing type Contig type MPI_INT
Testing type Contig type MPI_LONG
Testing type Contig type MPI_UNSIGNED_CHAR
Testing type Contig type MPI_UNSIGNED_SHORT
Testing type Contig type MPI_UNSIGNED
Testing type Contig type MPI_UNSIGNED_LONG
Testing type Contig type MPI_FLOAT
Testing type Contig type MPI_DOUBLE
Testing type Contig type MPI_BYTE
Testing type Contig type MPI_LONG_DOUBLE
Testing type Vector type MPI_CHAR
Testing type Vector type MPI_SHORT
Testing type Vector type MPI_INT
Testing type Vector type MPI_LONG
Testing type Vector type MPI_UNSIGNED_CHAR
Testing type Vector type MPI_UNSIGNED_SHORT
Testing type Vector type MPI_UNSIGNED
Testing type Vector type MPI_UNSIGNED_LONG
Testing type Vector type MPI_FLOAT
Testing type Vector type MPI_DOUBLE
Testing type Vector type MPI_BYTE
Testing type Vector type MPI_LONG_DOUBLE
Testing type Index type MPI_CHAR
Testing type Index type MPI_SHORT
Testing type Index type MPI_INT
Testing type Index type MPI_LONG
Testing type Index type MPI_UNSIGNED_CHAR
Testing type Index type MPI_UNSIGNED_SHORT
Testing type Index type MPI_UNSIGNED
Testing type Index type MPI_UNSIGNED_LONG
Testing type Index type MPI_FLOAT
Testing type Index type MPI_DOUBLE
Testing type Index type MPI_BYTE
Testing type Index type MPI_LONG_DOUBLE
Testing type Struct type char-double
Testing type Struct type double-char
Testing type Struct type unsigned-double
Testing type Struct type float-long
Testing type Struct type unsigned char-char
Testing type Struct type unsigned short-double
No errors

Passed Get_address math - gaddress

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This routine shows how math can be used on MPI addresses and verifies that it produces the correct result.

No errors

Passed Get_elements contig - get-elements

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Uses a contig of a struct in order to satisfy two properties: (A) a type that contains more than one element type (the struct portion) (B) a type that has an odd number of ints in its "type contents" (1 in this case). This triggers a specific bug in some versions of MPICH.

No errors

Passed Get_elements pair - get-elements-pairtype

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Send a { double, int, double} tuple and receive as a pair of MPI_DOUBLE_INTs. this should (a) be valid, and (b) result in an element count of 3.

No errors

Passed Get_elements partial - getpartelm

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Receive partial datatypes and check that MPI_Getelements gives the correct version.

No errors

Passed LONG_DOUBLE size - longdouble

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test ensures that simplistic build logic/configuration did not result in a defined, yet incorrectly sized, MPI predefined datatype for long double and long double Complex. Based on a test suggested by Jim Hoekstra @ Iowa State University. The test also considers other datatypes that are optional in the MPI-3 specification.

No errors

Passed Large counts for types - large-count

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test checks for large count functionality ("MPI_Count") mandated by MPI-3, as well as behavior of corresponding pre-MPI-3 interfaces that have better defined behavior when an "int" quantity would overflow.

No errors

Passed Large types - large_type

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test checks that MPI can handle large datatypes.

No errors

Passed Local pack/unpack basic - localpack

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test users MPI_Pack() on a communication buffer, then call MPU_Unpack() to confirm that the unpacked data matches the original. This routine performs all work within a simple processor.

No errors

Passed Noncontiguous datatypes - unusual-noncontigs

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test uses a structure datatype that describes data that is contiguous, but is is manipulated as if it is noncontiguous. The test is designed to expose flaws in MPI memory management should they exist.

No errors

Passed Pack basic - simple-pack

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests functionality of MPI_Type_get_envelope() and MPI_Type_get_contents() on a MPI_FLOAT. Returns the number of errors encountered.

No errors

Passed Pack/Unpack matrix transpose - transpose-pack

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test confirms that an MPI packed matrix can be unpacked correctly by the MPI infrastructure.

No errors

Passed Pack/Unpack multi-struct - struct-pack

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test confirms that packed structures, including array-of-struct and struct-of-struct unpack properly.

No errors

Passed Pack/Unpack sliced - slice-pack

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test confirms that sliced array pack and unpack properly.

No errors

Passed Pack/Unpack struct - structpack2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test confirms that a packed structure unpacks properly.

No errors

Passed Pack_external_size - simple-pack-external

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests functionality of MPI_Type_get_envelope() and MPI_Type_get_contents() on a packed-external MPI_FLOAT. Returns the number of errors encountered.

No errors

Passed Pair types optional - pairtype-size-extent

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Check for optional datatypes such as LONG_DOUBLE_INT.

No errors

Passed Simple contig datatype - contigstruct

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test checks to see if we can create a simple datatype made from many contiguous copies of a single struct. The struct is built with monotone decreasing displacements to avoid any struct->config optimizations.

No errors

Passed Simple zero contig - contig-zero-count

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests behaviour with a zero count contig.

No errors

Passed Struct zero count - struct-zero-count

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests behavior with a zero-count struct of builtins.

No errors

Passed Type_commit basic - simple-commit

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests that verifies that the MPI_Type_commit succeeds.

No errors

Passed Type_create_darray cyclic - darray-cyclic

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 12

Test Description:

Several cyclic checks of a custom struct darray.

No errors

Passed Type_create_darray pack - darray-pack

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 9

Test Description:

Performs a sequence of tests building darrays with single-element blocks, running through all the various positions that the element might come from.

No errors

Passed Type_create_darray pack many rank - darray-pack_72

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 32

Test Description:

Performs a sequence of tests building darrays with single-element blocks, running through all the various positions that the element might come from. Should be run with many ranks (at least 32).

No errors

Passed Type_create_hindexed_block - hindexed_block

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests behavior with a hindexed_block that can be converted to a contig easily. This is specifically for coverage. Returns the number of errors encountered.

No errors

Passed Type_create_hindexed_block contents - hindexed_block_contents

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test is a simple check of MPI_Type_create_hindexed_block() using MPI_Type_get_envelope() and MPI_Type_get_contents().

No errors

Passed Type_create_resized - simple-resized

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests behavior with resizing of a simple derived type.

No errors

Passed Type_create_resized 0 lower bound - tresized

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test of MPI datatype resized with 0 lower bound.

No errors

Passed Type_create_resized lower bound - tresized2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test of MPI datatype resized with non-zero lower bound.

No errors

Passed Type_create_subarray basic - subarray

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test creates a subarray and confirms its contents.

No errors

Passed Type_create_subarray pack/unpack - subarray-pack

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test confirms that a packed sub-array can be properly unpacked.

No errors

Passed Type_free memory - typefree

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test is used to confirm that memory is properly recovered from freed datatypes. The test may be run with valgrind or similar tools, or it may be run with MPI implementation specific options. For this test it is run only with standard MPI error checking enabled.

No errors

Passed Type_get_envelope basic - contents

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This tests the functionality of MPI_Type_get_envelope() and MPI_Type_get_contents().

No errors

Passed Type_hindexed zero - hindexed-zeros

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests hindexed types with all zero length blocks.

No errors

Passed Type_hvector counts - struct-derived-zeros

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests vector and struct type creation and commits with varying counts and odd displacements.

No errors

Passed Type_hvector_blklen loop - hvecblklen

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Inspired by the Intel MPI_Type_hvector_blklen test. Added to include a test of a dataloop optimization that failed.

No errors

Passed Type_indexed many - lots-of-types

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

No errors

Passed Type_indexed not compacted - indexed-misc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests behavior with an indexed array that can be compacted but should continue to be stored as an indexed type. Specifically for coverage. Returns the number of errors encountered.

No errors

Passed Type_struct basic - struct-empty-el

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test creates an MPI_Type_struct() datatype, assigns data and sends the structure to a second process. The second process receives the structure and confirms that the information contained in the structure agrees with the original data.

No errors

Passed Type_struct() alignment - dataalign

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This routine checks the alignment of a custom datatype.

No errors

Passed Type_vector blklen - vecblklen

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test is inspired by the Intel MPI_Type_vector_blklen test. The test fundamentally tries to deceive MPI into scrambling the data using padded struct types, and MPI_Pack() and MPI_Unpack(). The data is then checked to make sure the original data was not lost in the process. If "No errors" is reported, then the MPI functions that manipulated the data did not corrupt the test data.

No errors

Passed Type_{lb,ub,extent} - typelb

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test checks that both the upper and lower boundary of an hindexed MPI type is correct.

No errors

Passed Zero sized blocks - zeroblks

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test creates an empty packed indexed type, and then checks that the last 40 entrines of the unpacked recv_buffer have the corresponding elements from the send buffer.

No errors

Collectives - Score: 83% Passed

This group features tests of utilizing MPI collectives.

Passed Allgather basic - allgatherv3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

Gather data from a vector to a contiguous vector for a selection of communicators. This is the trivial version based on the allgather test (allgatherv but with constant data sizes).

No errors

Passed Allgather double zero - allgather3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

This test is similar to "Allgather in-place null", but uses MPI_DOUBLE with separate input and output arrays and performs an additional test for a zero byte gather operation.

No errors

Failed Allgather in-place null - allgather2

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 10

Test Description:

This is a test of MPI_Allgather() using MPI_IN_PLACE and MPI_DATATYPE_NULL to repeatedly gather data from a vector that increases in size each iteration for a selection of communicators.

Found 10 errors

Passed Allgather intercommunicators - icallgather

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

Allgather tests using a selection of intercommunicators and increasing array sizes. Processes are split into two groups and MPI_Allgather() is used to have each group send data to the other group and to send data from one group to the other.

No errors

Passed Allgatherv 2D - coll6

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

This test uses MPI_Allgatherv() to define a two-dimensional table.

No errors

Failed Allgatherv in-place - allgatherv2

Build: Passed

Execution: Failed

Exit Status: Application_timed_out

MPI Processes: 10

Test Description:

Gather data from a vector to a contiguous vector using MPI_IN_PLACE for a selection of communicators. This is the trivial version based on the coll/allgather tests with constant data sizes.

*** Error in `./allgatherv2': realloc(): invalid next size: 0x000000000431cf20 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x7f474)[0x2aaaabe7f474]
/lib64/libc.so.6(+0x84861)[0x2aaaabe84861]
/lib64/libc.so.6(realloc+0x1d2)[0x2aaaabe85e12]
/lib64/libc.so.6(+0x77a04)[0x2aaaabe77a04]
/lib64/libc.so.6(fclose+0xd1)[0x2aaaabe6e1a1]
/lib64/libc.so.6(__vsyslog_chk+0x17d)[0x2aaaabef875d]
/lib64/libc.so.6(syslog+0x8f)[0x2aaaabef8bbf]
/p/app/hpe/mpt-2.20/lib/libmpi.so(+0x6a174)[0x2aaaab56e174]
======= Memory map: ========
00400000-00411000 r-xp 00000000 b5:84fa2 288232497093804346              /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allgatherv2
00611000-00612000 r--p 00011000 b5:84fa2 288232497093804346              /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allgatherv2
00612000-00613000 rw-p 00012000 b5:84fa2 288232497093804346              /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allgatherv2
00613000-00708000 rw-p 00000000 00:00 0                                  [heap]
00708000-043dd000 rw-p 00000000 00:00 0                                  [heap]
2aaaaaaab000-2aaaaaacd000 r-xp 00000000 00:14 107195                     /usr/lib64/ld-2.17.so
2aaaaaacd000-2aaaaaacf000 r-xp 00000000 00:00 0                          [vdso]
2aaaaaacf000-2aaaaaad1000 rw-p 00000000 00:00 0 
2aaaaaad1000-2aaaaaad2000 r--s dabbad0003090000 00:05 14964              /dev/hfi1_1
2aaaaaad2000-2aaaaaad3000 ---p 00000000 00:03 4026532498                 /proc/numatools
2aaaaaad3000-2aaaaaad9000 -w-s dabbad0002090000 00:05 14964              /dev/hfi1_1
2aaaaaad9000-2aaaaaadf000 -w-s dabbad0001090000 00:05 14964              /dev/hfi1_1
2aaaaaadf000-2aaaaaae0000 r--s ffffbff3daa2b000 00:05 14964              /dev/hfi1_1
2aaaaaae0000-2aaaaaae1000 rw-s dabbad0006090000 00:05 14964              /dev/hfi1_1
2aaaaaae1000-2aaaaaae7000 rw-p 00000000 00:00 0 
2aaaaaae7000-2aaaaab87000 rw-s 00000000 00:04 52700339                   /dev/zero (deleted)
2aaaaab87000-2aaaaabc7000 r--s dabbad0004090000 00:05 14964              /dev/hfi1_1
2aaaaabc7000-2aaaaabc8000 r--s ffffbff319cf9000 00:05 14964              /dev/hfi1_1
2aaaaabc8000-2aaaaabc9000 r--s dabbad0008090000 00:05 14964              /dev/hfi1_1
2aaaaabc9000-2aaaaabca000 ---p 00000000 00:03 4026532498                 /proc/numatools
2aaaaabca000-2aaaaac85000 rw-s 00000000 00:00 0 
2aaaaac85000-2aaaaac86000 rw-p 00000000 00:05 2054                       /dev/zero
2aaaaac86000-2aaaaac87000 rw-p 00000000 00:05 2054                       /dev/zero
2aaaaac87000-2aaaaacbc000 r--s 00000000 00:14 34953                      /var/db/nscd/passwd
2aaaaacbc000-2aaaaacbd000 rw-p 00000000 00:00 0 
2aaaaaccc000-2aaaaaccd000 r--p 00021000 00:14 107195                     /usr/lib64/ld-2.17.so
2aaaaaccd000-2aaaaacce000 rw-p 00022000 00:14 107195                     /usr/lib64/ld-2.17.so
2aaaaacce000-2aaaaaccf000 rw-p 00000000 00:00 0 
2aaaaaccf000-2aaaaacd4000 r-xp 00000000 00:14 106924                     /usr/lib64/libdplace.so.0.0.0
2aaaaacd4000-2aaaaaed3000 ---p 00005000 00:14 106924                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed3000-2aaaaaed4000 r--p 00004000 00:14 106924                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed4000-2aaaaaed5000 rw-p 00005000 00:14 106924                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed5000-2aaaaaeec000 r-xp 00000000 00:14 105669                     /usr/lib64/libpthread-2.17.so
2aaaaaeec000-2aaaab0eb000 ---p 00017000 00:14 105669                     /usr/lib64/libpthread-2.17.so
2aaaab0eb000-2aaaab0ec000 r--p 00016000 00:14 105669                     /usr/lib64/libpthread-2.17.so
2aaaab0ec000-2aaaab0ed000 rw-p 00017000 00:14 105669                     /usr/lib64/libpthread-2.17.so
2aaaab0ed000-2aaaab0f1000 rw-p 00000000 00:00 0 
2aaaab0f1000-2aaaab0fe000 r-xp 00000000 00:14 112352                     /usr/lib64/libcpuset.so.1.1.0
2aaaab0fe000-2aaaab2fd000 ---p 0000d000 00:14 112352                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2fd000-2aaaab2fe000 r--p 0000c000 00:14 112352                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2fe000-2aaaab2ff000 rw-p 0000d000 00:14 112352                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2ff000-2aaaab302000 r-xp 00000000 00:14 105437                     /usr/lib64/libbitmask.so.1.0.1
2aaaab302000-2aaaab502000 ---p 00003000 00:14 105437                     /usr/lib64/libbitmask.so.1.0.1
2aaaab502000-2aaaab503000 r--p 00003000 00:14 105437                     /usr/lib64/libbitmask.so.1.0.1
2aaaab503000-2aaaab504000 rw-p 00004000 00:14 105437                     /usr/lib64/libbitmask.so.1.0.1
2aaaab504000-2aaaab6ca000 r-xp 00000000 dd4:14d1e 288231623755915686     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab6ca000-2aaaab8c9000 ---p 001c6000 dd4:14d1e 288231623755915686     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab8c9000-2aaaab8cb000 r--p 001c5000 dd4:14d1e 288231623755915686     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab8cb000-2aaaab8d0000 rw-p 001c7000 dd4:14d1e 288231623755915686     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab8d0000-2aaaab8e8000 rw-p 00000000 00:00 0 
2aaaab8e8000-2aaaab9e9000 r-xp 00000000 00:14 109622                     /usr/lib64/libm-2.17.so
2aaaab9e9000-2aaaabbe8000 ---p 00101000 00:14 109622                     /usr/lib64/libm-2.17.so
2aaaabbe8000-2aaaabbe9000 r--p 00100000 00:14 109622                     /usr/lib64/libm-2.17.so
2aaaabbe9000-2aaaabbea000 rw-p 00101000 00:14 109622                     /usr/lib64/libm-2.17.so
2aaaabbea000-2aaaabbff000 r-xp 00000000 00:14 102529                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabbff000-2aaaabdfe000 ---p 00015000 00:14 102529                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabdfe000-2aaaabdff000 r--p 00014000 00:14 102529                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabdff000-2aaaabe00000 rw-p 00015000 00:14 102529                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabe00000-2aaaabfc4000 r-xp 00000000 00:14 63879                      /usr/lib64/libc-2.17.so
2aaaabfc4000-2aaaac1c3000 ---p 001c4000 00:14 63879                      /usr/lib64/libc-2.17.so
2aaaac1c3000-2aaaac1c7000 r--p 001c3000 00:14 63879                      /usr/lib64/libc-2.17.so
2aaaac1c7000-2aaaac1c9000 rw-p 001c7000 00:14 63879                      /usr/lib64/libc-2.17.so
2aaaac1c9000-2aaaac1ce000 rw-p 00000000 00:00 0 
2aaaac1ce000-2aaaac1d0000 r-xp 00000000 00:14 107162                     /usr/lib64/libdl-2.17.so
2aaaac1d0000-2aaaac3d0000 ---p 00002000 00:14 107162                     /usr/lib64/libdl-2.17.so
2aaaac3d0000-2aaaac3d1000 r--p 00002000 00:14 107162                     /usr/lib64/libdl-2.17.so
2aaaac3d1000-2aaaac3d2000 rw-p 00003000 00:14 107162                     /usr/lib64/libdl-2.17.so
2aaaac3d2000-2aaaac3dc000 r-xp 00000000 00:14 51756                      /usr/lib64/libnuma.so.1.0.0
2aaaac3dc000-2aaaac5dc000 ---p 0000a000 00:14 51756                      /usr/lib64/libnuma.so.1.0.0
2aaaac5dc000-2aaaac5dd000 r--p 0000a000 00:14 51756                      /usr/lib64/libnuma.so.1.0.0
2aaaac5dd000-2aaaac5de000 rw-p 0000b000 00:14 51756                      /usr/lib64/libnuma.so.1.0.0
2aaaac5de000-2aaaac5e5000 r-xp 00000000 00:14 63752                      /usr/lib64/librt-2.17.so
2aaaac5e5000-2aaaac7e4000 ---p 00007000 00:14 63752                      /usr/lib64/librt-2.17.so
2aaaac7e4000-2aaaac7e5000 r--p 00006000 00:14 63752                      /usr/lib64/librt-2.17.so
2aaaac7e5000-2aaaac7e6000 rw-p 00007000 00:14 63752                      /usr/lib64/librt-2.17.so
2aaaac7e6000-2aaaade2b000 rw-s 00000000 00:04 52700329                   /dev/zero (deleted)
2aaaade2b000-2aaaadeba000 r-xp 00000000 00:14 107023                     /usr/lib64/libpsm2.so.2.2
2aaaadeba000-2aaaae0ba000 ---p 0008f000 00:14 107023                     /usr/lib64/libpsm2.so.2.2
2aaaae0ba000-2aaaae0bb000 r--p 0008f000 00:14 107023                     /usr/lib64/libpsm2.so.2.2
2aaaae0bb000-2aaaae0bd000 rw-p 00090000 00:14 107023                     /usr/lib64/libpsm2.so.2.2
2aaaae0bd000-2aaaae0bf000 rw-p 00000000 00:00 0 
2aaaae0bf000-2aaaae0d7000 r-xp 00000000 00:14 107125                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaae0d7000-2aaaae2d6000 ---p 00018000 00:14 107125                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaae2d6000-2aaaae2d7000 r--p 00017000 00:14 107125                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaae2d7000-2aaaae2d8000 rw-p 00018000 00:14 107125                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaae2d8000-2aaaae33c000 r-xp 00000000 00:14 107763                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaae33c000-2aaaae53b000 ---p 00064000 00:14 107763                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaae53b000-2aaaae53e000 r--p 00063000 00:14 107763                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaae53e000-2aaaae543000 rw-p 00066000 00:14 107763                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaae543000-2aaaae545000 rw-p 00000000 00:00 0 
2aaaae545000-2aaaae563000 r-xp 00000000 00:14 102547                     /usr/lib64/libnl-3.so.200.23.0
2aaaae563000-2aaaae763000 ---p 0001e000 00:14 102547                     /usr/lib64/libnl-3.so.200.23.0
2aaaae763000-2aaaae765000 r--p 0001e000 00:14 102547                     /usr/lib64/libnl-3.so.200.23.0
2aaaae765000-2aaaae766000 rw-p 00020000 00:14 102547                     /usr/lib64/libnl-3.so.200.23.0
2aaaae766000-2aaaae76c000 r-xp 00000000 00:14 107752                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaae76c000-2aaaae96b000 ---p 00006000 00:14 107752                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaae96b000-2aaaae96c000 r--p 00005000 00:14 107752                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaae96c000-2aaaae96d000 rw-p 00006000 00:14 107752                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaae96d000-2aaaae972000 r-xp 00000000 00:14 107747                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaae972000-2aaaaeb72000 ---p 00005000 00:14 107747                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaaeb72000-2aaaaeb73000 r--p 00005000 00:14 107747                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaaeb73000-2aaaaeb74000 rw-p 00006000 00:14 107747                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaaeb74000-2aaaaeb7d000 r-xp 00000000 00:14 107751                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaaeb7d000-2aaaaed7d000 ---p 00009000 00:14 107751                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaaed7d000-2aaaaed7e000 r--p 00009000 00:14 107751                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaaed7e000-2aaaaed7f000 rw-p 0000a000 00:14 107751                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaaed7f000-2aaaaed83000 r-xp 00000000 00:14 107754                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaaed83000-2aaaaef82000 ---p 00004000 00:14 107754                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaaef82000-2aaaaef83000 r--p 00003000 00:14 107754                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaaef83000-2aaaaef84000 rw-p 00004000 00:14 107754                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaaef84000-2aaaaef8c000 r-xp 00000000 00:14 107746                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaaef8c000-2aaaaf18b000 ---p 00008000 00:14 107746                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaaf18b000-2aaaaf18c000 r--p 00007000 00:14 107746                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaaf18c000-2aaaaf18d000 rw-p 00008000 00:14 107746                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaaf18d000-2aaaaf194000 r-xp 00000000 00:14 107750                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaaf194000-2aaaaf393000 ---p 00007000 00:14 107750                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaaf393000-2aaaaf394000 r--p 00006000 00:14 107750                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaaf394000-2aaaaf395000 rw-p 00007000 00:14 107750                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaaf395000-2aaaaf399000 r-xp 00000000 00:14 107755                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaaf399000-2aaaaf598000 ---p 00004000 00:14 107755                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaaf598000-2aaaaf599000 r--p 00003000 00:14 107755                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaaf599000-2aaaaf59a000 rw-p 00004000 00:14 107755                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaaf59a000-2aaaaf5a5000 r-xp 00000000 00:14 63756                      /usr/lib64/libmlx4.so.1.0.22.4
2aaaaf5a5000-2aaaaf7a4000 ---p 0000b000 00:14 63756                      /usr/lib64/libmlx4.so.1.0.22.4
2aaaaf7a4000-2aaaaf7a5000 r--p 0000a000 00:14 63756                      /usr/lib64/libmlx4.so.1.0.22.4
2aaaaf7a5000-2aaaaf7a6000 rw-p 0000b000 00:14 63756                      /usr/lib64/libmlx4.so.1.0.22.4
2aaaaf7a6000-2aaaaf7cd000 r-xp 00000000 00:14 108550                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaaf7cd000-2aaaaf9cc000 ---p 00027000 00:14 108550                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaaf9cc000-2aaaaf9cd000 r--p 00026000 00:14 108550                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaaf9cd000-2aaaaf9ce000 rw-p 00027000 00:14 108550                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaaf9ce000-2aaaaf9d6000 r-xp 00000000 00:14 107749                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaaf9d6000-2aaaafbd5000 ---p 00008000 00:14 107749                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaafbd5000-2aaaafbd6000 r--p 00007000 00:14 107749                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaafbd6000-2aaaafbd7000 rw-p 00008000 00:14 107749                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaafbd7000-2aaaafbdc000 r-xp 00000000 00:14 107748                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaafbdc000-2aaaafddc000 ---p 00005000 00:14 107748                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaafddc000-2aaaafddd000 r--p 00005000 00:14 107748                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaafddd000-2aaaafdde000 rw-p 00006000 00:14 107748                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaafdde000-2aaaafde4000 r-xp 00000000 00:14 107744                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaafde4000-2aaaaffe3000 ---p 00006000 00:14 107744                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaffe3000-2aaaaffe4000 r--p 00005000 00:14 107744                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaffe4000-2aaaaffe5000 rw-p 00006000 00:14 107744                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaffe5000-2aaaaffee000 r-xp 00000000 00:14 107753                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaaaffee000-2aaab01ed000 ---p 00009000 00:14 107753                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaab01ed000-2aaab01ee000 r--p 00008000 00:14 107753                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaab01ee000-2aaab01ef000 rw-p 00009000 00:14 107753                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaab01ef000-2aaab01f3000 r-xp 00000000 00:14 107745                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaab01f3000-2aaab03f2000 ---p 00004000 00:14 107745                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaab03f2000-2aaab03f3000 r--p 00003000 00:14 107745                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaab03f3000-2aaab03f4000 rw-p 00004000 00:14 107745                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaab03f4000-2aaab03f8000 r-xp 00000000 00:14 107756                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaab03f8000-2aaab05f8000 ---p 00004000 00:14 107756                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaab05f8000-2aaab05f9000 r--p 00004000 00:14 107756                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaab05f9000-2aaab05fa000 rw-p 00005000 00:14 107756                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaab05fa000-2aaab0dfa000 r--s dabbad0005090000 00:05 14964              /dev/hfi1_1
2aaab0dfa000-2aaab0dfb000 ---p 00000000 00:00 0 
2aaab0dfb000-2aaab0ffb000 rw-p 00000000 00:00 0 
2aaab0ffb000-2aaab141e000 rw-s 00000000 00:12 52697135                   /dev/shm/psm2_shm.91675000000000140009020
2aaab141e000-2ab40ed63000 rw-s 00000000 00:00 0 
2ab40ed63000-2ab412d63000 rw-s 00000000 00:00 0 
2ab412d63000-2ab412e1e000 rw-s 00000000 00:00 0 
2ab412e1e000-2abd70763000 rw-s 00000000 00:00 0 
2abd70763000-2abd74763000 rw-s 00000000 00:00 0 
2abd74763000-2abd7481e000 rw-s 00000000 00:00 0 
2abd7481e000-2ac6d2163000 rw-s 00000000 00:00 0 
2ac6d2163000-2ac6d6163000 rw-s 00000000 00:00 0 
2ac6d6163000-2ac6d621e000 rw-s 00000000 00:00 0 
2ac6d621e000-2ad033b63000 rw-s 00000000 00:00 0 
2ad033b63000-2ad037b63000 rw-s 00000000 00:00 0 
2ad037b63000-2ad037c1e000 rw-s 00000000 00:00 0 
2ad037c1e000-2ad995563000 rw-s 00000000 00:00 0 
2ad995563000-2ad999563000 rw-s 00000000 00:00 0 
2ad99c000000-2ad99c021000 rw-p 00000000 00:00 0 
2ad99c021000-2ad9a0000000 ---p 00000000 00:00 0 
7ffffffdd000-7ffffffff000 rw-p 00000000 00:00 0                          [stack]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
MPT: Received signal 15

Passed Allgatherv intercommunicators - icallgatherv

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

Allgatherv test using a selection of intercommunicators and increasing array sizes. Processes are split into two groups and MPI_Allgatherv() is used to have each group send data to the other group and to send data from one group to the other. Similar to Allgather test (coll/icallgather).

No errors

Passed Allgatherv large - coll7

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

This test is the same as Allgatherv basic (coll/coll6) except the size of the table is greater than the number of processors.

No errors

Passed Allreduce flood - allredmany

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Tests the ability of the implementation to handle a flood of one-way messages by repeatedly calling MPI_Allreduce(). Test should be run with 2 processes.

No errors

Passed Allreduce in-place - allred2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

MPI_Allreduce() Test using MPI_IN_PLACE for a selection of communicators.

No errors

Passed Allreduce intercommunicators - icallreduce

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

Allreduce test using a selection of intercommunicators and increasing array sizes.

No errors

Passed Allreduce mat-mult - allred3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

This test implements a simple matrix-matrix multiply for a selection of communicators using a user-defined operation for MPI_Allreduce(). This is an associative but not commutative operation where matSize=matrix. The number of matrices is the count argument, which is currently set to 1. The matrix is stored in C order, so that c(i,j) = cin[j+i*matSize].

No errors

Failed Allreduce non-commutative - allred6

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 10

Test Description:

This tests MPI_Allreduce() using apparent non-commutative operators using a selection of communicators. This forces MPI to run code used for non-commutative operators.

MPT ERROR: Rank 0(g:0) received signal SIGSEGV(11).
	Process ID: 307358, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allred6
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT ERROR: Rank 5(g:5) received signal SIGSEGV(11).
	Process ID: 9588, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allred6
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/307358/exe, process 307358
MPT: (no debugging symbols found)...done.
MPT: [New LWP 307366]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb4c0 "MPT ERROR: Rank 0(g:0) received signal SIGSEGV(11).\n\tProcess ID: 307358, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allred6\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45\n") at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=11, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaade20080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=11, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  0x0000000000000000 in ?? ()
MPT: #7  0x00002aaaab60f5e5 in MPI_SGI_reduce_local (op=<optimized out>, 
MPT:     datatype=3, count=1, inoutbuf=0x7fffffffc7c0, inbuf=<optimized out>)
MPT:     at ../../../../include/reduction.h:117
MPT: #8  MPI_SGI_reduce_basic (_sendbuf=_sendbuf@entry=0x7fffffffca34, 
MPT:     recvbuf=0x7fffffffc7c0, recvbuf@entry=0x0, count=count@entry=1, 
MPT:     type=type@entry=3, op=<optimized out>, root=root@entry=0, comm=3)
MPT:     at reduce.c:636
MPT: #9  0x00002aaaab60ff91 in MPI_SGI_reduce (
MPT:     sendbuf=sendbuf@entry=0x7fffffffca34, recvbuf=0x0, count=count@entry=1, 
MPT:     type=type@entry=3, op=<optimized out>, root=root@entry=0, comm=3, 
MPT:     further=further@entry=1) at reduce.c:738
MPT: #10 0x00002aaaab573aa1 in MPI_SGI_allreduce (
MPT:     sendbuf=sendbuf@entry=0x7fffffffca34, 
MPT:     recvbuf=recvbuf@entry=0x7fffffffca34, count=count@entry=1, 
MPT:     type=type@entry=3, op=<optimized out>, comm=comm@entry=1, 
MPT:     further=further@entry=1) at allreduce.c:515
MPT: #11 0x00002aaaab574d13 in PMPI_Allreduce (sendbuf=0x7fffffffca34, 
MPT:     recvbuf=0x7fffffffca34, count=1, type=3, op=<optimized out>, comm=1)
MPT:     at allreduce.c:110
MPT: #12 0x0000000000402273 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 307358] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/307358/exe, process 307358
MPT: [Inferior 1 (process 307358) detached]
MPT: Attaching to program: /proc/9588/exe, process 9588
MPT: (no debugging symbols found)...done.
MPT: [New LWP 9595]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb440 "MPT ERROR: Rank 5(g:5) received signal SIGSEGV(11).\n\tProcess ID: 9588, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allred6\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45\n") at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=11, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaade20080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=11, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  0x0000000000000000 in ?? ()
MPT: #7  0x00002aaaab60f5e5 in MPI_SGI_reduce_local (op=<optimized out>, 
MPT:     datatype=3, count=1, inoutbuf=0x7fffffffc740, inbuf=<optimized out>)
MPT:     at ../../../../include/reduction.h:117
MPT: #8  MPI_SGI_reduce_basic (_sendbuf=_sendbuf@entry=0x7fffffffc9b4, 
MPT:     recvbuf=0x7fffffffc740, recvbuf@entry=0x0, count=count@entry=1, 
MPT:     type=type@entry=3, op=<optimized out>, root=root@entry=0, comm=3)
MPT:     at reduce.c:636
MPT: #9  0x00002aaaab60ff91 in MPI_SGI_reduce (
MPT:     sendbuf=sendbuf@entry=0x7fffffffc9b4, recvbuf=0x0, count=count@entry=1, 
MPT:     type=type@entry=3, op=<optimized out>, root=root@entry=0, comm=3, 
MPT:     further=further@entry=1) at reduce.c:738
MPT: #10 0x00002aaaab573aa1 in MPI_SGI_allreduce (
MPT:     sendbuf=sendbuf@entry=0x7fffffffc9b4, 
MPT:     recvbuf=recvbuf@entry=0x7fffffffc9b4, count=count@entry=1, 
MPT:     type=type@entry=3, op=<optimized out>, comm=comm@entry=1, 
MPT:     further=further@entry=1) at allreduce.c:515
MPT: #11 0x00002aaaab574d13 in PMPI_Allreduce (sendbuf=0x7fffffffc9b4, 
MPT:     recvbuf=0x7fffffffc9b4, count=1, type=3, op=<optimized out>, comm=1)
MPT:     at allreduce.c:110
MPT: #12 0x0000000000402273 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 9588] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/9588/exe, process 9588
MPT: [Inferior 1 (process 9588) detached]
MPT: -----stack traceback ends-----
MPT: On host r2i6n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allred6, Rank 0, Process 307358: Dumping core on signal SIGSEGV(11) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll
MPT: -----stack traceback ends-----
MPT: On host r3i1n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allred6, Rank 5, Process 9588: Dumping core on signal SIGSEGV(11) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll
MPT ERROR: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
	aborting job
MPT: Received signal 11

Passed Allreduce operations - allred

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

This tests all possible MPI operation codes using the MPI_Allreduce() routine.

No errors

Passed Allreduce user-defined - allred4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This example tests MPI_Allreduce() with user-defined operations using a selection of communicators similar to coll/allred3, but uses 3x3 matrices with integer-valued entries. This is an associative but not commutative operation. The number of matrices is the count argument. Tests using separate input and output matrices and using MPI_IN_PLACE. The matrix is stored in C order.

No errors

Passed Allreduce user-defined long - longuser

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Tests user-defined operation on a long value. Tests proper handling of possible pipelining in the implementation of reductions with user-defined operations.

No errors

Passed Allreduce vector size - allred5

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

This tests MPI_Allreduce() using vectors with size greater than the number of processes for a selection of communicators.

No errors

Passed Alltoall basic - coll13

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Simple test for MPI_Alltoall().

No errors

Failed Alltoall communicators - alltoall1

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 8

Test Description:

Tests MPI_Alltoall() by calling it with a selection of communicators and datatypes. Includes test using MPI_IN_PLACE.

Found 8 errors

Passed Alltoall intercommunicators - icalltoall

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

Alltoall test using a selction of intercommunicators and increasing array sizes.

No errors

Passed Alltoall threads - alltoall

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

The LISTENER THREAD waits for communication from any source (including calling thread) messages which it receives that has tag REQ_TAG. Each thread enters an infinite loop that will stop only if every node in the MPI_COMM_WORLD sends a message containing -1.

No errors

Failed Alltoallv communicators - alltoallv

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 10

Test Description:

This program tests MPI_Alltoallv() by having each processor send different amounts of data to each processor using a selection of communicators. The test uses only MPI_INT which is adequate for testing systems that use point-to-point operations. Includes test using MPI_IN_PLACE.

Found 65 errors

Passed Alltoallv halo exchange - alltoallv0

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

This tests MPI_Alltoallv() by having each processor send data to two neighbors only, using counts of 0 for the other neighbors for a selection of communicators. This idiom is sometimes used for halo exchange operations. The test uses MPI_INT which is adequate for testing systems that use point-to-point operations.

No errors

Passed Alltoallv intercommunicators - icalltoallv

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

This program tests MPI_Alltoallv using int array and a selection of intercommunicators by having each process send different amounts of data to each process. This test sends i items to process i from all processes.

No errors

Passed Alltoallw intercommunicators - icalltoallw

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

This program tests MPI_Alltoallw by having each process send different amounts of data to each process. This test is similar to the Alltoallv test (coll/icalltoallv), but with displacements in bytes rather than units of the datatype. This test sends i items to process i from all process.

No errors

Passed Alltoallw matrix transpose - alltoallw1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

Tests MPI_Alltoallw() by performing a blocked matrix transpose operation. This more detailed example test was taken from MPI - The Complete Reference, Vol 1, p 222-224. Please refer to this reference for more details of the test.

Allocated local arrays
M = 20, N = 30
Allocated local arrays
M = 20, N = 30
Allocated local arrays
M = 20, N = 30
Allocated local arrays
M = 20, N = 30
Allocated local arrays
M = 20, N = 30
Begin Alltoallw...
Allocated local arrays
M = 20, N = 30
Begin Alltoallw...
Allocated local arrays
M = 20, N = 30
Allocated local arrays
M = 20, N = 30
Begin Alltoallw...
Begin Alltoallw...
Begin Alltoallw...
Allocated local arrays
M = 20, N = 30
Begin Alltoallw...
Begin Alltoallw...
Begin Alltoallw...
Allocated local arrays
M = 20, N = 30
Begin Alltoallw...
Begin Alltoallw...
Done with Alltoallw
Done with Alltoallw
Done with Alltoallw
Done with Alltoallw
Done with Alltoallw
Done with Alltoallw
Done with Alltoallw
Done with Alltoallw
Done with Alltoallw
No errors
Done with Alltoallw

Failed Alltoallw matrix transpose comm - alltoallw2

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 10

Test Description:

This program tests MPI_Alltoallw() by having each processor send different amounts of data to all processors. This is similar to the "Alltoallv communicators" test, but with displacements in bytes rather than units of the datatype. Currently, the test uses only MPI_INT which is adequate for testing systems that use point-to-point operations. Includes test using MPI_IN_PLACE.

Found 65 errors

Passed Alltoallw zero types - alltoallw_zeros

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This test makes sure that counts with non-zero-sized types on the send (recv) side match and don't cause a problem with non-zero counts and zero-sized types on the recv (send) side when using MPI_Alltoallw and MPI_Alltoallv. Includes tests using MPI_IN_PLACE.

No errors

Passed BAND operations - opband

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_BAND (bitwise and) operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.

Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
No errors

Passed BOR operations - opbor

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_BOR (bitwise or) operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.

Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_INT
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_INT
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_INT
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
Reduce of MPI_INT
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
No errors
Reduce of MPI_LONG_LONG

Passed BXOR Operations - opbxor

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_BXOR (bitwise excl or) operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.

Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_INT
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_INT
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
Reduce of MPI_UNSIGNED
Reduce of MPI_INT
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
No errors
Reduce of MPI_INT
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
Reduce of MPI_LONG_LONG

Passed Barrier intercommunicators - icbarrier

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

This test checks that MPI_Barrier() accepts intercommunicators. It does not check for the semantics of a intercomm barrier (all processes in the local group can exit when (but not before) all processes in the remote group enter the barrier.

No errors

Passed Bcast basic - bcast2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

Test broadcast with various roots, datatypes, and communicators.

No errors

Passed Bcast intercommunicators - icbcast

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

Broadcast test using a selection of intercommunicators and increasing array sizes.

No errors

Passed Bcast intermediate - bcast3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

Test broadcast with various roots, datatypes, sizes that are not powers of two, larger message sizes, and communicators.

No errors

Passed Bcast sizes - bcasttest

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

Tests MPI_Bcast() repeatedly using MPI_INT with a selection of data sizes.

No errors

Passed Bcast zero types - bcastzerotype

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

Tests broadcast behavior with non-zero counts but zero-sized types.

No errors

Passed Collectives array-of-struct - coll12

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Tests various calls to MPI_Reduce(), MPI_Bcast(), and MPI_Allreduce() using arrays of structs.

No errors

Passed Exscan basic - exscan2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

Simple test of MPI_Exscan() using single element int arrays.

No errors

Failed Exscan communicators - exscan

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 10

Test Description:

Tests MPI_Exscan() using int arrays and a selection of communicators and array sizes. Includes tests using MPI_IN_PLACE.

Found 1040 errors

Passed Extended collectives - collectives

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Checks if "extended collectives" are supported, i.e., collective operations with MPI-2 intercommunicators.

No errors

Passed Gather 2D - coll2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

This test uses MPI_Gather() to define a two-dimensional table.

No errors

Passed Gather basic - gather2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This tests gathers data from a vector to contiguous datatype using doubles for a selection of communicators and array sizes. Includes test for zero length gather using MPI_IN_PLACE.

No errors

Failed Gather communicators - gather

Build: Passed

Execution: Failed

Exit Status: Application_timed_out

MPI Processes: 4

Test Description:

This test gathers data from a vector to contiguous datatype using a double vector for a selection of communicators. Includes a zero length gather and a test to ensure aliasing is disallowed correctly.

MPT: Received signal 15

Passed Gather intercommunicators - icgather

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

Gather test using a selection of intercommunicators and increasing array sizes.

No errors

Passed Gatherv 2D - coll3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

This test uses MPI_Gatherv() to define a two-dimensional table. This test is similar to Gather test (coll/coll2).

No errors

Passed Gatherv intercommunicators - icgatherv

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

Gatherv test using a selection of intercommunicators and increasing array sizes.

No errors

Failed Iallreduce basic - iallred

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 2

Test Description:

Simple test for MPI_Iallreduce() and MPI_Allreduce().

Test Output: None.

Passed Ibarrier - ibarrier

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test calls MPI_Ibarrier() followed by an conditional loop containing usleep(1000) and MPI_Test(). This test hung indefinitely under some MPI implementations.

No errors

Passed LAND operations - opland

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_LAND (logical and) operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.

Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
No errors

Passed LOR operations - oplor

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_LOR (logical or) operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.

Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_LONG_LONG
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
No errors

Passed LXOR operations - oplxor

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

Test MPI_LXOR (logical excl or) operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.

Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_FLOAT
Reduce of MPI_DOUBLE
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_LONG_LONG
No errors

Passed MAX operations - opmax

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

Test MPI_MAX operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.

Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
No errors

Passed MAXLOC operations - opmaxloc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

Test MPI_MAXLOC operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.

No errors

Passed MIN operations - opmin

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_Min operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.

Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
No errors
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG

Passed MINLOC operations - opminloc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_MINLOC operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.

No errors

Passed MScan - coll11

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Tests user defined collective operations for MPI_Scan(). The operations are inoutvec[i] += invec[i] op inoutvec[i] and inoutvec[i] = invec[i] op inoutvec[i] (see MPI-1.3 Message-Passing Interface section 4.9.4). The order of operation is important. Note that the computation is in process rank (in the communicator) order independant of the root process.

No errors

Failed Non-blocking basic - nonblocking4

Build: Passed

Execution: Failed

Exit Status: Failed with signal 127

MPI Processes: 4

Test Description:

This is a weak sanity test that all non-blocking collectives specified by MPI-3 are present in the library and accept arguments as expected. This test does not check for progress, matching issues, or sensible output buffer values.

Found 15 errors
MPT ERROR: Assertion failed at nbc.c:749: "MPI_SUCCESS == mpi_errno"
MPT ERROR: Rank 0(g:0) is aborting with error code 0.
	Process ID: 313018, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/nonblocking4
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/313018/exe, process 313018
MPT: (no debugging symbols found)...done.
MPT: [New LWP 313022]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffc360 "MPT ERROR: Rank 0(g:0) is aborting with error code 0.\n\tProcess ID: 313018, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/nonblocking4\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33"...) at sig.c:340
MPT: #3  0x00002aaaab566fc9 in print_traceback (ecode=ecode@entry=0) at abort.c:246
MPT: #4  0x00002aaaab567476 in MPI_SGI_abort () at abort.c:122
MPT: #5  0x00002aaaab56e08a in MPI_SGI_assert_fail (
MPT:     str=str@entry=0x2aaaab69ddb1 "MPI_SUCCESS == mpi_errno", 
MPT:     file=file@entry=0x2aaaab69dd85 "nbc.c", line=line@entry=749) at all.c:217
MPT: #6  0x00002aaaab5ee997 in MPI_SGI_progress_sched () at nbc.c:749
MPT: #7  0x00002aaaab55ca90 in progress_sched () at progress.c:218
MPT: #8  MPI_SGI_progress (dom=0x2aaaab8d8dc0 <dom_default>) at progress.c:319
MPT: #9  0x00002aaaab563671 in MPI_SGI_slow_request_wait (
MPT:     request=request@entry=0x7fffffffc910, status=status@entry=0x7fffffffc920, 
MPT:     set=set@entry=0x7fffffffc918, gen_rc=gen_rc@entry=0x7fffffffc91c)
MPT:     at req.c:1600
MPT: #10 0x00002aaaab58104f in MPI_SGI_slow_barrier (comm=comm@entry=1)
MPT:     at barrier.c:300
MPT: #11 0x00002aaaab56dccf in MPI_SGI_adi_finalize () at adi.c:1316
MPT: #12 0x00002aaaab5b03cf in MPI_SGI_finalize () at finalize.c:24
MPT: #13 0x00002aaaab5b04bd in PMPI_Finalize () at finalize.c:56
MPT: #14 0x0000000000402d79 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 313018] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/313018/exe, process 313018
MPT: [Inferior 1 (process 313018) detached]
MPT: -----stack traceback ends-----
MPT ERROR: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
	aborting job

Passed Non-blocking intracommunicator - nonblocking2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

This is a basic test of all 17 non-blocking collective operations specified by the MPI-3 standard. It only exercises the intracommunicator functionality, does not use MPI_IN_PLACE, and only transmits/receives simple integer types with relatively small counts. It does check a few fancier issues, such as ensuring that "premature user releases" of MPI_Op and MPI_Datatype objects does not result in a segfault.

No errors

Passed Non-blocking overlapping - nonblocking3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

This test attempts to execute multiple simultaneous non-blocking collective (NBC) MPI routines at the same time, and manages their completion with a variety of routines (MPI_{Wait,Test}{,_all,_any,_some}). The test also exercises a few point-to-point operations.

No errors

Passed Non-blocking wait - nonblocking

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

This is a weak sanity test that all non-blocking collectives specified by MPI-3 are present in the library and take arguments as expected. Includes calls to MPI_Wait() immediately following non-blocking collective calls. This test does not check for progress, matching issues, or sensible output buffer values.

No errors

Passed Op_{create,commute,free} - op_commutative

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

A simple test of MPI_Op_Create/Commutative/free on predefined reduction operations and both commutative and non-commutative user defined operations.

No errors

Passed PROD operations - opprod

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 6

Test Description:

Test MPI_PROD operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.

Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
No errors
Reduce of MPI_UNSIGNED_CHAR

Passed Reduce any-root user-defined - red4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

This tests implements a simple matrix-matrix multiply with an arbitrary root using MPI_Reduce() on user-defined operations for a selection of communicators. This is an associative but not commutative operation. For a matrix size of matsize, the matrix is stored in C order where c(i,j) is cin[j+i*matSize].

No errors

Failed Reduce basic - reduce

Build: Passed

Execution: Failed

Exit Status: Application_timed_out

MPI Processes: 10

Test Description:

A simple test of MPI_Reduce() with the rank of the root process shifted through each possible value using a selection of communicators.

MPT: Received signal 15

Failed Reduce communicators user-defined - red3

Build: Passed

Execution: Failed

Exit Status: Application_timed_out

MPI Processes: 10

Test Description:

This tests implements a simple matrix-matrix multiply using MPI_Reduce() on user-defined operations for a selection of communicators. This is an associative but not commutative operation. For a matrix size of matsize, the matrix is stored in C order where c(i,j) is cin[j+i*matSize].

MPT: Received signal 15

Passed Reduce intercommunicators - icreduce

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

Reduce test using a selection of intercommunicators and increasing array sizes.

No errors

Passed Reduce/Bcast multi-operation - coll8

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test repeats pairs of calls to MPI_Reduce() and MPI_Bcast() using different reduction operations and checks for errors.

No errors

Passed Reduce/Bcast user-defined - coll9

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test calls MPI_Reduce() and MPI_Bcast() with a user defined operation.

No errors

Passed Reduce_Scatter intercomm. large - redscatbkinter

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

Test of reduce scatter block with large data on a selection of intercommunicators (needed in MPICH to trigger the long-data algorithm). Each processor contributes its rank + the index to the reduction, then receives the ith sum. Can be called with any number of processors.

No errors

Failed Reduce_Scatter large data - redscat3

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 8

Test Description:

Test of reduce scatter with large data (needed to trigger the long-data algorithm). Each processor contributes its rank + index to the reduction, then receives the "ith" sum. Can be run with any number of processors.

Found 8 errors

Passed Reduce_Scatter user-defined - redscat2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

Test of reduce scatter using user-defined operations. Checks that the non-communcative operations are not commuted and that all of the operations are performed.

No errors

Passed Reduce_Scatter_block large data - redscatblk3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

Test of reduce scatter block with large data (needed in MPICH to trigger the long-data algorithm). Each processor contributes its rank + the index to the reduction, then receives the ith sum. Can be called with any number of processors.

No errors

Passed Reduce_local basic - reduce_local

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

A simple test of MPI_Reduce_local(). Uses MPI_SUM as well as user defined operators on arrays of increasing size.

No errors

Passed Reduce_scatter basic - redscat

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 6

Test Description:

Test of reduce scatter. Each processor contribues its rank plus the index to the reduction, then receives the ith sum. Can be called with any number of processors.

No errors

Passed Reduce_scatter intercommunicators - redscatinter

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

Test of reduce scatter with large data on a selection of intercommunicators (needed in MPICH to trigger the long-data algorithm). Each processor contributes its rank + the index to the reduction, then receives the ith sum. Can be called with any number of processors.

No errors

Passed Reduce_scatter_block basic - red_scat_block

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

Test of reduce scatter block. Each process contributes its rank plus the index to the reduction, then receives the ith sum. Can be called with any number of processors.

No errors

Passed Reduce_scatter_block user-def - red_scat_block2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

Test of reduce scatter block using user-defined operations to check that non-commutative operations are not commuted and that all operations are performed. Can be called with any number of processors.

No errors

Passed SUM operations - opsum

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test looks at integer or integer related datatypes not required by the MPI-3.0 standard (e.g. long long) using MPI_Reduce(). Note that failure to support these datatypes is not an indication of a non-compliant MPI implementation.

Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_DOUBLE_COMPLEX
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_DOUBLE_COMPLEX
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_DOUBLE_COMPLEX
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_DOUBLE_COMPLEX
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
No errors

Failed Scan basic - scantst

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 4

Test Description:

A simple test of MPI_Scan() on predefined operations and user-defined operations with with inoutvec[i] = invec[i] op inoutvec[i] (see 4.9.4 of the MPI standard 1.3) and inoutvec[i] += invec[i] op inoutvec[i]. The order is important. Note that the computation is in process rank (in the communicator) order, independent of the root.

Found 1 errors

Passed Scatter 2D - coll4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test uses MPI_Scatter() to define a two-dimensional table. See also Gather test (coll/coll2) and Gatherv test (coll/coll3) for similar tests.

No errors

Failed Scatter basic - scatter2

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 4

Test Description:

This MPI_Scatter() test sends a vector and receives individual elements, except for the root process that does not receive any data.

Found 1 errors

Passed Scatter contiguous - scatter3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This MPI_Scatter() test sends contiguous data and receives a vector on some nodes and contiguous data on others. There is some evidence that some MPI implementations do not check recvcount on the root process. This test checks for that case.

No errors

Passed Scatter intercommunicators - icscatter

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

Scatter test using a selection of intercommunicators and increasing array sizes.

No errors

Passed Scatter vector-to-1 - scattern

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This MPI_Scatter() test sends a vector and receives individual elements.

No errors

Passed Scatterv 2D - coll5

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test uses MPI_Scatterv() to define a two-dimensional table.

No errors

Passed Scatterv intercommunicators - icscatterv

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

Scatterv test using a selection of intercommunicators and increasing array sizes.

No errors

Passed Scatterv matrix - scatterv

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This is an example of using scatterv to send a matrix from one process to all others, with the matrix stored in Fortran order. Note the use of an explicit upper bound (UB) to enable the sources to overlap. This tests uses scatterv to make sure that it uses the datatype size and extent correctly. It requires the number of processors used in the call to MPI_Dims_create.

No errors

Passed User-defined many elements - uoplong

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 16

Test Description:

Test user-defined operations for MPI_Reduce() with a large number of elements. Added because a talk at EuroMPI'12 claimed that these failed with more than 64k elements.

Count = 1
Count = 2
Count = 4
Count = 8
Count = 16
Count = 32
Count = 64
Count = 128
Count = 256
Count = 512
Count = 1024
Count = 2048
Count = 4096
Count = 8192
Count = 16384
Count = 32768
Count = 65536
Count = 131072
Count = 262144
Count = 524288
Count = 1048576
No errors

MPI_Info Objects - Score: 100% Passed

The info tests emphasize the MPI Info object functionality.

Passed MPI_Info_delete basic - infodel

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test exercises the MPI_Info_delete() function.

No errors

Passed MPI_Info_dup basic - infodup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test exercises the MPI_Info_dup() function.

No errors

Passed MPI_Info_get basic - infoenv

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This is a simple test of the MPI_Info_get() function.

No errors

Passed MPI_Info_get ext. ins/del - infomany2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Test of info that makes use of the extended handles, including inserts and deletes.

No errors

Passed MPI_Info_get extended - infomany

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Test of info that makes use of the extended handles.

No errors

Passed MPI_Info_get ordered - infoorder

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This is a simple test that illustrates how named keys are ordered.

No errors

Passed MPI_Info_get_valuelen basic - infovallen

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Simple info set and get_valuelen test.

No errors

Passed MPI_Info_set/get basic - infotest

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Simple info set and get test.

No errors

Dynamic Process Management - Score: 96% Passed

This group features tests that add processes to a running communicator, joining separately started applications, then handling faults/failures.

Passed Creation group intercomm test - pgroup_intercomm_test

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

In this test processes create an intracommunicator, and creation is collective only on the members of the new communicator, not on the parent communicator. This is accomplished by building up and merging intercommunicators starting with MPI_COMM_SELF for each process involved.

No errors

Passed MPI spawn test with threads - taskmaster

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Create a thread for each task. Each thread will spawn a child process to perform its task.

No errors

Passed MPI spawn-connect-accept - spaconacc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Spawns two processes, one connecting and one accepting. It synchronizes with each then waits for them to connect and accept.

init.
size.
rank.
spawn connector.
init.
spawn acceptor.
size.
rank.
get_parent.
recv.
init.
recv port.
size.
rank.
get_parent.
open_port.
0: opened port: <484f53543d31302e3134382e322e37343a435049443d3332333532363a504f52543d30>
send.
accept.
send port.
barrier acceptor.
1: received port: <484f53543d31302e3134382e322e37343a435049443d3332333532363a504f52543d30>
connect.
close_port.
disconnect.
barrier.
disconnect.
barrier connector.
barrier.
No errors

Passed MPI spawn-connect-accept send/recv - spaconacc2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Spawns two processes, one connecting and one accepting. It synchronizes with each then waits for them to connect and accept. The connector and acceptor respectively send and receive some data.

init.
size.
rank.
spawn connector.
init.
spawn acceptor.
size.
rank.
get_parent.
recv.
init.
recv port.
size.
rank.
get_parent.
open_port.
0: opened port: <484f53543d31302e3134382e322e37343a435049443d3332333730363a504f52543d30>
send.
accept.
send port.
barrier acceptor.
1: received port: <484f53543d31302e3134382e322e37343a435049443d3332333730363a504f52543d30>
connect.
close_port.
receiving int
disconnect.
barrier.
sending int.
disconnect.
barrier.
barrier connector.
No errors

Passed MPI_Comm_accept basic - selfconacc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This tests exercises MPI_Open_port(), MPI_Comm_accept(), and MPI_Comm_disconnect().

init.
init.
size.
rank.
open_port.
size.
rank.
recv.
0: opened port: <484f53543d31302e3134382e322e37343a435049443d3331363332303a504f52543d30>
send.
accept.
1: received port: <484f53543d31302e3134382e322e37343a435049443d3331363332303a504f52543d30>
connect.
close_port.
disconnect.
disconnect.
No errors

Passed MPI_Comm_connect 2 processes - multiple_ports

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 3

Test Description:

This test checks to make sure that two MPI_Comm_connects to two different MPI ports match their corresponding MPI_Comm_accepts.

0: opening ports.
1: receiving port.
2: receiving port.
0: opened port1: <484f53543d31302e3134382e322e37343a435049443d3331343932303a504f52543d30>
0: opened port2: <484f53543d31302e3134382e322e37343a435049443d3331343932303a504f52543d31>
0: sending ports.
1: received port1: <484f53543d31302e3134382e322e37343a435049443d3331343932303a504f52543d30>
1: connecting.
0: accepting port2.
2: received port2: <484f53543d31302e3134382e322e37343a435049443d3331343932303a504f52543d31>
2: connecting.
0: accepting port1.
0: closing ports.
0: sending 1 to process 1.
0: sending 2 to process 2.
0: disconnecting.
1: disconnecting.
2: disconnecting.
No errors

Passed MPI_Comm_connect 3 processes - multiple_ports2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test checks to make sure that three MPI_Comm_connections to three different MPI ports match their corresponding MPI_Comm_accepts.

1: receiving port.
0: opening ports.
2: receiving port.
3: receiving port.
0: opened port1: <484f53543d31302e3134382e322e37343a435049443d3331323830383a504f52543d30>
0: opened port2: <484f53543d31302e3134382e322e37343a435049443d3331323830383a504f52543d31>
0: opened port3: <484f53543d31302e3134382e322e37343a435049443d3331323830383a504f52543d32>
0: sending ports.
1: received port1: <484f53543d31302e3134382e322e37343a435049443d3331323830383a504f52543d30>
1: connecting.
0: accepting port3.
2: received port2: <ffffff80>
2: received port2: <484f53543d31302e3134382e322e37343a435049443d3331323830383a504f52543d31>
2: connecting.
3: connecting.
0: accepting port2.
0: accepting port1.
0: closing ports.
0: sending 1 to process 1.
0: sending 2 to process 2.
0: sending 3 to process 3.
0: disconnecting.
2: disconnecting.
1: disconnecting.
3: disconnecting.
No errors

Passed MPI_Comm_disconnect basic - disconnect

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 3

Test Description:

A simple test of Comm_disconnect with a master and 2 spawned ranks.

spawning 3 processes
spawning 3 processes
spawning 3 processes
parent rank 0 alive.
disconnecting child communicator
parent rank 1 alive.
disconnecting child communicator
parent rank 2 alive.
disconnecting child communicator
child rank 0 alive.
disconnecting communicator
No errors
calling finalize
calling finalize
calling finalize
calling finalize
child rank 1 alive.
disconnecting communicator
calling finalize
child rank 2 alive.
disconnecting communicator
calling finalize

Passed MPI_Comm_disconnect send0-1 - disconnect2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 3

Test Description:

A test of Comm_disconnect with a master and 2 spawned ranks, after sending from rank 0 to 1.

spawning 3 processes
spawning 3 processes
spawning 3 processes
parent rank 0 alive.
sending int
parent rank 1 alive.
disconnecting child communicator
parent rank 2 alive.
disconnecting child communicator
child rank 2 alive.
calling finalize
calling finalize
child rank 0 alive.
disconnecting communicator
calling finalize
disconnecting child communicator
child rank 1 alive.
receiving int
No errors
calling finalize
disconnecting communicator
calling finalize
disconnecting communicator
calling finalize

Passed MPI_Comm_disconnect send1-2 - disconnect3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 3

Test Description:

A test of Comm_disconnect with a master and 2 spawned ranks, after sending from rank 1 to 2.

spawning 3 processes
spawning 3 processes
spawning 3 processes
parent rank 0 alive.
disconnecting child communicator
parent rank 1 alive.
sending int
parent rank 2 alive.
disconnecting child communicator
child rank 0 alive.
disconnecting communicator
disconnecting child communicator
calling finalize
calling finalize
calling finalize
child rank 1 alive.
disconnecting communicator
No errors
calling finalize
child rank 2 alive.
receiving int
calling finalize
disconnecting communicator
calling finalize

Passed MPI_Comm_disconnect-reconnect basic - disconnect_reconnect

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 3

Test Description:

A simple test of Comm_connect/accept/disconnect.

[1] spawning 3 processes
[0] spawning 3 processes
[2] spawning 3 processes
[0] parent rank 0 alive.
[1] parent rank 1 alive.
[1] disconnecting child communicator
[1] accepting connection
[2] parent rank 2 alive.
[2] disconnecting child communicator
[0] child rank 0 alive.
[0] receiving port
[2] accepting connection
[1] child rank 1 alive.
[1] disconnecting communicator
[1] connecting to port (loop 0)
[2] child rank 2 alive.
[2] disconnecting communicator
[2] connecting to port (loop 0)
[0] disconnecting communicator
[0] connecting to port (loop 0)
[0] port = 484f53543d31302e3134382e322e37343a435049443d3331343638393a504f52543d30
[0] disconnecting child communicator
[0] accepting connection
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0]sending int to child process 1
[0] receiving int from child process 1
[0] connecting to port (loop 1)
[0]sending int to child process 2
[1] sending int back to parent process 1
[0] receiving int from child process 2
[1] disconnecting communicator
[1] connecting to port (loop 1)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 1)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 2)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 2)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 2)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 3)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 3)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 3)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 4)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 4)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 4)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[1] disconnecting communicator
[1] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 5)
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 5)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 5)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 6)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 6)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 6)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 7)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 7)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 7)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 8)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 8)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 8)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 9)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 9)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 9)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 10)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 10)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 10)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 11)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 11)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 11)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 12)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 12)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 12)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 13)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 13)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 13)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 14)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 14)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 14)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 15)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 15)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 15)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 16)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 16)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 16)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 17)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 17)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 17)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 18)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 18)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 18)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 19)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 19)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 19)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 20)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 20)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 20)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 21)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 21)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 21)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 22)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 22)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 22)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 23)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 23)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 23)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 24)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 24)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 24)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 25)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 25)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 25)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 26)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 26)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 26)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 27)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 27)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 27)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 28)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 28)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 28)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 29)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 29)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 29)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 30)
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 30)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 30)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 31)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 31)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 31)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 32)
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 32)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 32)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 33)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 33)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 33)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 34)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 34)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 34)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 35)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 35)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 35)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 36)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 36)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 36)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 37)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 37)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 37)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 38)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 38)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 38)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 39)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 39)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 39)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 40)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 40)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 40)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 41)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 41)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 41)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 42)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 42)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 42)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 43)
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 43)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 43)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 44)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 44)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 44)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 45)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 45)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 45)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 46)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 46)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 46)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 47)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 47)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 47)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 48)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 48)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 48)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 49)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 49)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 49)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 50)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 50)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 50)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 51)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 51)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 51)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 52)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 52)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 52)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 53)
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 53)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 53)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 54)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 54)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 54)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 55)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 55)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 55)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 56)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 56)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 56)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 57)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 57)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 57)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 58)
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 58)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 58)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] connecting to port (loop 59)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 59)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 59)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 60)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 60)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 60)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 61)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 61)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 61)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 62)
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 62)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 62)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 63)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 63)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 63)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 64)
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 64)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 64)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 65)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 65)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 65)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 66)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 66)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 66)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 67)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 67)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 67)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 68)
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 68)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 68)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 69)
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 69)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 69)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 70)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 70)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 70)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 71)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 71)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 71)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 72)
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 72)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 72)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 73)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 73)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 73)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 74)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 74)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 74)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 75)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 75)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 75)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 76)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 76)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 76)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 77)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 77)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 77)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 78)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 78)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 78)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 79)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 79)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 79)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 80)
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 80)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 80)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 81)
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 81)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 81)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 82)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 82)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 82)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 83)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 83)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 83)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 84)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 84)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 84)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 85)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 85)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 85)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 86)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 86)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 86)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 87)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 87)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 87)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 88)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 88)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 88)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 89)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 89)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 89)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 90)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 90)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 90)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 91)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 91)
[0] disconnecting communicator
[0] accepting connection
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 91)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 92)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 92)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 92)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 93)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 93)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 93)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 94)
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 94)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 94)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 95)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 95)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 95)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 96)
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 96)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 96)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 97)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 97)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 97)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 98)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 98)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 98)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[1] disconnecting communicator
[1] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 99)
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 99)
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] connecting to port (loop 99)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[2] receiving int from parent process 0
[2] disconnecting communicator
[1] disconnecting communicator
[1] calling finalize
[0] sending int back to parent process 1
[0] disconnecting communicator
[2] calling finalize
[0]sending int to child process 1
[0] receiving int from child process 1
[0]sending int to child process 2
[0] receiving int from child process 2
[0] disconnecting communicator
[0] calling finalize
No errors
[0] calling finalize
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] calling finalize
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] calling finalize

Passed MPI_Comm_disconnect-reconnect groups - disconnect_reconnect3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 3

Test Description:

This test tests the disconnect code for processes that span process groups. This test spawns a group of processes and then merges them into a single communicator. Then the single communicator is split into two communicators, one containing the even ranks and the other the odd ranks. Then the two new communicators do MPI_Comm_accept/connect/disconnect calls in a loop. The even group does the accepting while the odd group does the connecting.

spawning 4 processes
spawning 4 processes
spawning 4 processes
opened port = 484f53543d31302e3134382e322e37343a435049443d3331343830383a504f52543d30
disconnecting parent/child communicator
accepting connection
disconnecting parent/child communicator
connecting to port
disconnecting parent/child communicator
accepting connection
disconnecting parent/child communicator
connecting to port
disconnecting parent/child communicator
accepting connection
disconnecting parent/child communicator
connecting to port
disconnecting parent/child communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
sending int back to even_communicator process 0
accepting connection
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
sending int back to even_communicator process 0
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
receiving int from even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
connecting to port
disconnecting communicator
accepting connection
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
connecting to port
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
receiving int from even_communicator process 0
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
disconnecting communicator
accepting connection
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
accepting connection
receiving int from even_communicator process 0
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 2
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
disconnecting communicator
calling finalize
receiving int from even_communicator process 0
disconnecting communicator
disconnecting communicator
calling finalize
sending int to odd_communicator process 1
receiving int from odd_communicator process 1
sending int to odd_communicator process 2
calling finalize
receiving int from even_communicator process 0
sending int back to even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
receiving int from odd_communicator process 2
disconnecting communicator
disconnecting communicator
calling finalize
calling finalize
calling finalize
No errors
calling finalize

Passed MPI_Comm_disconnect-reconnect repeat - disconnect_reconnect2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 3

Test Description:

This test spawns two child jobs and has them open a port and connect to each other. The two children repeatedly connect, accept, and disconnect from each other.

init.
init.
init.
size.
rank.
spawn connector.
size.
rank.
size.
rank.
spawn connector.
spawn connector.
init.
init.
init.
spawn acceptor.
spawn acceptor.
spawn acceptor.
size.
rank.
size.
rank.
get_parent.
get_parent.
recv.
size.
rank.
get_parent.
connector: connect 0.
init.
connector: connect 0.
init.
init.
recv port.
barrier acceptor.
barrier acceptor.
size.
rank.
size.
rank.
get_parent.
size.
rank.
get_parent.
open_port.
get_parent.
acceptor: accept 0.
acceptor: accept 0.
acceptor: opened port: <484f53543d31302e3134382e322e37343a435049443d3331343830373a504f52543d30>
send.
acceptor: accept 0.
send port.
barrier acceptor.
connector: received port: <484f53543d31302e3134382e322e37343a435049443d3331343830373a504f52543d30>
connector: connect 0.
connector: disconnect 0.
connector: connect 1.
connector: disconnect 0.
connector: connect 1.
acceptor: disconnect 0.
connector: disconnect 0.
connector: connect 1.
acceptor: disconnect 0.
acceptor: disconnect 0.
acceptor: accept 1.
acceptor: accept 1.
acceptor: accept 1.
acceptor: disconnect 1.
acceptor: accept 2.
acceptor: disconnect 1.
acceptor: accept 2.
connector: disconnect 1.
connector: connect 2.
connector: disconnect 1.
connector: connect 2.
acceptor: disconnect 1.
acceptor: accept 2.
connector: disconnect 1.
connector: connect 2.
acceptor: disconnect 2.
acceptor: accept 3.
acceptor: disconnect 2.
acceptor: accept 3.
connector: disconnect 2.
connector: connect 3.
connector: disconnect 2.
connector: connect 3.
acceptor: disconnect 2.
acceptor: accept 3.
connector: disconnect 2.
connector: connect 3.
acceptor: disconnect 3.
acceptor: accept 4.
acceptor: disconnect 3.
acceptor: accept 4.
connector: disconnect 3.
connector: connect 4.
connector: disconnect 3.
connector: connect 4.
acceptor: disconnect 3.
acceptor: accept 4.
connector: disconnect 3.
connector: connect 4.
connector: disconnect 4.
connector: connect 5.
connector: disconnect 4.
connector: connect 5.
acceptor: disconnect 4.
acceptor: accept 5.
acceptor: disconnect 4.
acceptor: accept 5.
connector: disconnect 4.
connector: connect 5.
acceptor: disconnect 4.
acceptor: accept 5.
acceptor: disconnect 5.
acceptor: accept 6.
acceptor: disconnect 5.
acceptor: accept 6.
connector: disconnect 5.
connector: connect 6.
connector: disconnect 5.
connector: connect 6.
acceptor: disconnect 5.
acceptor: accept 6.
connector: disconnect 5.
connector: connect 6.
connector: disconnect 6.
connector: connect 7.
connector: disconnect 6.
connector: connect 7.
acceptor: disconnect 6.
acceptor: accept 7.
connector: disconnect 6.
connector: connect 7.
acceptor: disconnect 6.
acceptor: accept 7.
acceptor: disconnect 6.
acceptor: accept 7.
acceptor: disconnect 7.
acceptor: accept 8.
acceptor: disconnect 7.
acceptor: accept 8.
connector: disconnect 7.
connector: connect 8.
connector: disconnect 7.
connector: connect 8.
acceptor: disconnect 7.
acceptor: accept 8.
connector: disconnect 7.
connector: connect 8.
acceptor: disconnect 8.
acceptor: accept 9.
acceptor: disconnect 8.
acceptor: accept 9.
connector: disconnect 8.
connector: connect 9.
connector: disconnect 8.
connector: connect 9.
acceptor: disconnect 8.
acceptor: accept 9.
connector: disconnect 8.
connector: connect 9.
connector: disconnect 9.
connector: connect 10.
connector: disconnect 9.
connector: connect 10.
acceptor: disconnect 9.
acceptor: accept 10.
acceptor: disconnect 9.
acceptor: accept 10.
connector: disconnect 9.
connector: connect 10.
acceptor: disconnect 9.
acceptor: accept 10.
acceptor: disconnect 10.
acceptor: accept 11.
acceptor: disconnect 10.
acceptor: accept 11.
connector: disconnect 10.
connector: connect 11.
connector: disconnect 10.
connector: connect 11.
acceptor: disconnect 10.
acceptor: accept 11.
connector: disconnect 10.
connector: connect 11.
connector: disconnect 11.
connector: connect 12.
connector: disconnect 11.
connector: connect 12.
acceptor: disconnect 11.
acceptor: accept 12.
acceptor: disconnect 11.
acceptor: accept 12.
connector: disconnect 11.
connector: connect 12.
acceptor: disconnect 11.
acceptor: accept 12.
acceptor: disconnect 12.
acceptor: accept 13.
acceptor: disconnect 12.
acceptor: accept 13.
connector: disconnect 12.
connector: connect 13.
connector: disconnect 12.
connector: connect 13.
acceptor: disconnect 12.
acceptor: accept 13.
connector: disconnect 12.
connector: connect 13.
connector: disconnect 13.
connector: connect 14.
connector: disconnect 13.
connector: connect 14.
acceptor: disconnect 13.
acceptor: accept 14.
acceptor: disconnect 13.
acceptor: accept 14.
connector: disconnect 13.
connector: connect 14.
acceptor: disconnect 13.
acceptor: accept 14.
acceptor: disconnect 14.
acceptor: accept 15.
acceptor: disconnect 14.
acceptor: accept 15.
connector: disconnect 14.
connector: connect 15.
acceptor: disconnect 14.
acceptor: accept 15.
connector: disconnect 14.
connector: connect 15.
connector: disconnect 14.
connector: connect 15.
connector: disconnect 15.
connector: connect 16.
connector: disconnect 15.
connector: connect 16.
acceptor: disconnect 15.
acceptor: accept 16.
acceptor: disconnect 15.
acceptor: accept 16.
connector: disconnect 15.
connector: connect 16.
acceptor: disconnect 15.
acceptor: accept 16.
acceptor: disconnect 16.
acceptor: accept 17.
acceptor: disconnect 16.
acceptor: accept 17.
connector: disconnect 16.
connector: connect 17.
connector: disconnect 16.
connector: connect 17.
acceptor: disconnect 16.
acceptor: accept 17.
connector: disconnect 16.
connector: connect 17.
acceptor: disconnect 17.
acceptor: accept 18.
acceptor: disconnect 17.
acceptor: accept 18.
connector: disconnect 17.
connector: connect 18.
connector: disconnect 17.
connector: connect 18.
acceptor: disconnect 17.
acceptor: accept 18.
connector: disconnect 17.
connector: connect 18.
connector: disconnect 18.
connector: connect 19.
connector: disconnect 18.
connector: connect 19.
acceptor: disconnect 18.
acceptor: accept 19.
acceptor: disconnect 18.
acceptor: accept 19.
connector: disconnect 18.
connector: connect 19.
acceptor: disconnect 18.
acceptor: accept 19.
acceptor: disconnect 19.
acceptor: accept 20.
acceptor: disconnect 19.
acceptor: accept 20.
connector: disconnect 19.
connector: connect 20.
connector: disconnect 19.
connector: connect 20.
acceptor: disconnect 19.
acceptor: accept 20.
connector: disconnect 19.
connector: connect 20.
connector: disconnect 20.
connector: connect 21.
connector: disconnect 20.
connector: connect 21.
acceptor: disconnect 20.
acceptor: accept 21.
acceptor: disconnect 20.
acceptor: accept 21.
connector: disconnect 20.
connector: connect 21.
acceptor: disconnect 20.
acceptor: accept 21.
acceptor: disconnect 21.
acceptor: accept 22.
acceptor: disconnect 21.
acceptor: accept 22.
connector: disconnect 21.
connector: connect 22.
connector: disconnect 21.
connector: connect 22.
acceptor: disconnect 21.
acceptor: accept 22.
connector: disconnect 21.
connector: connect 22.
connector: disconnect 22.
connector: connect 23.
connector: disconnect 22.
connector: connect 23.
acceptor: disconnect 22.
acceptor: accept 23.
connector: disconnect 22.
connector: connect 23.
acceptor: disconnect 22.
acceptor: accept 23.
acceptor: disconnect 22.
acceptor: accept 23.
acceptor: disconnect 23.
acceptor: accept 24.
acceptor: disconnect 23.
acceptor: accept 24.
connector: disconnect 23.
connector: connect 24.
connector: disconnect 23.
connector: connect 24.
acceptor: disconnect 23.
acceptor: accept 24.
connector: disconnect 23.
connector: connect 24.
connector: disconnect 24.
connector: connect 25.
connector: disconnect 24.
connector: connect 25.
acceptor: disconnect 24.
acceptor: accept 25.
acceptor: disconnect 24.
acceptor: accept 25.
connector: disconnect 24.
connector: connect 25.
acceptor: disconnect 24.
acceptor: accept 25.
acceptor: disconnect 25.
acceptor: accept 26.
acceptor: disconnect 25.
acceptor: accept 26.
connector: disconnect 25.
connector: connect 26.
connector: disconnect 25.
connector: connect 26.
acceptor: disconnect 25.
acceptor: accept 26.
connector: disconnect 25.
connector: connect 26.
connector: disconnect 26.
connector: connect 27.
connector: disconnect 26.
connector: connect 27.
acceptor: disconnect 26.
acceptor: accept 27.
acceptor: disconnect 26.
acceptor: accept 27.
connector: disconnect 26.
connector: connect 27.
acceptor: disconnect 26.
acceptor: accept 27.
acceptor: disconnect 27.
acceptor: accept 28.
acceptor: disconnect 27.
acceptor: accept 28.
connector: disconnect 27.
connector: connect 28.
connector: disconnect 27.
connector: connect 28.
acceptor: disconnect 27.
acceptor: accept 28.
connector: disconnect 27.
connector: connect 28.
acceptor: disconnect 28.
acceptor: accept 29.
acceptor: disconnect 28.
acceptor: accept 29.
connector: disconnect 28.
connector: connect 29.
connector: disconnect 28.
connector: connect 29.
acceptor: disconnect 28.
acceptor: accept 29.
connector: disconnect 28.
connector: connect 29.
acceptor: disconnect 29.
acceptor: accept 30.
acceptor: disconnect 29.
acceptor: accept 30.
connector: disconnect 29.
connector: connect 30.
connector: disconnect 29.
connector: connect 30.
acceptor: disconnect 29.
acceptor: accept 30.
connector: disconnect 29.
connector: connect 30.
connector: disconnect 30.
connector: connect 31.
connector: disconnect 30.
connector: connect 31.
acceptor: disconnect 30.
acceptor: accept 31.
connector: disconnect 30.
connector: connect 31.
acceptor: disconnect 30.
acceptor: accept 31.
acceptor: disconnect 30.
acceptor: accept 31.
acceptor: disconnect 31.
acceptor: accept 32.
acceptor: disconnect 31.
acceptor: accept 32.
connector: disconnect 31.
connector: connect 32.
connector: disconnect 31.
connector: connect 32.
acceptor: disconnect 31.
acceptor: accept 32.
connector: disconnect 31.
connector: connect 32.
acceptor: disconnect 32.
acceptor: accept 33.
acceptor: disconnect 32.
acceptor: accept 33.
connector: disconnect 32.
connector: connect 33.
connector: disconnect 32.
connector: connect 33.
acceptor: disconnect 32.
acceptor: accept 33.
connector: disconnect 32.
connector: connect 33.
connector: disconnect 33.
connector: connect 34.
connector: disconnect 33.
connector: connect 34.
acceptor: disconnect 33.
acceptor: accept 34.
connector: disconnect 33.
connector: connect 34.
acceptor: disconnect 33.
acceptor: accept 34.
acceptor: disconnect 33.
acceptor: accept 34.
acceptor: disconnect 34.
acceptor: accept 35.
acceptor: disconnect 34.
acceptor: accept 35.
connector: disconnect 34.
connector: connect 35.
connector: disconnect 34.
connector: connect 35.
acceptor: disconnect 34.
acceptor: accept 35.
connector: disconnect 34.
connector: connect 35.
acceptor: disconnect 35.
acceptor: accept 36.
acceptor: disconnect 35.
acceptor: accept 36.
connector: disconnect 35.
connector: connect 36.
connector: disconnect 35.
connector: connect 36.
acceptor: disconnect 35.
acceptor: accept 36.
connector: disconnect 35.
connector: connect 36.
connector: disconnect 36.
connector: connect 37.
connector: disconnect 36.
connector: connect 37.
acceptor: disconnect 36.
acceptor: accept 37.
acceptor: disconnect 36.
acceptor: accept 37.
connector: disconnect 36.
connector: connect 37.
acceptor: disconnect 36.
acceptor: accept 37.
acceptor: disconnect 37.
acceptor: accept 38.
acceptor: disconnect 37.
acceptor: accept 38.
connector: disconnect 37.
connector: connect 38.
connector: disconnect 37.
connector: connect 38.
acceptor: disconnect 37.
acceptor: accept 38.
connector: disconnect 37.
connector: connect 38.
acceptor: disconnect 38.
acceptor: accept 39.
acceptor: disconnect 38.
acceptor: accept 39.
connector: disconnect 38.
connector: connect 39.
acceptor: disconnect 38.
acceptor: accept 39.
connector: disconnect 38.
connector: connect 39.
connector: disconnect 38.
connector: connect 39.
connector: disconnect 39.
connector: connect 40.
connector: disconnect 39.
connector: connect 40.
acceptor: disconnect 39.
acceptor: accept 40.
acceptor: disconnect 39.
acceptor: accept 40.
connector: disconnect 39.
connector: connect 40.
acceptor: disconnect 39.
acceptor: accept 40.
acceptor: disconnect 40.
acceptor: accept 41.
acceptor: disconnect 40.
acceptor: accept 41.
connector: disconnect 40.
connector: connect 41.
connector: disconnect 40.
connector: connect 41.
acceptor: disconnect 40.
acceptor: accept 41.
connector: disconnect 40.
connector: connect 41.
acceptor: disconnect 41.
acceptor: accept 42.
acceptor: disconnect 41.
acceptor: accept 42.
connector: disconnect 41.
connector: connect 42.
acceptor: disconnect 41.
acceptor: accept 42.
connector: disconnect 41.
connector: connect 42.
connector: disconnect 41.
connector: connect 42.
connector: disconnect 42.
connector: connect 43.
connector: disconnect 42.
connector: connect 43.
acceptor: disconnect 42.
acceptor: accept 43.
acceptor: disconnect 42.
acceptor: accept 43.
connector: disconnect 42.
connector: connect 43.
acceptor: disconnect 42.
acceptor: accept 43.
acceptor: disconnect 43.
acceptor: accept 44.
acceptor: disconnect 43.
acceptor: accept 44.
connector: disconnect 43.
connector: connect 44.
connector: disconnect 43.
connector: connect 44.
acceptor: disconnect 43.
acceptor: accept 44.
connector: disconnect 43.
connector: connect 44.
connector: disconnect 44.
connector: connect 45.
connector: disconnect 44.
connector: connect 45.
acceptor: disconnect 44.
acceptor: accept 45.
acceptor: disconnect 44.
acceptor: accept 45.
connector: disconnect 44.
connector: connect 45.
acceptor: disconnect 44.
acceptor: accept 45.
acceptor: disconnect 45.
acceptor: accept 46.
acceptor: disconnect 45.
acceptor: accept 46.
connector: disconnect 45.
connector: connect 46.
connector: disconnect 45.
connector: connect 46.
acceptor: disconnect 45.
acceptor: accept 46.
connector: disconnect 45.
connector: connect 46.
acceptor: disconnect 46.
acceptor: accept 47.
acceptor: disconnect 46.
acceptor: accept 47.
connector: disconnect 46.
connector: connect 47.
acceptor: disconnect 46.
acceptor: accept 47.
connector: disconnect 46.
connector: connect 47.
connector: disconnect 46.
connector: connect 47.
connector: disconnect 47.
connector: connect 48.
connector: disconnect 47.
connector: connect 48.
acceptor: disconnect 47.
acceptor: accept 48.
acceptor: disconnect 47.
acceptor: accept 48.
connector: disconnect 47.
connector: connect 48.
acceptor: disconnect 47.
acceptor: accept 48.
acceptor: disconnect 48.
acceptor: accept 49.
acceptor: disconnect 48.
acceptor: accept 49.
connector: disconnect 48.
connector: connect 49.
connector: disconnect 48.
connector: connect 49.
acceptor: disconnect 48.
acceptor: accept 49.
connector: disconnect 48.
connector: connect 49.
connector: disconnect 49.
connector: connect 50.
connector: disconnect 49.
connector: connect 50.
acceptor: disconnect 49.
acceptor: accept 50.
acceptor: disconnect 49.
acceptor: accept 50.
connector: disconnect 49.
connector: connect 50.
acceptor: disconnect 49.
acceptor: accept 50.
acceptor: disconnect 50.
acceptor: accept 51.
acceptor: disconnect 50.
acceptor: accept 51.
connector: disconnect 50.
connector: connect 51.
connector: disconnect 50.
connector: connect 51.
acceptor: disconnect 50.
acceptor: accept 51.
connector: disconnect 50.
connector: connect 51.
connector: disconnect 51.
connector: connect 52.
connector: disconnect 51.
connector: connect 52.
acceptor: disconnect 51.
acceptor: accept 52.
acceptor: disconnect 51.
acceptor: accept 52.
connector: disconnect 51.
connector: connect 52.
acceptor: disconnect 51.
acceptor: accept 52.
acceptor: disconnect 52.
acceptor: accept 53.
acceptor: disconnect 52.
acceptor: accept 53.
connector: disconnect 52.
connector: connect 53.
connector: disconnect 52.
connector: connect 53.
acceptor: disconnect 52.
acceptor: accept 53.
connector: disconnect 52.
connector: connect 53.
connector: disconnect 53.
connector: connect 54.
connector: disconnect 53.
connector: connect 54.
acceptor: disconnect 53.
acceptor: accept 54.
acceptor: disconnect 53.
acceptor: accept 54.
connector: disconnect 53.
connector: connect 54.
acceptor: disconnect 53.
acceptor: accept 54.
acceptor: disconnect 54.
acceptor: accept 55.
acceptor: disconnect 54.
acceptor: accept 55.
connector: disconnect 54.
connector: connect 55.
acceptor: disconnect 54.
acceptor: accept 55.
connector: disconnect 54.
connector: connect 55.
connector: disconnect 54.
connector: connect 55.
acceptor: disconnect 55.
acceptor: accept 56.
acceptor: disconnect 55.
acceptor: accept 56.
connector: disconnect 55.
connector: connect 56.
connector: disconnect 55.
connector: connect 56.
acceptor: disconnect 55.
acceptor: accept 56.
connector: disconnect 55.
connector: connect 56.
acceptor: disconnect 56.
acceptor: accept 57.
acceptor: disconnect 56.
acceptor: accept 57.
connector: disconnect 56.
connector: connect 57.
connector: disconnect 56.
connector: connect 57.
acceptor: disconnect 56.
acceptor: accept 57.
connector: disconnect 56.
connector: connect 57.
connector: disconnect 57.
connector: connect 58.
connector: disconnect 57.
connector: connect 58.
acceptor: disconnect 57.
acceptor: accept 58.
acceptor: disconnect 57.
acceptor: accept 58.
connector: disconnect 57.
connector: connect 58.
acceptor: disconnect 57.
acceptor: accept 58.
acceptor: disconnect 58.
acceptor: accept 59.
acceptor: disconnect 58.
acceptor: accept 59.
connector: disconnect 58.
connector: connect 59.
connector: disconnect 58.
connector: connect 59.
acceptor: disconnect 58.
acceptor: accept 59.
connector: disconnect 58.
connector: connect 59.
acceptor: disconnect 59.
acceptor: accept 60.
acceptor: disconnect 59.
acceptor: accept 60.
connector: disconnect 59.
connector: connect 60.
connector: disconnect 59.
connector: connect 60.
acceptor: disconnect 59.
acceptor: accept 60.
connector: disconnect 59.
connector: connect 60.
acceptor: disconnect 60.
acceptor: accept 61.
acceptor: disconnect 60.
acceptor: accept 61.
connector: disconnect 60.
connector: connect 61.
connector: disconnect 60.
connector: connect 61.
acceptor: disconnect 60.
acceptor: accept 61.
connector: disconnect 60.
connector: connect 61.
acceptor: disconnect 61.
acceptor: accept 62.
acceptor: disconnect 61.
acceptor: accept 62.
connector: disconnect 61.
connector: connect 62.
connector: disconnect 61.
connector: connect 62.
acceptor: disconnect 61.
acceptor: accept 62.
connector: disconnect 61.
connector: connect 62.
acceptor: disconnect 62.
acceptor: accept 63.
acceptor: disconnect 62.
acceptor: accept 63.
connector: disconnect 62.
connector: connect 63.
acceptor: disconnect 62.
acceptor: accept 63.
connector: disconnect 62.
connector: connect 63.
connector: disconnect 62.
connector: connect 63.
connector: disconnect 63.
connector: connect 64.
connector: disconnect 63.
connector: connect 64.
acceptor: disconnect 63.
acceptor: accept 64.
acceptor: disconnect 63.
acceptor: accept 64.
connector: disconnect 63.
connector: connect 64.
acceptor: disconnect 63.
acceptor: accept 64.
acceptor: disconnect 64.
acceptor: accept 65.
acceptor: disconnect 64.
acceptor: accept 65.
connector: disconnect 64.
connector: connect 65.
connector: disconnect 64.
connector: connect 65.
acceptor: disconnect 64.
acceptor: accept 65.
connector: disconnect 64.
connector: connect 65.
connector: disconnect 65.
connector: connect 66.
connector: disconnect 65.
connector: connect 66.
acceptor: disconnect 65.
acceptor: accept 66.
connector: disconnect 65.
connector: connect 66.
acceptor: disconnect 65.
acceptor: accept 66.
acceptor: disconnect 65.
acceptor: accept 66.
connector: disconnect 66.
connector: connect 67.
connector: disconnect 66.
connector: connect 67.
acceptor: disconnect 66.
acceptor: accept 67.
acceptor: disconnect 66.
acceptor: accept 67.
connector: disconnect 66.
connector: connect 67.
acceptor: disconnect 66.
acceptor: accept 67.
acceptor: disconnect 67.
acceptor: accept 68.
acceptor: disconnect 67.
acceptor: accept 68.
connector: disconnect 67.
connector: connect 68.
connector: disconnect 67.
connector: connect 68.
acceptor: disconnect 67.
acceptor: accept 68.
connector: disconnect 67.
connector: connect 68.
connector: disconnect 68.
connector: connect 69.
connector: disconnect 68.
connector: connect 69.
acceptor: disconnect 68.
acceptor: accept 69.
acceptor: disconnect 68.
acceptor: accept 69.
connector: disconnect 68.
connector: connect 69.
acceptor: disconnect 68.
acceptor: accept 69.
acceptor: disconnect 69.
acceptor: accept 70.
acceptor: disconnect 69.
acceptor: accept 70.
connector: disconnect 69.
connector: connect 70.
connector: disconnect 69.
connector: connect 70.
acceptor: disconnect 69.
acceptor: accept 70.
connector: disconnect 69.
connector: connect 70.
acceptor: disconnect 70.
acceptor: accept 71.
acceptor: disconnect 70.
acceptor: accept 71.
connector: disconnect 70.
connector: connect 71.
connector: disconnect 70.
connector: connect 71.
acceptor: disconnect 70.
acceptor: accept 71.
connector: disconnect 70.
connector: connect 71.
connector: disconnect 71.
connector: connect 72.
connector: disconnect 71.
connector: connect 72.
acceptor: disconnect 71.
acceptor: accept 72.
acceptor: disconnect 71.
acceptor: accept 72.
connector: disconnect 71.
connector: connect 72.
acceptor: disconnect 71.
acceptor: accept 72.
acceptor: disconnect 72.
acceptor: accept 73.
acceptor: disconnect 72.
acceptor: accept 73.
connector: disconnect 72.
connector: connect 73.
connector: disconnect 72.
connector: connect 73.
acceptor: disconnect 72.
acceptor: accept 73.
connector: disconnect 72.
connector: connect 73.
connector: disconnect 73.
connector: connect 74.
connector: disconnect 73.
connector: connect 74.
acceptor: disconnect 73.
acceptor: accept 74.
acceptor: disconnect 73.
acceptor: accept 74.
connector: disconnect 73.
connector: connect 74.
acceptor: disconnect 73.
acceptor: accept 74.
acceptor: disconnect 74.
acceptor: accept 75.
acceptor: disconnect 74.
acceptor: accept 75.
connector: disconnect 74.
connector: connect 75.
connector: disconnect 74.
connector: connect 75.
acceptor: disconnect 74.
acceptor: accept 75.
connector: disconnect 74.
connector: connect 75.
acceptor: disconnect 75.
acceptor: accept 76.
acceptor: disconnect 75.
acceptor: accept 76.
connector: disconnect 75.
connector: connect 76.
connector: disconnect 75.
connector: connect 76.
acceptor: disconnect 75.
acceptor: accept 76.
connector: disconnect 75.
connector: connect 76.
acceptor: disconnect 76.
acceptor: accept 77.
acceptor: disconnect 76.
acceptor: accept 77.
connector: disconnect 76.
connector: connect 77.
connector: disconnect 76.
connector: connect 77.
acceptor: disconnect 76.
acceptor: accept 77.
connector: disconnect 76.
connector: connect 77.
acceptor: disconnect 77.
acceptor: accept 78.
acceptor: disconnect 77.
acceptor: accept 78.
connector: disconnect 77.
connector: connect 78.
connector: disconnect 77.
connector: connect 78.
acceptor: disconnect 77.
acceptor: accept 78.
connector: disconnect 77.
connector: connect 78.
connector: disconnect 78.
connector: connect 79.
connector: disconnect 78.
connector: connect 79.
acceptor: disconnect 78.
acceptor: accept 79.
acceptor: disconnect 78.
acceptor: accept 79.
connector: disconnect 78.
connector: connect 79.
acceptor: disconnect 78.
acceptor: accept 79.
acceptor: disconnect 79.
acceptor: accept 80.
acceptor: disconnect 79.
acceptor: accept 80.
connector: disconnect 79.
connector: connect 80.
connector: disconnect 79.
connector: connect 80.
acceptor: disconnect 79.
acceptor: accept 80.
connector: disconnect 79.
connector: connect 80.
connector: disconnect 80.
connector: connect 81.
connector: disconnect 80.
connector: connect 81.
acceptor: disconnect 80.
acceptor: accept 81.
acceptor: disconnect 80.
acceptor: accept 81.
connector: disconnect 80.
connector: connect 81.
acceptor: disconnect 80.
acceptor: accept 81.
acceptor: disconnect 81.
acceptor: accept 82.
acceptor: disconnect 81.
acceptor: accept 82.
connector: disconnect 81.
connector: connect 82.
connector: disconnect 81.
connector: connect 82.
acceptor: disconnect 81.
acceptor: accept 82.
connector: disconnect 81.
connector: connect 82.
connector: disconnect 82.
connector: connect 83.
connector: disconnect 82.
connector: connect 83.
acceptor: disconnect 82.
acceptor: accept 83.
acceptor: disconnect 82.
acceptor: accept 83.
connector: disconnect 82.
connector: connect 83.
acceptor: disconnect 82.
acceptor: accept 83.
acceptor: disconnect 83.
acceptor: accept 84.
acceptor: disconnect 83.
acceptor: accept 84.
connector: disconnect 83.
connector: connect 84.
connector: disconnect 83.
connector: connect 84.
acceptor: disconnect 83.
acceptor: accept 84.
connector: disconnect 83.
connector: connect 84.
connector: disconnect 84.
connector: connect 85.
connector: disconnect 84.
connector: connect 85.
acceptor: disconnect 84.
acceptor: accept 85.
acceptor: disconnect 84.
acceptor: accept 85.
connector: disconnect 84.
connector: connect 85.
acceptor: disconnect 84.
acceptor: accept 85.
acceptor: disconnect 85.
acceptor: accept 86.
acceptor: disconnect 85.
acceptor: accept 86.
connector: disconnect 85.
connector: connect 86.
connector: disconnect 85.
connector: connect 86.
acceptor: disconnect 85.
acceptor: accept 86.
connector: disconnect 85.
connector: connect 86.
connector: disconnect 86.
connector: connect 87.
connector: disconnect 86.
connector: connect 87.
acceptor: disconnect 86.
acceptor: accept 87.
connector: disconnect 86.
connector: connect 87.
acceptor: disconnect 86.
acceptor: accept 87.
acceptor: disconnect 86.
acceptor: accept 87.
acceptor: disconnect 87.
acceptor: accept 88.
acceptor: disconnect 87.
acceptor: accept 88.
connector: disconnect 87.
connector: connect 88.
connector: disconnect 87.
connector: connect 88.
acceptor: disconnect 87.
acceptor: accept 88.
connector: disconnect 87.
connector: connect 88.
acceptor: disconnect 88.
acceptor: accept 89.
acceptor: disconnect 88.
acceptor: accept 89.
connector: disconnect 88.
connector: connect 89.
connector: disconnect 88.
connector: connect 89.
acceptor: disconnect 88.
acceptor: accept 89.
connector: disconnect 88.
connector: connect 89.
connector: disconnect 89.
connector: connect 90.
connector: disconnect 89.
connector: connect 90.
acceptor: disconnect 89.
acceptor: accept 90.
acceptor: disconnect 89.
acceptor: accept 90.
connector: disconnect 89.
connector: connect 90.
acceptor: disconnect 89.
acceptor: accept 90.
acceptor: disconnect 90.
acceptor: accept 91.
acceptor: disconnect 90.
acceptor: accept 91.
connector: disconnect 90.
connector: connect 91.
connector: disconnect 90.
connector: connect 91.
acceptor: disconnect 90.
acceptor: accept 91.
connector: disconnect 90.
connector: connect 91.
connector: disconnect 91.
connector: connect 92.
connector: disconnect 91.
connector: connect 92.
acceptor: disconnect 91.
acceptor: accept 92.
acceptor: disconnect 91.
acceptor: accept 92.
connector: disconnect 91.
connector: connect 92.
acceptor: disconnect 91.
acceptor: accept 92.
acceptor: disconnect 92.
acceptor: accept 93.
acceptor: disconnect 92.
acceptor: accept 93.
connector: disconnect 92.
connector: connect 93.
connector: disconnect 92.
connector: connect 93.
acceptor: disconnect 92.
acceptor: accept 93.
connector: disconnect 92.
connector: connect 93.
connector: disconnect 93.
connector: connect 94.
connector: disconnect 93.
connector: connect 94.
acceptor: disconnect 93.
acceptor: accept 94.
acceptor: disconnect 93.
acceptor: accept 94.
connector: disconnect 93.
connector: connect 94.
acceptor: disconnect 93.
acceptor: accept 94.
acceptor: disconnect 94.
acceptor: accept 95.
acceptor: disconnect 94.
acceptor: accept 95.
connector: disconnect 94.
connector: connect 95.
connector: disconnect 94.
connector: connect 95.
acceptor: disconnect 94.
acceptor: accept 95.
connector: disconnect 94.
connector: connect 95.
connector: disconnect 95.
connector: connect 96.
connector: disconnect 95.
connector: connect 96.
acceptor: disconnect 95.
acceptor: accept 96.
acceptor: disconnect 95.
acceptor: accept 96.
connector: disconnect 95.
connector: connect 96.
acceptor: disconnect 95.
acceptor: accept 96.
acceptor: disconnect 96.
acceptor: accept 97.
acceptor: disconnect 96.
acceptor: accept 97.
connector: disconnect 96.
connector: connect 97.
connector: disconnect 96.
connector: connect 97.
acceptor: disconnect 96.
acceptor: accept 97.
connector: disconnect 96.
connector: connect 97.
acceptor: disconnect 97.
acceptor: accept 98.
acceptor: disconnect 97.
acceptor: accept 98.
connector: disconnect 97.
connector: connect 98.
connector: disconnect 97.
connector: connect 98.
acceptor: disconnect 97.
acceptor: accept 98.
connector: disconnect 97.
connector: connect 98.
connector: disconnect 98.
connector: connect 99.
connector: disconnect 98.
connector: connect 99.
acceptor: disconnect 98.
acceptor: accept 99.
acceptor: disconnect 98.
acceptor: accept 99.
connector: disconnect 98.
connector: connect 99.
acceptor: disconnect 98.
acceptor: accept 99.
acceptor: disconnect 99.
barrier.
acceptor: disconnect 99.
barrier.
connector: disconnect 99.
barrier.
acceptor: disconnect 99.
close_port.
connector: disconnect 99.
barrier.
connector: disconnect 99.
barrier.
barrier.
barrier connector.
barrier connector.
barrier connector.
No errors

Passed MPI_Comm_join basic - join

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

A simple test of Comm_join.

No errors

Passed MPI_Comm_spawn basic - spawn1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

A simple test of Comm_spawn.

No errors

Passed MPI_Comm_spawn complex args - spawnargv

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

A simple test of Comm_spawn, with complex arguments.

No errors

Passed MPI_Comm_spawn inter-merge - spawnintra

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

A simple test of Comm_spawn, followed by intercomm merge.

No errors

Passed MPI_Comm_spawn many args - spawnmanyarg

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

A simple test of Comm_spawn, with many arguments.

No errors

Passed MPI_Comm_spawn repeat - spawn2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

A simple test of Comm_spawn, called twice.

No errors

Passed MPI_Comm_spawn with info - spawninfo1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

A simple test of Comm_spawn with info.

No errors

Passed MPI_Comm_spawn_multiple appnum - spawnmult2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This tests spawn_mult by using the same executable and no command-line options. The attribute MPI_APPNUM is used to determine which executable is running.

No errors

Passed MPI_Comm_spawn_multiple basic - spawnminfo1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

A simple test of Comm_spawn_multiple with info.

No errors

Passed MPI_Intercomm_create - spaiccreate

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Use Spawn to create an intercomm, then create a new intercomm that includes processes not in the initial spawn intercomm.This test ensures that spawned processes are able to communicate with processes that were not in the communicator from which they were spawned.

No errors

Failed MPI_Publish_name basic - namepub

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 2

Test Description:

This test confirms the functionality of MPI_Open_port() and MPI_Publish_name().

Error in Publish_name: "Port error"
Error in Lookup name: "Name error"
Error in Unpublish name: "Port error"
Found 3 errors

Passed Multispawn - multispawn

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This (is a placeholder for a) test that creates 4 threads, each of which does a concurrent spawn of 4 more processes, for a total of 17 MPI processes. The resulting intercomms are tested for consistency (to ensure that the spawns didn't get confused among the threads). As an option, it will time the Spawn calls. If the spawn calls block the calling thread, this may show up in the timing of the calls.

No errors

Passed Process group creation - pgroup_connect_test

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

In this test, processes create an intracommunicator, and creation is collective only on the members of the new communicator, not on the parent communicator. This is accomplished by building up and merging intercommunicators using Connect/Accept to merge with a master/controller process.

No errors

Passed Taskmaster threaded - th_taskmaster

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This is a simple test that creates threads to verifiy compatibility between MPI and the pthread library.

No errors

Threads - Score: 100% Passed

This group features tests that utilize thread compliant MPI implementations. This includes the threaded environment provided by MPI-3.0, as well as POSIX compliant threaded libraries such as PThreads.

Passed Alltoall threads - alltoall

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

The LISTENER THREAD waits for communication from any source (including calling thread) messages which it receives that has tag REQ_TAG. Each thread enters an infinite loop that will stop only if every node in the MPI_COMM_WORLD sends a message containing -1.

No errors

NA MPI_T multithreaded - mpit_threading

Build: Passed

Execution: Failed

Exit Status: MPI_THREAD_MULTIPLE required

MPI Processes: 1

Test Description:

This test is adapted from test/mpi/mpi_t/mpit_vars.c. But this is a multithreading version in which multiple threads will call MPI_T routines.

With verbose set, thread 0 will prints out MPI_T control variables, performance variables and their categories.

MPI does not support MPI_THREAD_MULTIPLE.

Passed Multi-target basic - multisend

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Run concurrent sends to a single target process. Stresses an implementation that permits concurrent sends to different targets.

No errors

Passed Multi-target many - multisend2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

Run concurrent sends to different target processes. Stresses an implementation that permits concurrent sends to different targets.

buf size 1: time 0.000001
buf size 2: time 0.000001
buf size 4: time 0.000002
buf size 8: time 0.000002
buf size 16: time 0.000002
buf size 32: time 0.000004
buf size 64: time 0.000004
buf size 128: time 0.000003
buf size 256: time 0.000002
buf size 512: time 0.000003
buf size 1024: time 0.000004
buf size 2048: time 0.000005
buf size 4096: time 0.000008
buf size 8192: time 0.000013
buf size 16384: time 0.000016
buf size 32768: time 0.000028
buf size 65536: time 0.000065
buf size 131072: time 0.000132
buf size 262144: time 0.000228
buf size 524288: time 0.000407
No errors

Passed Multi-target non-blocking - multisend3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

Run concurrent sends to different target processes. Stresses an implementation that permits concurrent sends to different targets. Uses non-blocking sends, and have a single thread complete all I/O.

buf address 0x2af0fc0008c0 (size 2640000)
buf address 0x2af1000008c0 (size 2640000)
buf address 0x2af1040008c0 (size 2640000)
buf address 0x2af1080008c0 (size 2640000)
buf size 4: time 0.000007
buf size 8: time 0.000005
buf size 16: time 0.000006
buf size 32: time 0.000006
buf size 64: time 0.000006
buf size 128: time 0.000008
buf size 256: time 0.000008
buf size 512: time 0.000006
buf size 1024: time 0.000007
buf size 2048: time 0.000007
buf size 4096: time 0.000008
buf size 8192: time 0.000010
buf size 16384: time 0.000017
buf size 32768: time 0.000023
buf size 65536: time 0.000041
buf size 131072: time 0.000066
buf size 262144: time 0.000106
buf size 524288: time 0.000190
buf size 1048576: time 0.000344
buf size 2097152: time 0.000660
No errors

Passed Multi-target non-blocking send/recv - multisend4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

Run concurrent sends to different target processes. Stresses an implementation that permits concurrent sends to different targets. Uses non-blocking sends and recvs, and have a single thread complete all I/O.

buf size 1: time 0.000030
buf size 1: time 0.000030
buf size 1: time 0.000027
buf size 1: time 0.000026
buf size 1: time 0.000029
buf size 2: time 0.000021
buf size 2: time 0.000021
buf size 2: time 0.000021
buf size 2: time 0.000023
buf size 2: time 0.000021
buf size 4: time 0.000019
buf size 4: time 0.000021
buf size 4: time 0.000020
buf size 4: time 0.000021
buf size 4: time 0.000020
buf size 8: time 0.000021
buf size 8: time 0.000020
buf size 8: time 0.000020
buf size 8: time 0.000021
buf size 8: time 0.000020
buf size 16: time 0.000021
buf size 16: time 0.000022
buf size 16: time 0.000021
buf size 16: time 0.000021
buf size 16: time 0.000020
buf size 32: time 0.000024
buf size 32: time 0.000025
buf size 32: time 0.000025
buf size 32: time 0.000025
buf size 32: time 0.000025
buf size 64: time 0.000024
buf size 64: time 0.000025
buf size 64: time 0.000025
buf size 64: time 0.000024
buf size 64: time 0.000024
buf size 128: time 0.000025
buf size 128: time 0.000023
buf size 128: time 0.000023
buf size 128: time 0.000023
buf size 128: time 0.000024
buf size 256: time 0.000023
buf size 256: time 0.000022
buf size 256: time 0.000025
buf size 256: time 0.000024
buf size 256: time 0.000023
buf size 512: time 0.000024
buf size 512: time 0.000024
buf size 512: time 0.000024
buf size 512: time 0.000025
buf size 512: time 0.000025
buf size 1024: time 0.000028
buf size 1024: time 0.000029
buf size 1024: time 0.000029
buf size 1024: time 0.000027
buf size 1024: time 0.000028
buf size 2048: time 0.000032
buf size 2048: time 0.000032
buf size 2048: time 0.000032
buf size 2048: time 0.000032
buf size 2048: time 0.000032
buf size 4096: time 0.000051
buf size 4096: time 0.000052
buf size 4096: time 0.000052
buf size 4096: time 0.000052
buf size 4096: time 0.000052
buf size 8192: time 0.000075
buf size 8192: time 0.000077
buf size 8192: time 0.000079
buf size 8192: time 0.000077
buf size 8192: time 0.000077
buf size 16384: time 0.000115
buf size 16384: time 0.000116
buf size 16384: time 0.000117
buf size 16384: time 0.000118
buf size 16384: time 0.000117
buf size 32768: time 0.000221
buf size 32768: time 0.000220
buf size 32768: time 0.000219
buf size 32768: time 0.000221
buf size 32768: time 0.000220
buf size 65536: time 0.000358
buf size 65536: time 0.000364
buf size 65536: time 0.000370
buf size 65536: time 0.000378
buf size 65536: time 0.000377
buf size 131072: time 0.000700
buf size 131072: time 0.000687
buf size 131072: time 0.000714
buf size 131072: time 0.000704
buf size 131072: time 0.000715
buf size 262144: time 0.001281
buf size 262144: time 0.001308
buf size 262144: time 0.001322
buf size 262144: time 0.001319
buf size 262144: time 0.001344
buf size 524288: time 0.002871
buf size 524288: time 0.002892
buf size 524288: time 0.002992
buf size 524288: time 0.002980
buf size 524288: time 0.002986
No errors

Passed Multi-target self - sendselfth

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Send to self in a threaded program.

No errors

Passed Multi-threaded [non]blocking - threads

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

The tests blocking and non-blocking capability within MPI.

Using MPI_PROC_NULL
-------------------
Threads: 1; Latency: 0.016; Mrate: 62.810
Threads: 2; Latency: 0.014; Mrate: 140.289
Threads: 3; Latency: 0.015; Mrate: 201.753
Threads: 4; Latency: 0.018; Mrate: 220.795
Blocking communication with message size      0 bytes
------------------------------------------------------
Threads: 1; Latency: 0.331; Mrate: 3.021
Threads: 2; Latency: 1.959; Mrate: 1.021
Threads: 3; Latency: 6.256; Mrate: 0.480
Threads: 4; Latency: 7.592; Mrate: 0.527
Blocking communication with message size      1 bytes
------------------------------------------------------
Threads: 1; Latency: 0.337; Mrate: 2.971
Threads: 2; Latency: 1.946; Mrate: 1.028
Threads: 3; Latency: 6.313; Mrate: 0.475
Threads: 4; Latency: 7.570; Mrate: 0.528
Blocking communication with message size      4 bytes
------------------------------------------------------
Threads: 1; Latency: 0.333; Mrate: 3.005
Threads: 2; Latency: 1.946; Mrate: 1.028
Threads: 3; Latency: 6.309; Mrate: 0.476
Threads: 4; Latency: 7.627; Mrate: 0.524
Blocking communication with message size     16 bytes
------------------------------------------------------
Threads: 1; Latency: 0.359; Mrate: 2.788
Threads: 2; Latency: 2.001; Mrate: 1.000
Threads: 3; Latency: 3.015; Mrate: 0.995
Threads: 4; Latency: 7.816; Mrate: 0.512
Blocking communication with message size     64 bytes
------------------------------------------------------
Threads: 1; Latency: 0.358; Mrate: 2.797
Threads: 2; Latency: 1.960; Mrate: 1.021
Threads: 3; Latency: 2.993; Mrate: 1.002
Threads: 4; Latency: 7.757; Mrate: 0.516
Blocking communication with message size    256 bytes
------------------------------------------------------
Threads: 1; Latency: 0.478; Mrate: 2.092
Threads: 2; Latency: 2.265; Mrate: 0.883
Threads: 3; Latency: 3.342; Mrate: 0.898
Threads: 4; Latency: 8.180; Mrate: 0.489
Blocking communication with message size   1024 bytes
------------------------------------------------------
Threads: 1; Latency: 0.508; Mrate: 1.969
Threads: 2; Latency: 2.687; Mrate: 0.744
Threads: 3; Latency: 3.521; Mrate: 0.852
Threads: 4; Latency: 8.453; Mrate: 0.473
Non-blocking communication with message size      0 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.350; Mrate: 2.854
Threads: 2; Latency: 1.920; Mrate: 1.042
Threads: 3; Latency: 3.071; Mrate: 0.977
Threads: 4; Latency: 4.436; Mrate: 0.902
Non-blocking communication with message size      1 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.349; Mrate: 2.868
Threads: 2; Latency: 1.913; Mrate: 1.046
Threads: 3; Latency: 3.034; Mrate: 0.989
Threads: 4; Latency: 4.390; Mrate: 0.911
Non-blocking communication with message size      4 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.345; Mrate: 2.896
Threads: 2; Latency: 1.911; Mrate: 1.047
Threads: 3; Latency: 3.095; Mrate: 0.969
Threads: 4; Latency: 4.398; Mrate: 0.910
Non-blocking communication with message size     16 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.463; Mrate: 2.159
Threads: 2; Latency: 1.943; Mrate: 1.029
Threads: 3; Latency: 3.085; Mrate: 0.972
Threads: 4; Latency: 4.426; Mrate: 0.904
Non-blocking communication with message size     64 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.440; Mrate: 2.273
Threads: 2; Latency: 1.828; Mrate: 1.094
Threads: 3; Latency: 3.010; Mrate: 0.997
Threads: 4; Latency: 4.361; Mrate: 0.917
Non-blocking communication with message size    256 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.537; Mrate: 1.862
Threads: 2; Latency: 1.931; Mrate: 1.036
Threads: 3; Latency: 3.142; Mrate: 0.955
Threads: 4; Latency: 4.567; Mrate: 0.876
Non-blocking communication with message size   1024 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.602; Mrate: 1.660
Threads: 2; Latency: 2.152; Mrate: 0.929
Threads: 3; Latency: 3.396; Mrate: 0.883
Threads: 4; Latency: 4.915; Mrate: 0.814
No errors

Passed Multi-threaded send/recv - threaded_sr

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

The buffer size needs to be large enough to cause the rndv protocol to be used. If the MPI provider doesn't use a rndv protocol then the size doesn't matter.

No errors

Passed Multiple threads context dup - ctxdup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test creates communicators concurrently in different threads.

No errors

Passed Multiple threads context idup - ctxidup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test creates communicators concurrently, non-blocking, in different threads.

No errors

Passed Multiple threads dup leak - dup_leak_test

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test repeatedly duplicates and frees communicators with multiple threads concurrently to stress the multithreaded aspects of the context ID allocation code. Thanks to IBM for providing the original version of this test.

No errors

Passed Multispawn - multispawn

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This (is a placeholder for a) test that creates 4 threads, each of which does a concurrent spawn of 4 more processes, for a total of 17 MPI processes. The resulting intercomms are tested for consistency (to ensure that the spawns didn't get confused among the threads). As an option, it will time the Spawn calls. If the spawn calls block the calling thread, this may show up in the timing of the calls.

No errors

Passed Simple thread comm dup - comm_dup_deadlock

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This is a simple test of threads in MPI with communicator duplication.

No errors

Passed Simple thread comm idup - comm_idup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This is a simple test of threads in MPI with non-blocking communicator duplication.

No Errors

Passed Simple thread finalize - initth

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

The test here is a simple one that Finalize exits, so the only action is to write no error.

No errors

Passed Simple thread initialize - initth2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

The test initializes a thread, then calls MPI_Finalize() and prints "No errors".

No errors

Passed Taskmaster threaded - th_taskmaster

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This is a simple test that creates threads to verifiy compatibility between MPI and the pthread library.

No errors

Passed Thread Group creation - comm_create_threads

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Every thread paticipates in a distinct MPI_Comm_create group, distinguished by its thread-id (used as the tag). Threads on even ranks join an even comm and threads on odd ranks join the odd comm.

No errors

Passed Thread/RMA interaction - multirma

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This is a simple test of threads in MPI.

No errors

Passed Threaded group - comm_create_group_threads

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

In this test a number of threads are created with a distinct MPI communicator (or comm) group distinguished by its thread-id (used as a tag). Threads on even ranks join an even comm and threads on odd ranks join the odd comm.

No errors

Passed Threaded ibsend - ibsend

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This program performs a short test of MPI_BSEND in a multithreaded environment. It starts a single receiver thread that expects NUMSENDS messages and NUMSENDS sender threads, that use MPI_Bsend to send a message of size MSGSIZE to its right neigbour or rank 0 if (my_rank==comm_size-1), i.e. target_rank = (my_rank+1)%size.

After all messages have been received, the receiver thread prints a message, the threads are joined into the main thread and the application terminates.

No Errors

Passed Threaded request - greq_test

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Threaded generalized request tests.

Post Init ...
Testing ...
Starting work in thread ...
Work in thread done !!!
Testing ...
Starting work in thread ...
Work in thread done !!!
Testing ...
Starting work in thread ...
Work in thread done !!!
Goodbye !!!
No errors

Passed Threaded wait/test - greq_wait

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Threaded wait/test request tests.

Post Init ...
Waiting ...
Starting work in thread ...
Work in thread done !!!
Waiting ...
Starting work in thread ...
Work in thread done !!!
Waiting ...
Starting work in thread ...
Work in thread done !!!
Goodbye !!!
No errors

MPI-Toolkit Interface - Score: 100% Passed

This group features tests that involve the MPI Tool interface available in MPI-3.0 and higher.

Passed MPI_T 3.1 get index call - mpit_get_index

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests that the MPI 3.1 Toolkit interface *_get_index name lookup functions work as expected.

No errors

Passed MPI_T cycle variables - mpit_vars

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

To print out all MPI_T control variables, performance variables and their categories in the MPI implementation.

1 MPI Control Variables
	profiled_recv_request_id=0	SCOPE_LOCAL	NO_OBJECT	MPI_INT	VERBOSITY_USER_DETAIL	
6 MPI Performance Variables
	posted_recvq_length	CLASS_LEVEL	NO_OBJECT	MPI_UNSIGNED	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	length of the posted message receive queue
	Value = 0
	unexpected_recvq_length	CLASS_LEVEL	NO_OBJECT	MPI_UNSIGNED	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	length of the unexpected message receive queue
	Value = 0
	posted_recvq_match_attempts	CLASS_COUNTER	NO_OBJECT	MPI_UNSIGNED_LONG_LONG	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	number of search passes on the posted message receive queue
	unexpected_recvq_match_attempts	CLASS_COUNTER	NO_OBJECT	MPI_UNSIGNED_LONG_LONG	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	number of search passes on the unexpected message receive queue
	unexpected_recvq_buffer_size	CLASS_LEVEL	NO_OBJECT	MPI_UNSIGNED_LONG_LONG	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	total buffer size allocated in the unexpected receive queue
	profiled_recv_request_is_transferring	CLASS_LEVEL	NO_OBJECT	MPI_UNSIGNED	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	which queue, if any, the currently profiled receive request is in
8 MPI_T categories
Category DEBUGGER has 0 control variables, 0 performance variables, 0 subcategories
	Description: cvars relevant to the "MPIR" debugger interface
Category THREADS has 0 control variables, 0 performance variables, 0 subcategories
	Description: multi-threading cvars
Category DEVELOPER has 0 control variables, 0 performance variables, 0 subcategories
	Description: useful for developers working on MPICH itself
Category COLLECTIVE has 0 control variables, 0 performance variables, 0 subcategories
	Description: A category for collective communication variables.
Category COMMUNICATOR has 0 control variables, 0 performance variables, 0 subcategories
	Description: cvars that control communicator construction and operation
Category ERROR_HANDLING has 0 control variables, 0 performance variables, 0 subcategories
	Description: cvars that control error handling behavior (stack traces, aborts, etc)
Category MEMORY has 0 control variables, 0 performance variables, 0 subcategories
	Description: affects memory allocation and usage, including MPI object handles
Category ADI has 1 control variables, 6 performance variables, 0 subcategories
	Description: cvars that control behavior of ADI
No errors

NA MPI_T multithreaded - mpit_threading

Build: Passed

Execution: Failed

Exit Status: MPI_THREAD_MULTIPLE required

MPI Processes: 1

Test Description:

This test is adapted from test/mpi/mpi_t/mpit_vars.c. But this is a multithreading version in which multiple threads will call MPI_T routines.

With verbose set, thread 0 will prints out MPI_T control variables, performance variables and their categories.

MPI does not support MPI_THREAD_MULTIPLE.

Passed MPI_T string handling - mpi_t_str

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

A test that MPI_T string handling is working as expected.

No errors

Passed MPI_T write variable - cvarwrite

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test writes to control variables exposed by MPI_T functionality of MPI_3.0.

Total 1 MPI control variables
No errors

MPI-3.0 - Score: 95% Passed

This group features tests that exercises MPI-3.0 and higher functionality. Note that the test suite was designed to be compiled and executed under all versions of MPI. If the current version of MPI the test suite is less that MPI-3.0, the executed code will report "MPI-3.0 or higher required" and will exit.

Passed Aint add and diff - aintmath

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests the MPI 3.1 standard functions MPI_Aint_diff and MPI_Aint_add.

No errors

Passed C++ datatypes - cxx-types

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test checks for the existence of four new C++ named predefined datatypes that should be accessible from C and Fortran.

No errors

Passed Comm_create_group excl 4 rank - comm_create_group4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test using 4 processes creates a group with the even processes using MPI_Group_excl() and uses this group to create a communicator. Then both the communicator and group are freed.

No errors

Passed Comm_create_group excl 8 rank - comm_create_group8

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This test using 8 processes creates a group with the even processes using MPI_Group_excl() and uses this group to create a communicator. Then both the communicator and group are freed.

No errors

Passed Comm_create_group incl 2 rank - comm_group_half2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test using 2 processes creates a group with ranks less than size/2 using MPI_Group_range_incl() and uses this group to create a communicator. Then both the communicator and group are freed.

No errors

Passed Comm_create_group incl 4 rank - comm_group_half4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test using 4 processes creates a group with ranks less than size/2 using MPI_Group_range_incl() and uses this group to create a communicator. Then both the communicator and group are freed.

No errors

Passed Comm_create_group incl 8 rank - comm_group_half8

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This test using 8 processes creates a group with ranks less than size/2 using MPI_Group_range_incl() and uses this group to create a communicator. Then both the communicator and group are freed.

No errors

Passed Comm_create_group random 2 rank - comm_group_rand2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test using 2 processes creates and frees groups by randomly adding processes to a group, then creating a communicator with the group.

No errors

Passed Comm_create_group random 4 rank - comm_group_rand4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test using 4 processes creates and frees groups by randomly adding processes to a group, then creating a communicator with the group.

No errors

Passed Comm_create_group random 8 rank - comm_group_rand8

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This test using 8 processes creates and frees groups by randomly adding processes to a group, then creating a communicator with the group.

No errors

Passed Comm_idup 2 rank - comm_idup2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Multiple tests using 2 processes that make rank 0 wait in a blocking receive until all other processes have called MPI_Comm_idup(), then call idup afterwards. Should ensure that idup doesn't deadlock. Includes a test using an intercommunicator.]

No errors

Passed Comm_idup 4 rank - comm_idup4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Multiple tests using 4 processes that make rank 0 wait in a blocking receive until all other processes have called MPI_Comm_idup(), then call idup afterwards. Should ensure that idup doesn't deadlock. Includes a test using an intercommunicator.

No errors

Passed Comm_idup 9 rank - comm_idup9

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 9

Test Description:

Multiple tests using 9 processes that make rank 0 wait in a blocking receive until all other processes have called MPI_Comm_idup(), then call idup afterwards. Should ensure that idup doesn't deadlock. Includes a test using an intercommunicator.]

No errors

Passed Comm_idup multi - comm_idup_mul

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Simple test creating multiple communicators with MPI_Comm_idup.

No errors

Passed Comm_idup overlap - comm_idup_overlap

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Each pair of processes uses MPI_Comm_idup() to dup the communicator such that the dups are overlapping. If this were done with MPI_Comm_dup() this should deadlock.

No errors

Passed Comm_split_type basic - cmsplit_type

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Tests MPI_Comm_split_type() including a test using MPI_UNDEFINED.

Created subcommunicator of size 2
Created subcommunicator of size 1
Created subcommunicator of size 2
No errors
Created subcommunicator of size 1

Passed Comm_with_info dup 2 rank - dup_with_info2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test exercises MPI_Comm_dup_with_info() with 2 processes by setting the info for a communicator, duplicating it, and then testing the communicator.

No errors

Passed Comm_with_info dup 4 rank - dup_with_info4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises MPI_Comm_dup_with_info() with 4 processes by setting the info for a communicator, duplicating it, and then testing the communicator.

No errors

Passed Comm_with_info dup 9 rank - dup_with_info9

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 9

Test Description:

This test exercises MPI_Comm_dup_with_info() with 9 processes by setting the info for a communicator, duplicating it, and then testing the communicator.

No errors

Passed Compare_and_swap contention - compare_and_swap

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Tests MPI_Compare_and_swap using self communication, neighbor communication, and communication with the root causing contention.

No errors

Passed Datatype get structs - get-struct

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test was motivated by the failure of an example program for RMA involving simple operations on a struct that included a struct. The observed failure was a SEGV in the MPI_Get.

No errors

Passed Fetch_and_op basic - fetch_and_op

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This simple set of tests executes the MPI_Fetch_and op() calls on RMA windows using a selection of datatypes with multiple different communicators, communication patterns, and operations.

No errors

Passed Get_acculumate basic - get_acc_local

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Get Accumulated Test. This is a simple test of MPI_Get_accumulate() on a local window.

No errors

Passed Get_accumulate communicators - get_accumulate

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Get Accumulate Test. This simple set of tests executes MPI_Get_accumulate on RMA windows using a selection of datatypes with multiple different communicators, communication patterns, and operations.

No errors

Failed Iallreduce basic - iallred

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 2

Test Description:

Simple test for MPI_Iallreduce() and MPI_Allreduce().

Test Output: None.

Passed Ibarrier - ibarrier

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test calls MPI_Ibarrier() followed by an conditional loop containing usleep(1000) and MPI_Test(). This test hung indefinitely under some MPI implementations.

No errors

Passed Large counts for types - large-count

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test checks for large count functionality ("MPI_Count") mandated by MPI-3, as well as behavior of corresponding pre-MPI-3 interfaces that have better defined behavior when an "int" quantity would overflow.

No errors

Passed Large types - large_type

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test checks that MPI can handle large datatypes.

No errors

Passed Linked list construction fetch/op - linked_list_fop

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test constructs a distributed shared linked list using MPI-3 dynamic windows with MPI_Fetch_and_op. Initially process 0 creates the head of the list, attaches it to an RMA window, and broadcasts the pointer to all processes. All processes then concurrently append N new elements to the list. When a process attempts to attach its element to the tail of list it may discover that its tail pointer is stale and it must chase ahead to the new tail before the element can be attached.

No errors

Passed Linked list construction lockall - linked_list_lockall

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Construct a distributed shared linked list using MPI-3 dynamic RMA windows. Initially process 0 creates the head of the list, attaches it to the window, and broadcasts the pointer to all processes. All processes then concurrently append N new elements to the list. When a process attempts to attach its element to the tail of list it may discover that its tail pointer is stale and it must chase ahead to the new tail before the element can be attached. This version of the test suite uses MPI_Win_lock_all() instead of MPI_Win_lock(MPI_LOCK_EXCLUSIVE, ...).

No errors

Passed Linked-list construction lock shr - linked_list_bench_lock_shr

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test constructs a distributed shared linked list using MPI-3 dynamic windows. Initially process 0 creates the head of the list, attaches it to the window, and broadcasts the pointer to all processes. Each process "p" then appends N new elements to the list when the tail reaches process "p-1". This test is similar to Linked_list construction test 2 (rma/linked_list_bench_lock_excl) but uses an MPI_LOCK_SHARED parameter to MPI_Win_Lock().

No errors

Passed Linked_list construction - linked_list_bench_lock_all

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Construct a distributed shared linked list using MPI-3 dynamic windows. Initially process 0 creates the head of the list, attaches it to the window, and broadcasts the pointer to all processes. Each process "p" then appends N new elements to the list when the tail reaches process "p-1".

No errors

Passed Linked_list construction lock excl - linked_list_bench_lock_excl

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

MPI-3 distributed linked list construction example. Construct a distributed shared linked list using proposed MPI-3 dynamic windows. Initially process 0 creates the head of the list, attaches it to the window, and broadcasts the pointer to all processes. Each process "p" then appends N new elements to the list when the tail reaches process "p-1". The test uses the MPI_LOCK_EXCLUSIVE argument with MPI_Win_lock().

No errors

Passed Linked_list construction put/get - linked_list

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test constructs a distributed shared linked list using MPI-3 dynamic windows with MPI_Put and MPI_Get. Initially process 0 creates the head of the list, attaches it to an RMA window, and broadcasts the pointer to all processes. All processes then concurrently append N new elements to the list. When a process attempts to attach its element to the tail of list it may discover that its tail pointer is stale and it must chase ahead to the new tail before the element can be attached.

No errors

Passed MCS_Mutex_trylock - mutex_bench

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises the MCS_Mutex_lock calls by having multiple competing processes repeatedly lock and unlock a mutex.

No errors

Passed MPI RMA read-and-ops - reqops

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises atomic, one-sided read-and-operation calls. Includes multiple tests for different RMA request-based operations, communicators, and wait patterns.

No errors

Passed MPI_Dist_graph_create - distgraph1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test excercises MPI_Dist_graph_create() and MPI_Dist_graph_adjacent().

using graph layout 'deterministic complete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'every other edge deleted'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'only self-edges'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'no edges'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
using graph layout 'a random incomplete graph'
testing MPI_Dist_graph_create_adjacent
testing MPI_Dist_graph_create w/ outgoing only
testing MPI_Dist_graph_create w/ incoming only
testing MPI_Dist_graph_create w/ rank 0 specifies only
testing MPI_Dist_graph_create w/ rank 0 specifies only -- NULLs
testing MPI_Dist_graph_create w/ no graph
testing MPI_Dist_graph_create w/ no graph
testing MPI_Dist_graph_create w/ no graph -- NULLs
testing MPI_Dist_graph_create w/ no graph -- NULLs+MPI_UNWEIGHTED
testing MPI_Dist_graph_create_adjacent w/ no graph
testing MPI_Dist_graph_create_adjacent w/ no graph -- MPI_WEIGHTS_EMPTY
testing MPI_Dist_graph_create_adjacent w/ no graph -- NULLs
testing MPI_Dist_graph_create_adjacent w/ no graph -- NULLs+MPI_UNWEIGHTED
No errors

Passed MPI_Get_library_version test - library_version

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

MPI-3.0 Test returns MPI library version.

HPE MPT 2.20  08/30/19 04:33:45
No errors

Passed MPI_Info_create basic - comm_info

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 6

Test Description:

Simple test for MPI_Comm_{set,get}_info.

No errors

Passed MPI_Info_get basic - infoenv

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This is a simple test of the MPI_Info_get() function.

No errors

Passed MPI_Mprobe() series - mprobe1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This tests MPI_Mprobe() using a series of tests. Includes tests with send and Mprobe+Mrecv, send and Mprobe+Imrecv, send and Improbe+Mrecv, send and Improbe+Irecv, Mprobe+Mrecv with MPI_PROC_NULL, Mprobe+Imrecv with MPI_PROC_NULL, Improbe+Mrecv with MPI_PROC_NULL, Improbe+Imrecv, and test to verify MPI_Message_c2f() and MPI_Message_f2c() are present.

No errors

Passed MPI_Status large count - big_count_status

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test manipulates an MPI status object using MPI_Status_set_elements_x() with various large count values and verifying MPI_Get_elements_x() and MPI_Test_cancelled() produce the correct values.

No errors

Passed MPI_T 3.1 get index call - mpit_get_index

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests that the MPI 3.1 Toolkit interface *_get_index name lookup functions work as expected.

No errors

Passed MPI_T cycle variables - mpit_vars

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

To print out all MPI_T control variables, performance variables and their categories in the MPI implementation.

1 MPI Control Variables
	profiled_recv_request_id=0	SCOPE_LOCAL	NO_OBJECT	MPI_INT	VERBOSITY_USER_DETAIL	
6 MPI Performance Variables
	posted_recvq_length	CLASS_LEVEL	NO_OBJECT	MPI_UNSIGNED	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	length of the posted message receive queue
	Value = 0
	unexpected_recvq_length	CLASS_LEVEL	NO_OBJECT	MPI_UNSIGNED	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	length of the unexpected message receive queue
	Value = 0
	posted_recvq_match_attempts	CLASS_COUNTER	NO_OBJECT	MPI_UNSIGNED_LONG_LONG	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	number of search passes on the posted message receive queue
	unexpected_recvq_match_attempts	CLASS_COUNTER	NO_OBJECT	MPI_UNSIGNED_LONG_LONG	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	number of search passes on the unexpected message receive queue
	unexpected_recvq_buffer_size	CLASS_LEVEL	NO_OBJECT	MPI_UNSIGNED_LONG_LONG	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	total buffer size allocated in the unexpected receive queue
	profiled_recv_request_is_transferring	CLASS_LEVEL	NO_OBJECT	MPI_UNSIGNED	VERBOSITY_USER_DETAIL	Readonly=T	Continuous=T	Atomic=F	which queue, if any, the currently profiled receive request is in
8 MPI_T categories
Category DEBUGGER has 0 control variables, 0 performance variables, 0 subcategories
	Description: cvars relevant to the "MPIR" debugger interface
Category THREADS has 0 control variables, 0 performance variables, 0 subcategories
	Description: multi-threading cvars
Category DEVELOPER has 0 control variables, 0 performance variables, 0 subcategories
	Description: useful for developers working on MPICH itself
Category COLLECTIVE has 0 control variables, 0 performance variables, 0 subcategories
	Description: A category for collective communication variables.
Category COMMUNICATOR has 0 control variables, 0 performance variables, 0 subcategories
	Description: cvars that control communicator construction and operation
Category ERROR_HANDLING has 0 control variables, 0 performance variables, 0 subcategories
	Description: cvars that control error handling behavior (stack traces, aborts, etc)
Category MEMORY has 0 control variables, 0 performance variables, 0 subcategories
	Description: affects memory allocation and usage, including MPI object handles
Category ADI has 1 control variables, 6 performance variables, 0 subcategories
	Description: cvars that control behavior of ADI
No errors

NA MPI_T multithreaded - mpit_threading

Build: Passed

Execution: Failed

Exit Status: MPI_THREAD_MULTIPLE required

MPI Processes: 1

Test Description:

This test is adapted from test/mpi/mpi_t/mpit_vars.c. But this is a multithreading version in which multiple threads will call MPI_T routines.

With verbose set, thread 0 will prints out MPI_T control variables, performance variables and their categories.

MPI does not support MPI_THREAD_MULTIPLE.

Passed MPI_T string handling - mpi_t_str

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

A test that MPI_T string handling is working as expected.

No errors

Passed MPI_T write variable - cvarwrite

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test writes to control variables exposed by MPI_T functionality of MPI_3.0.

Total 1 MPI control variables
No errors

Passed MPI_Win_allocate_shared - win_large_shm

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_Win_allocate and MPI_Win_allocate_shared when allocating memory with size of 1GB per process. Also tests having every other process allocate zero bytes and tests having every other process allocate 0.5GB.

No errors

Failed Matched Probe - mprobe

Build: Passed

Execution: Failed

Exit Status: Application_timed_out

MPI Processes: 2

Test Description:

This routine is designed to test the MPI-3.0 matched probe support. The support provided in MPI-2.2 was not thread safe allowing other threads to usurp messages probed in other threads.

The rank=0 process generates a random array of floats that is sent to mpi rank 1. Rank 1 send a message back to rank 0 with the message length of the received array. Rank 1 spawns 2 or more threads that each attempt to read the message sent by rank 0. In general, all of the threads have equal access to the data, but the first one to probe the data will eventually end of processing the data, and all the others will relent. The threads use MPI_Improbe(), so if there is nothing to read, the thread will rest for 0.1 secs before reprobing. If nothing is probed within a fixed number of cycles, the thread exists and sets it thread exit status to 1. If a thread is able to read the message, it returns an exit status of 0.

mpi_rank:1 thread 0 MPI_rank:1
mpi_rank:1 thread 1 MPI_rank:1
mpi_rank:1 thread 2 MPI_rank:1
mpi_rank:1 thread 3 MPI_rank:1
mpi_rank:1 thread 1 giving up reading data.
mpi_rank:1 thread 0 giving up reading data.
mpi_rank:1 thread 2 giving up reading data.
mpi_rank:1 thread 3 giving up reading data.
mpi_rank:1 main() thread 0 exit status:1
mpi_rank:1 main() thread 1 exit status:1
mpi_rank:1 main() thread 2 exit status:1
mpi_rank:1 main() thread 3 exit status:1
MPT: Received signal 15

Passed Multiple threads context dup - ctxdup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test creates communicators concurrently in different threads.

No errors

Passed Multiple threads context idup - ctxidup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test creates communicators concurrently, non-blocking, in different threads.

No errors

Failed Non-blocking basic - nonblocking4

Build: Passed

Execution: Failed

Exit Status: Failed with signal 127

MPI Processes: 4

Test Description:

This is a weak sanity test that all non-blocking collectives specified by MPI-3 are present in the library and accept arguments as expected. This test does not check for progress, matching issues, or sensible output buffer values.

Found 15 errors
MPT ERROR: Assertion failed at nbc.c:749: "MPI_SUCCESS == mpi_errno"
MPT ERROR: Rank 0(g:0) is aborting with error code 0.
	Process ID: 313018, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/nonblocking4
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/313018/exe, process 313018
MPT: (no debugging symbols found)...done.
MPT: [New LWP 313022]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffc360 "MPT ERROR: Rank 0(g:0) is aborting with error code 0.\n\tProcess ID: 313018, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/nonblocking4\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33"...) at sig.c:340
MPT: #3  0x00002aaaab566fc9 in print_traceback (ecode=ecode@entry=0) at abort.c:246
MPT: #4  0x00002aaaab567476 in MPI_SGI_abort () at abort.c:122
MPT: #5  0x00002aaaab56e08a in MPI_SGI_assert_fail (
MPT:     str=str@entry=0x2aaaab69ddb1 "MPI_SUCCESS == mpi_errno", 
MPT:     file=file@entry=0x2aaaab69dd85 "nbc.c", line=line@entry=749) at all.c:217
MPT: #6  0x00002aaaab5ee997 in MPI_SGI_progress_sched () at nbc.c:749
MPT: #7  0x00002aaaab55ca90 in progress_sched () at progress.c:218
MPT: #8  MPI_SGI_progress (dom=0x2aaaab8d8dc0 <dom_default>) at progress.c:319
MPT: #9  0x00002aaaab563671 in MPI_SGI_slow_request_wait (
MPT:     request=request@entry=0x7fffffffc910, status=status@entry=0x7fffffffc920, 
MPT:     set=set@entry=0x7fffffffc918, gen_rc=gen_rc@entry=0x7fffffffc91c)
MPT:     at req.c:1600
MPT: #10 0x00002aaaab58104f in MPI_SGI_slow_barrier (comm=comm@entry=1)
MPT:     at barrier.c:300
MPT: #11 0x00002aaaab56dccf in MPI_SGI_adi_finalize () at adi.c:1316
MPT: #12 0x00002aaaab5b03cf in MPI_SGI_finalize () at finalize.c:24
MPT: #13 0x00002aaaab5b04bd in PMPI_Finalize () at finalize.c:56
MPT: #14 0x0000000000402d79 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 313018] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/313018/exe, process 313018
MPT: [Inferior 1 (process 313018) detached]
MPT: -----stack traceback ends-----
MPT ERROR: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
	aborting job

Passed Non-blocking intracommunicator - nonblocking2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

This is a basic test of all 17 non-blocking collective operations specified by the MPI-3 standard. It only exercises the intracommunicator functionality, does not use MPI_IN_PLACE, and only transmits/receives simple integer types with relatively small counts. It does check a few fancier issues, such as ensuring that "premature user releases" of MPI_Op and MPI_Datatype objects does not result in a segfault.

No errors

Passed Non-blocking overlapping - nonblocking3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

This test attempts to execute multiple simultaneous non-blocking collective (NBC) MPI routines at the same time, and manages their completion with a variety of routines (MPI_{Wait,Test}{,_all,_any,_some}). The test also exercises a few point-to-point operations.

No errors

Passed Non-blocking wait - nonblocking

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 10

Test Description:

This is a weak sanity test that all non-blocking collectives specified by MPI-3 are present in the library and take arguments as expected. Includes calls to MPI_Wait() immediately following non-blocking collective calls. This test does not check for progress, matching issues, or sensible output buffer values.

No errors

Passed One-Sided get-accumulate indexed - strided_getacc_indexed

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This code performs N strided get accumulate operations into a 2d patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI indexed type.

No errors

Passed One-Sided get-accumulate shared - strided_getacc_indexed_shared

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This code performs N strided get accumulate operations into a 2d patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI indexed type. Shared buffers are created by MPI_Win_allocate_shared.

No errors

Passed One-Sided put-get shared - strided_putget_indexed_shared

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This code performs N strided put operations followed by get operations into a 2-D patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI indexed type. Shared buffers are created by MPI_Win_allocate_shared.

No errors

Passed RMA MPI_PROC_NULL target - rmanull

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test MPI_PROC_NULL as a valid target for many RMA operations using active target synchronization, passive target synchronization, and request-based passive target synchronization.

No errors

Passed RMA Shared Memory - fence_shm

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This simple RMA shared memory test uses MPI_Win_allocate_shared() with MPI_Win_fence() and MPI_Put() calls with and without assert MPI_MODE_NOPRECEDE.

No errors

Passed RMA zero-byte transfers - rmazero

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests zero-byte transfers for a selection of communicators for many RMA operations using active target synchronizaiton and request-based passive target synchronization.

No errors

Failed RMA zero-size compliance - badrma

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 2

Test Description:

The test uses various combinations of either zero size datatypes or zero size counts for Put, Get, Accumulate, and Get_Accumulate. All tests should pass to be compliant with the MPI-3.0 specification.

badrma: rma_progress.c:293: MPI_SGI_rma_progress: Assertion `!"Unsupported RMA request type"' failed.
MPT ERROR: Rank 1(g:1) received signal SIGABRT/SIGIOT(6).
	Process ID: 10210, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/badrma
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/10210/exe, process 10210
MPT: (no debugging symbols found)...done.
MPT: [New LWP 10215]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb340 "MPT ERROR: Rank 1(g:1) received signal SIGABRT/SIGIOT(6).\n\tProcess ID: 10210, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/badrma\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45\n") at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=6, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaace20080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=6, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  0x00002aaaabe36387 in raise () from /lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /lib64/libc.so.6
MPT: #8  0x00002aaaabe2f1a6 in __assert_fail_base () from /lib64/libc.so.6
MPT: #9  0x00002aaaabe2f252 in __assert_fail () from /lib64/libc.so.6
MPT: #10 0x00002aaaab61a0ef in MPI_SGI_rma_progress () at rma_progress.c:293
MPT: #11 0x00002aaaab55c57c in progress_rma () at progress.c:205
MPT: #12 MPI_SGI_progress (dom=0x2aaaab8d8dc0 <dom_default>) at progress.c:315
MPT: #13 0x00002aaaab563823 in MPI_SGI_request_wait (
MPT:     request=request@entry=0x7fffffffc88c, 
MPT:     status=status@entry=0x614b30 <mpi_sgi_status_ignore>, 
MPT:     set=set@entry=0x7fffffffc884, gen_rc=gen_rc@entry=0x7fffffffc888)
MPT:     at req.c:1662
MPT: #14 0x00002aaaab580aa3 in MPI_SGI_barrier_basic (comm=3) at barrier.c:62
MPT: #15 0x00002aaaab580c6d in MPI_SGI_barrier (comm=<optimized out>)
MPT:     at barrier.c:210
MPT: #16 0x00002aaaab63e2c5 in PMPI_Win_fence (assert=<optimized out>, win=1)
MPT:     at win_fence.c:46
MPT: #17 0x0000000000403b3b in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 10210] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/10210/exe, process 10210
MPT: [Inferior 1 (process 10210) detached]
MPT: -----stack traceback ends-----
MPT: On host r3i1n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/badrma, Rank 1, Process 10210: Dumping core on signal SIGABRT/SIGIOT(6) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma
MPT ERROR: MPI_COMM_WORLD rank 1 has terminated without calling MPI_Finalize()
	aborting job
MPT: Received signal 6

Passed Request-based operations - req_example

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Example 11.21 from the MPI 3.0 spec. The following example shows how RMA request-based operations can be used to overlap communication with computation. Each process fetches, processes, and writes the result for NSTEPS chunks of data. Instead of a single buffer, M local buffers are used to allow up to M communication operations to overlap with computation.

No errors

Passed Simple thread comm idup - comm_idup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This is a simple test of threads in MPI with non-blocking communicator duplication.

No Errors

Passed Thread/RMA interaction - multirma

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This is a simple test of threads in MPI.

No errors

Passed Threaded group - comm_create_group_threads

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

In this test a number of threads are created with a distinct MPI communicator (or comm) group distinguished by its thread-id (used as a tag). Threads on even ranks join an even comm and threads on odd ranks join the odd comm.

No errors

Passed Type_create_hindexed_block - hindexed_block

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Tests behavior with a hindexed_block that can be converted to a contig easily. This is specifically for coverage. Returns the number of errors encountered.

No errors

Passed Type_create_hindexed_block contents - hindexed_block_contents

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test is a simple check of MPI_Type_create_hindexed_block() using MPI_Type_get_envelope() and MPI_Type_get_contents().

No errors

Passed Win_allocate_shared zero - win_zero

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_Win_allocate_shared when size of the shared memory region is 0 and when the size is 0 on every other process and 1 on the others.

No errors

Passed Win_create_dynamic - win_dynamic_acc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises dynamic RMA windows using the MPI_Win_create_dynamic() and MPI_Accumulate() operations.

No errors

Passed Win_flush basic - flush

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Window Flush. This simple test flushes a shared window using MPI_Win_flush() and MPI_Win_flush_all().

No errors

Passed Win_flush_local basic - flush_local

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Window Flush. This simple test flushes a shared window using MPI_Win_flush_local() and MPI_Win_flush_local_all().

No errors

Passed Win_get_attr - win_flavors

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test determines which "flavor" of RMA is created by creating windows and using MPI_Win_get_attr to access the attributes of each window.

No errors

Passed Win_info - win_info

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test creates an RMA info object, sets key/value pairs on the object, then duplicates the info object and confirms that the key/value pairs are in the same order as the original.

No errors

Passed Win_shared_query basic - win_shared

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This simple test exercises the MPI_Win_shared_query() by querying a shared window and verifying it produced the correct results.

0 -- size = 40000 baseptr = 0x2aaaaac3b000 my_baseptr = 0x2aaaaac3b000
1 -- size = 40000 baseptr = 0x2aaaaac3b000 my_baseptr = 0x2aaaaac44c40
0 -- size = 40000 baseptr = 0x2aaaaac3b000 my_baseptr = 0x2aaaaac3b000
1 -- size = 40000 baseptr = 0x2aaaaac3b000 my_baseptr = 0x2aaaaac44c40
No errors

Passed Win_shared_query non-contig put - win_shared_noncontig_put

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

MPI_Put test with noncontiguous datatypes using MPI_Win_shared_query() to query windows on different ranks and verify they produced the correct results.

No errors

Passed Win_shared_query non-contiguous - win_shared_noncontig

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises MPI_Win_shared_query() by querying windows on different ranks and verifying they produced the correct results.

No errors

Passed Window same_disp_unit - win_same_disp_unit

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test the acceptance of the MPI 3.1 standard same_disp_unit info key for window creation.

No errors

MPI-2.2 - Score: 95% Passed

This group features tests that exercises MPI functionality of MPI-2.2 and earlier.

Passed Alloc_mem - alloc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Simple check to see if MPI_Alloc_mem() is supported.

No errors

Passed C/Fortran interoperability supported - interoperability

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Checks if the C-Fortran (F77) interoperability functions are supported using the MPI-2.2 specification.

No errors

Passed Comm_create intercommunicators - iccreate

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This program tests MPI_Comm_create() using a selection of intercommunicators. Creates a new communicator from an intercommunicator, duplicates the communicator, and verifies that it works. Includes test with one side of intercommunicator being set with MPI_GROUP_EMPTY.

Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=7
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=6
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=6
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=2
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
my recvs completed, about to waitall
Creating a new intercomm 0-0
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup)
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
Creating a new intercomm 0-0
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
Creating a new intercomm 0-0
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm 0-0
my recvs completed, about to waitall
Creating a new intercomm 0-0
No errors
Creating a new intercomm 0-0
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup)
Testing communication on intercomm 'Single rank in each group', remote_size=1
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
isends posted, about to recv
my recvs completed, about to waitall
my recvs completed, about to waitall

Passed Comm_split intercommunicators - icsplit

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

This tests MPI_Comm_split() using a selection of intercommunicators. The split communicator is tested using simple send and receive routines.

Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 1, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD into 2, rest
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then dup'ing
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then then splitting again
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
Testing communication on intercomm 
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
No errors
Created intercomm Intercomm by splitting MPI_COMM_WORLD then discarding 0 ranks with MPI_Comm_create
Testing communication on intercomm 
Testing communication on intercomm 
Testing communication on intercomm

Passed Communicator attributes - attributes

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Returns all communicator attributes that are not supported. The test is run as a single process MPI job and fails if any attributes are not supported.

No errors

Passed Deprecated routines - deprecated

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Checks all MPI deprecated routines as of MPI-2.2, but not including routines removed by MPI-3 if this is an MPI-3 implementation.

MPI_Attr_delete(): is functional.
MPI_Attr_get(): is functional.
MPI_Attr_put(): is functional.
MPI_Keyval_create(): is functional.
MPI_Keyval_free(): is functional.
MPI_Address(): is removed by MPI 3.0+.
MPI_Errhandler_create(): is removed by MPI 3.0+.
MPI_Errhandler_get(): is removed by MPI 3.0+.
MPI_Errhandler_set(): is removed by MPI 3.0+.
MPI_Type_extent(): is removed by MPI 3.0+.
MPI_Type_hindexed(): is removed by MPI 3.0+.
MPI_Type_hvector(): is removed by MPI 3.0+.
MPI_Type_lb(): is removed by MPI 3.0+.
MPI_Type_struct(): is removed by MPI 3.0+.
MPI_Type_ub(): is removed by MPI 3.0+.
No errors

Failed Error Handling - errors

Build: Passed

Execution: Failed

Exit Status: Failed with signal 127

MPI Processes: 1

Test Description:

Reports the default action taken on an error. It also reports if error handling can be changed to "returns", and if so, if this functions properly.

MPI errors are fatal by default.
MPI errors can be changed to MPI_ERRORS_RETURN.
Call MPI_Send() with a bad destination rank.
MPT ERROR: Assertion failed at gps.c:187: "MPI_UNDEFINED != grank"
MPT ERROR: Rank 0(g:0) is aborting with error code 0.
	Process ID: 312110, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/utk/errors
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/312110/exe, process 312110
MPT: (no debugging symbols found)...done.
MPT: [New LWP 312116]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffc2f0 "MPT ERROR: Rank 0(g:0) is aborting with error code 0.\n\tProcess ID: 312110, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/utk/errors\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45\n") at sig.c:340
MPT: #3  0x00002aaaab566fc9 in print_traceback (ecode=ecode@entry=0) at abort.c:246
MPT: #4  0x00002aaaab567476 in MPI_SGI_abort () at abort.c:122
MPT: #5  0x00002aaaab56e08a in MPI_SGI_assert_fail (
MPT:     str=str@entry=0x2aaaab69b2e5 "MPI_UNDEFINED != grank", 
MPT:     file=file@entry=0x2aaaab69b2c8 "gps.c", line=line@entry=187) at all.c:217
MPT: #6  0x00002aaaab5be12b in MPI_SGI_gps_initialize (
MPT:     dom=dom@entry=0x2aaaab8d8dc0 <dom_default>, grank=grank@entry=-3)
MPT:     at gps.c:187
MPT: #7  0x00002aaaab561892 in MPI_SGI_gps (grank=-3, 
MPT:     dom=0x2aaaab8d8dc0 <dom_default>) at gps.h:149
MPT: #8  MPI_SGI_request_send (modes=modes@entry=9, 
MPT:     ubuf=ubuf@entry=0x7fffffffca10, count=1, type=type@entry=3, 
MPT:     des=des@entry=1, tag=tag@entry=-1, comm=1) at req.c:764
MPT: #9  0x00002aaaab61d1cd in PMPI_Send (buf=0x7fffffffca10, 
MPT:     count=<optimized out>, type=3, des=1, tag=-1, comm=1) at send.c:34
MPT: #10 0x0000000000402318 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 312110] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/312110/exe, process 312110
MPT: [Inferior 1 (process 312110) detached]
MPT: -----stack traceback ends-----
MPT ERROR: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
	aborting job

Passed Extended collectives - collectives

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Checks if "extended collectives" are supported, i.e., collective operations with MPI-2 intercommunicators.

No errors

Passed Init arguments - init_args

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

In MPI-1.1, it is explicitly stated that an implementation is allowed to require that the arguments argc and argv passed by an application to MPI_Init in C be the same arguments passed into the application as the arguments to main. In MPI-2 implementations are not allowed to impose this requirement. Conforming implementations of MPI allow applications to pass NULL for both the argc and argv arguments of MPI_Init(). This test prints the result of the error status of MPI_Init(). If the test completes without error, it reports 'No errors.'

MPI_INIT accepts Null arguments for MPI_init().
No errors

Passed MPI-2 replaced routines - mpi_2_functions

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Checks the presence of all MPI-2.2 routines that replaced deprecated routines.

No errors

Passed MPI-2 type routines - mpi_2_functions_bcast

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test checks that a subset of MPI-2 routines that replaced MPI-1 routines work correctly.

rank:0/2 c:'C',d[6]={3.141590,1.000000,12.310000,7.980000,5.670000,12.130000},b="123456"
rank:0/2 MPI_Bcast() of struct.
rank:1/2 c:'C',d[6]={3.141590,1.000000,12.310000,7.980000,5.670000,12.130000},b="123456"
rank:1/2 MPI_Bcast() of struct.
No errors

Passed MPI_Topo_test dgraph - dgraph_unwgt

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Specify a distributed graph of a bidirectional ring of the MPI_COMM_WORLD communicator. Thus each node in the graph has a left and right neighbor.

No errors

Passed Master/slave - master

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test running as a single MPI process spawns four slave processes using MPI_Comm_spawn(). The master process sends and receives a message from each slave. If the test completes, it will report 'No errors.', otherwise specific error messages are listed.

MPI_UNIVERSE_SIZE read 96
MPI_UNIVERSE_SIZE forced to 96
master rank creating 4 slave processes.
master error code for slave:0 is 0.
master error code for slave:1 is 0.
master error code for slave:2 is 0.
master error code for slave:3 is 0.
master rank:0/1 sent an int:4 to slave rank:0.
master rank:0/1 sent an int:4 to slave rank:1.
master rank:0/1 sent an int:4 to slave rank:2.
slave rank:3/4 alive.
master rank:0/1 sent an int:4 to slave rank:3.
slave rank:0/4 alive.
master rank:0/1 recv an int:0 from slave rank:0
master rank:0/1 recv an int:1 from slave rank:1
slave rank:1/4 alive.
slave rank:1/4 received an int:4 from rank 0
master rank:0/1 recv an int:2 from slave rank:2
master rank:0/1 recv an int:3 from slave rank:3
./master ending with exit status:0
slave rank:2/4 alive.
slave rank:0/4 received an int:4 from rank 0
slave rank:0/4 sent its rank to rank 0
slave rank 0 just before disconnecting from master_comm.
slave rank:1/4 sent its rank to rank 0
slave rank 1 just before disconnecting from master_comm.
slave rank: 1 after disconnecting from master_comm.
slave rank:2/4 received an int:4 from rank 0
slave rank:2/4 sent its rank to rank 0
slave rank 2 just before disconnecting from master_comm.
slave rank: 2 after disconnecting from master_comm.
slave rank:3/4 received an int:4 from rank 0
slave rank:3/4 sent its rank to rank 0
slave rank 3 just before disconnecting from master_comm.
slave rank: 3 after disconnecting from master_comm.
slave rank: 0 after disconnecting from master_comm.
No errors

Passed One-sided communication - one_sided_modes

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Checks MPI-2.2 one-sided communication modes reporting those that are not defined. If the test compiles, then "No errors" is reported, else, all undefined modes are reported as "not defined."

No errors

Passed One-sided fences - one_sided_fences

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Verifies that one-sided communication with active target synchronization with fences functions properly. If all operations succeed, one-sided communication with active target synchronization with fences is reported as supported. If one or more operations fail, the failures are reported and one-sided-communication with active target synchronization with fences is reported as NOT supported.

No errors

Passed One-sided passiv - one_sided_passive

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Verifies one-sided-communication with passive target synchronization functions properly. If all operations succeed, one-sided-communication with passive target synchronization is reported as supported. If one or more operations fail, the failures are reported and one-sided-communication with passive target synchronization with fences is reported as NOT supported.

No errors

Passed One-sided post - one_sided_post

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Verifies one-sided-communication with active target synchronization with post/start/complete/wait functions properly. If all operations succeed, one-sided communication with active target synchronization with post/start/complete/wait is reported as supported. If one or more operations fail, the failures are reported and one-sided-communication with active target synchronization with post/start/complete/wait is reported as NOT supported.

No errors

Passed One-sided routines - one_sided_routines

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Reports if one-sided communication routines are defined. If this test compiles, one-sided communication is reported as defined, otherwise "not supported".

No errors

Passed Reduce_local basic - reduce_local

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

A simple test of MPI_Reduce_local(). Uses MPI_SUM as well as user defined operators on arrays of increasing size.

No errors

Passed Thread support - thread_safety

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Reports the level of thread support provided. This is either MPI_THREAD_SINGLE, MPI_THREAD_FUNNELED, MPI_THREAD_SERIALIZED, or MPI_THREAD_MULTIPLE.

MPI_THREAD_MULTIPLE requested.
MPI_THREAD_MULTIPLE is supported.
No errors

RMA - Score: 94% Passed

This group features tests that involve Remote Memory Access, sometimes called one-sided communication. Remote Memory Access is similar in fuctionality to shared memory access.

Passed ADLB mimic - adlb_mimic1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 3

Test Description:

This test uses one server process (S), one target process (T) and a bunch of origin processes (O). 'O' PUTs (LOCK/PUT/UNLOCK) data to a distinct part of the window, and sends a message to 'S' once the UNLOCK has completed. The server forwards this message to 'T'. 'T' GETS the data from this buffer (LOCK/GET/UNLOCK) after it receives the message from 'S', to see if it contains the correct contents.

diagram showing communication steps between the S, O, and T processes
No errors

Passed Accumulate fence sum alloc_mem - accfence2_am

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_Accumulate with fence. This test is the same as "Accumulate with fence sum" except that it uses alloc_mem() to allocate memory.

No errors

Passed Accumulate parallel pi - ircpi

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test calculates pi by integrating the function 4/(1+x*x) using MPI_Accumulate and other RMA functions.

Enter the number of intervals: (0 quits) 
Number if intervals used: 10
pi is approximately 3.1424259850010978, Error is 0.0008333314113047
Enter the number of intervals: (0 quits) 
Number if intervals used: 100
pi is approximately 3.1416009869231241, Error is 0.0000083333333309
Enter the number of intervals: (0 quits) 
Number if intervals used: 1000
pi is approximately 3.1415927369231271, Error is 0.0000000833333340
Enter the number of intervals: (0 quits) 
Number if intervals used: 10000
pi is approximately 3.1415926544231247, Error is 0.0000000008333316
Enter the number of intervals: (0 quits) 
Number if intervals used: 100000
pi is approximately 3.1415926535981344, Error is 0.0000000000083413
Enter the number of intervals: (0 quits) 
Number if intervals used: 1000000
pi is approximately 3.1415926535898899, Error is 0.0000000000000968
Enter the number of intervals: (0 quits) 
Number if intervals used: 10000000
pi is approximately 3.1415926535898064, Error is 0.0000000000000133
Enter the number of intervals: (0 quits) 
Number if intervals used: 0
No errors.

Passed Accumulate with Lock - acc-loc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Accumulate Lock. This test uses MAXLOC and MINLOC with MPI_Accumulate on a 2Int datatype with and without MPI_Win_lock set with MPI_LOCK_SHARED.

No errors

Failed Accumulate with fence comms - accfence1

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 4

Test Description:

Simple test of Accumulate/Replace with fence for a selection of communicators and datatypes.

MPT ERROR: Unrecognized type in MPI_SGI_unpacktype
MPT ERROR: Rank 3(g:3) is aborting with error code 1.
	Process ID: 9540, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/accfence1
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/9540/exe, process 9540
MPT: (no debugging symbols found)...done.
MPT: [New LWP 9542]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffc080 "MPT ERROR: Rank 3(g:3) is aborting with error code 1.\n\tProcess ID: 9540, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/accfence1\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45\n") at sig.c:340
MPT: #3  0x00002aaaab566fc9 in print_traceback (ecode=ecode@entry=1) at abort.c:246
MPT: #4  0x00002aaaab56729a in PMPI_Abort (comm=comm@entry=1, 
MPT:     errorcode=errorcode@entry=1) at abort.c:68
MPT: #5  0x00002aaaab638f75 in MPI_SGI_unpacktype (
MPT:     packbuf=packbuf@entry=0x7fffffffc620 "\a", buflen=24, 
MPT:     bufpos=bufpos@entry=0x7fffffffc6c8, comm=4) at unpacktype.c:264
MPT: #6  0x00002aaaab61a158 in MPI_SGI_rma_progress () at rma_progress.c:141
MPT: #7  0x00002aaaab55c57c in progress_rma () at progress.c:205
MPT: #8  MPI_SGI_progress (dom=0x2aaaab8d8dc0 <dom_default>) at progress.c:315
MPT: #9  0x00002aaaab581789 in MPI_SGI_barrier_wait_amo (comm=<optimized out>, 
MPT:     omit=omit@entry=0) at barrier_split.c:136
MPT: #10 0x00002aaaab580e88 in MPI_SGI_barrier_topo (comm=<optimized out>)
MPT:     at barrier.c:116
MPT: #11 0x00002aaaab580cda in MPI_SGI_barrier (comm=<optimized out>)
MPT:     at barrier.c:175
MPT: #12 0x00002aaaab63e2c5 in PMPI_Win_fence (assert=<optimized out>, win=1)
MPT:     at win_fence.c:46
MPT: #13 0x00000000004026b5 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 9540] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/9540/exe, process 9540
MPT: [Inferior 1 (process 9540) detached]
MPT: -----stack traceback ends-----
MPT ERROR: MPI_COMM_WORLD rank 3 has terminated without calling MPI_Finalize()
	aborting job

Passed Accumulate with fence sum - accfence2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_Accumulate using MPI_SUM with fence using a selection of communicators and datatypes and verifying the operations produce the correct result.

No errors

Passed Alloc_mem - alloc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Simple check to see if MPI_Alloc_mem() is supported.

No errors

Passed Alloc_mem basic - allocmem

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Allocate Memory. Simple test where MPI_Alloc_mem() and MPI_Free_mem() work together.

No errors

Passed Compare_and_swap contention - compare_and_swap

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Tests MPI_Compare_and_swap using self communication, neighbor communication, and communication with the root causing contention.

No errors

Passed Contention Put - contention_put

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Contended RMA put test. Each process issues COUNT put operations to non-overlapping locations on every other process and checks the correct result was returned.

No errors

Passed Contention Put/Get - contention_putget

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Contended RMA put/get test. Each process issues COUNT put and get operations to non-overlapping locations on every other process.

No errors

Passed Contiguous Get - contig_displ

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This program calls MPI_Get with an indexed datatype. The datatype comprises a single integer at an initial displacement of 1 integer. That is, the first integer in the array is to be skipped. This program found a bug in IBM's MPI in which MPI_Get ignored the displacement and got the first integer instead of the second. Run with one (1) process.

No errors

Passed Fetch_and_add allocmem - fetchandadd_am

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

Fetch and add example from Using MPI-2 (the non-scalable version, Fig. 6.12). This test is the same as fetch_and_add test 1 (rma/fetchandadd) but uses MPI_Alloc_mem and MPI_Free_mem.

No errors

Passed Fetch_and_add basic - fetchandadd

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

Fetch and add example from Using MPI-2 (the non-scalable version, Fig. 6.12). Root provides a shared counter array that other processes fetch and increment. Each process records the sum of values in the counter array after each fetch then the root gathers these sums and verifies each counter state is observed.

No errors

Passed Fetch_and_add tree allocmem - fetchandadd_tree_am

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

Scalable tree-based fetch and add example from Using MPI-2, pg 206-207. This test is the same as fetch_and_add test 3 but uses MPI_Alloc_mem and MPI_Free_mem.

No errors

Passed Fetch_and_add tree atomic - fetchandadd_tree

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

Scalable tree-based fetch and add example from the book Using MPI-2, p. 206-207. This test is functionally attempting to perform an atomic read-modify-write sequence using MPI-2 one-sided operations. This version uses a tree instead of a simple array, where internal nodes of the tree hold the sums of the contributions of their children. The code in the book (Fig 6.16) has bugs that are fixed in this test.

No errors

Passed Fetch_and_op basic - fetch_and_op

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This simple set of tests executes the MPI_Fetch_and op() calls on RMA windows using a selection of datatypes with multiple different communicators, communication patterns, and operations.

No errors

Passed Get series - test5

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests a series of Gets. Runs using exactly two processors.

No errors

Passed Get series allocmem - test5_am

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests a series of Gets. Run with 2 processors. Same as "Get series" test (rma/test5) but uses alloc_mem.

No errors

Passed Get with fence basic - getfence1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Get with Fence. This is a simple test using MPI_Get() with fence for a selection of communicators and datatypes.

No errors

Passed Get_acculumate basic - get_acc_local

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Get Accumulated Test. This is a simple test of MPI_Get_accumulate() on a local window.

No errors

Passed Get_accumulate communicators - get_accumulate

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Get Accumulate Test. This simple set of tests executes MPI_Get_accumulate on RMA windows using a selection of datatypes with multiple different communicators, communication patterns, and operations.

No errors

Passed Keyvalue create/delete - fkeyvalwin

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Free keyval window. Test freeing keyvals while still attached to an RMA window, then make sure that the keyval delete code is still executed. Tested with a selection of windows.

No errors

Passed Linked list construction fetch/op - linked_list_fop

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test constructs a distributed shared linked list using MPI-3 dynamic windows with MPI_Fetch_and_op. Initially process 0 creates the head of the list, attaches it to an RMA window, and broadcasts the pointer to all processes. All processes then concurrently append N new elements to the list. When a process attempts to attach its element to the tail of list it may discover that its tail pointer is stale and it must chase ahead to the new tail before the element can be attached.

No errors

Passed Linked list construction lockall - linked_list_lockall

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Construct a distributed shared linked list using MPI-3 dynamic RMA windows. Initially process 0 creates the head of the list, attaches it to the window, and broadcasts the pointer to all processes. All processes then concurrently append N new elements to the list. When a process attempts to attach its element to the tail of list it may discover that its tail pointer is stale and it must chase ahead to the new tail before the element can be attached. This version of the test suite uses MPI_Win_lock_all() instead of MPI_Win_lock(MPI_LOCK_EXCLUSIVE, ...).

No errors

Passed Linked-list construction lock shr - linked_list_bench_lock_shr

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test constructs a distributed shared linked list using MPI-3 dynamic windows. Initially process 0 creates the head of the list, attaches it to the window, and broadcasts the pointer to all processes. Each process "p" then appends N new elements to the list when the tail reaches process "p-1". This test is similar to Linked_list construction test 2 (rma/linked_list_bench_lock_excl) but uses an MPI_LOCK_SHARED parameter to MPI_Win_Lock().

No errors

Passed Linked_list construction - linked_list_bench_lock_all

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Construct a distributed shared linked list using MPI-3 dynamic windows. Initially process 0 creates the head of the list, attaches it to the window, and broadcasts the pointer to all processes. Each process "p" then appends N new elements to the list when the tail reaches process "p-1".

No errors

Passed Linked_list construction lock excl - linked_list_bench_lock_excl

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

MPI-3 distributed linked list construction example. Construct a distributed shared linked list using proposed MPI-3 dynamic windows. Initially process 0 creates the head of the list, attaches it to the window, and broadcasts the pointer to all processes. Each process "p" then appends N new elements to the list when the tail reaches process "p-1". The test uses the MPI_LOCK_EXCLUSIVE argument with MPI_Win_lock().

No errors

Passed Linked_list construction put/get - linked_list

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test constructs a distributed shared linked list using MPI-3 dynamic windows with MPI_Put and MPI_Get. Initially process 0 creates the head of the list, attaches it to an RMA window, and broadcasts the pointer to all processes. All processes then concurrently append N new elements to the list. When a process attempts to attach its element to the tail of list it may discover that its tail pointer is stale and it must chase ahead to the new tail before the element can be attached.

No errors

Passed Lock-single_op-unlock - lockopts

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test passive target RMA on 2 processes with the original datatype derived from the target datatype. Includes multiple tests for MPI_Accumulate, MPI_Put, MPI_Put with MPI_Get move-to-end optimization, and MPI_Put with a MPI_Get already at the end move-to-end optimization.

No errors

Passed Locks with no RMA ops - locknull

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test creates a window, clears the memory in it using memset(), locks and unlocks it, then terminates.

No errors

Passed MCS_Mutex_trylock - mutex_bench

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises the MCS_Mutex_lock calls by having multiple competing processes repeatedly lock and unlock a mutex.

No errors

Passed MPI RMA read-and-ops - reqops

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises atomic, one-sided read-and-operation calls. Includes multiple tests for different RMA request-based operations, communicators, and wait patterns.

No errors

Passed MPI_Win_allocate_shared - win_large_shm

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_Win_allocate and MPI_Win_allocate_shared when allocating memory with size of 1GB per process. Also tests having every other process allocate zero bytes and tests having every other process allocate 0.5GB.

No errors

Passed Matrix transpose PSCW - transpose3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Transposes a matrix using post/start/complete/wait and derived datatypes. Uses vector and hvector (Example 3.32 from MPI 1.1 Standard). Run using 2 processors.

No errors

Passed Matrix transpose accum - transpose5

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This does a transpose-accumulate operation. Uses vector and hvector datatypes (Example 3.32 from MPI 1.1 Standard). Run using 2 processors.

No errors

Passed Matrix transpose get hvector - transpose7

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test transpose a matrix with a get operation, fence, and derived datatypes. Uses vector and hvector (Example 3.32 from MPI 1.1 Standard). Run using exactly 2 processorss.

No errors

Passed Matrix transpose local accum - transpose6

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This does a local transpose-accumulate operation. Uses vector and hvector datatypes (Example 3.32 from MPI 1.1 Standard). Run using exactly 1 processor.

No errors

Passed Matrix transpose passive - transpose4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Transposes a matrix using passive target RMA and derived datatypes. Uses vector and hvector (Example 3.32 from MPI 1.1 Standard). Run using 2 processors.

No errors

Passed Matrix transpose put hvector - transpose1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Transposes a matrix using put, fence, and derived datatypes. Uses vector and hvector (Example 3.32 from MPI 1.1 Standard). Run using 2 processors.

No errors

Passed Matrix transpose put struct - transpose2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Transposes a matrix using put, fence, and derived datatypes. Uses vector and struct (Example 3.33 from MPI 1.1 Standard). We could use vector and type_create_resized instead. Run using exactly 2 processors.

No errors

Passed Mixed synchronization test - mixedsync

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Perform several RMA communication operations, mixing synchronization types. Use multiple communication to avoid the single-operation optimization that may be present.

Beginning loop 0 of mixed sync put operations
Beginning loop 0 of mixed sync put operations
Beginning loop 0 of mixed sync put operations
About to perform exclusive lock
Beginning loop 0 of mixed sync put operations
Released exclusive lock
About to start fence
About to start fence
About to start fence
About to start fence
Finished with fence sync
Beginning loop 1 of mixed sync put operations
Finished with fence sync
Beginning loop 1 of mixed sync put operations
Finished with fence sync
Beginning loop 1 of mixed sync put operations
Finished with fence sync
Beginning loop 1 of mixed sync put operations
About to perform exclusive lock
Released exclusive lock
About to start fence
Finished with fence sync
About to start fence
Finished with fence sync
Begining loop 0 of mixed sync put/acc operations
About to start fence
Finished with fence sync
Begining loop 0 of mixed sync put/acc operations
About to start fence
Finished with fence sync
Begining loop 0 of mixed sync put/acc operations
Begining loop 0 of mixed sync put/acc operations
Begining loop 1 of mixed sync put/acc operations
Begining loop 1 of mixed sync put/acc operations
Begining loop 1 of mixed sync put/acc operations
Begining loop 1 of mixed sync put/acc operations
Begining loop 0 of mixed sync put/get/acc operations
Begining loop 0 of mixed sync put/get/acc operations
Begining loop 0 of mixed sync put/get/acc operations
Begining loop 0 of mixed sync put/get/acc operations
Begining loop 1 of mixed sync put/get/acc operations
Begining loop 1 of mixed sync put/get/acc operations
Begining loop 1 of mixed sync put/get/acc operations
Begining loop 1 of mixed sync put/get/acc operations
Freeing the window
Freeing the window
Freeing the window
No errors
Freeing the window

Passed One-Sided accumulate indexed - strided_acc_indexed

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This code performs N accumulates into a 2d patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI indexed type.

No errors

Passed One-Sided accumulate one lock - strided_acc_onelock

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This code performs one-sided accumulate into a 2-D patch of a shared array.

No errors

Passed One-Sided accumulate subarray - strided_acc_subarray

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This code performs N accumulates into a 2d patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI subarray type.

No errors

Passed One-Sided get indexed - strided_get_indexed

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This code performs N strided get operations into a 2d patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI indexed type.

No errors

Passed One-Sided get-accumulate indexed - strided_getacc_indexed

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This code performs N strided get accumulate operations into a 2d patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI indexed type.

No errors

Passed One-Sided get-accumulate shared - strided_getacc_indexed_shared

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This code performs N strided get accumulate operations into a 2d patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI indexed type. Shared buffers are created by MPI_Win_allocate_shared.

No errors

Passed One-Sided put-get indexed - strided_putget_indexed

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This code performs N strided put operations followed by get operations into a 2-D patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI indexed datatype.

No errors

Passed One-Sided put-get shared - strided_putget_indexed_shared

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This code performs N strided put operations followed by get operations into a 2-D patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI indexed type. Shared buffers are created by MPI_Win_allocate_shared.

No errors

Passed One-sided communication - one_sided_modes

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Checks MPI-2.2 one-sided communication modes reporting those that are not defined. If the test compiles, then "No errors" is reported, else, all undefined modes are reported as "not defined."

No errors

Passed One-sided fences - one_sided_fences

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Verifies that one-sided communication with active target synchronization with fences functions properly. If all operations succeed, one-sided communication with active target synchronization with fences is reported as supported. If one or more operations fail, the failures are reported and one-sided-communication with active target synchronization with fences is reported as NOT supported.

No errors

Passed One-sided passiv - one_sided_passive

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Verifies one-sided-communication with passive target synchronization functions properly. If all operations succeed, one-sided-communication with passive target synchronization is reported as supported. If one or more operations fail, the failures are reported and one-sided-communication with passive target synchronization with fences is reported as NOT supported.

No errors

Passed One-sided post - one_sided_post

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Verifies one-sided-communication with active target synchronization with post/start/complete/wait functions properly. If all operations succeed, one-sided communication with active target synchronization with post/start/complete/wait is reported as supported. If one or more operations fail, the failures are reported and one-sided-communication with active target synchronization with post/start/complete/wait is reported as NOT supported.

No errors

Passed One-sided routines - one_sided_routines

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Reports if one-sided communication routines are defined. If this test compiles, one-sided communication is reported as defined, otherwise "not supported".

No errors

Passed Put with fences - epochtest

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Put with Fences used to seperate epochs. This test looks at the behavior of MPI_Win_fence and epochs. Each MPI_Win_fence may both begin and end both the exposure and access epochs. Thus, it is not necessary to use MPI_Win_fence in pairs. Tested with a selection of communicators and datatypes.

The tests have the following form:

      Process A             Process B
        fence                 fence
        put,put
        fence                 fence
                              put,put
        fence                 fence
        put,put               put,put
        fence                 fence
      
Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
No errors

Passed Put-Get-Accum PSCW - test2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests put and get with post/start/complete/wait on 2 processes.

No errors

Passed Put-Get-Accum PSCW allocmem - test2_am

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests put and get with post/start/complete/wait on 2 processes. Same as Put,Gets,Accumulate test 4 (rma/test2) but uses alloc_mem.

No errors

Passed Put-Get-Accum fence - test1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests a series of puts, gets, and accumulate on 2 processes using fence.

No errors

Passed Put-Get-Accum fence allocmem - test1_am

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests a series of put, get, and accumulate on 2 processes using fence. This test is the same as "Put-Get-Accumulate fence" (rma/test1) but uses alloc_mem.

No errors

Passed Put-Get-Accum fence derived - test1_dt

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests a series of puts, gets, and accumulate on 2 processes using fence. Same as "Put-Get-Accumulate fence" (rma/test1) but uses derived datatypes to receive data.

No errors

Passed Put-Get-Accum lock opt - test4

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests passive target RMA on 2 processes using a lock-single_op-unlock optimization.

No errors

Passed Put-Get-Accum lock opt allocmem - test4_am

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests passive target RMA on 2 processes. tests the lock-single_op-unlock optimization. Same as "Put-Get-accum lock opt" test (rma/test4) but uses alloc_mem.

No errors

Passed Put-Get-Accum true one-sided - test3

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests the example in Fig 6.8, pg 142, MPI-2 standard. Process 1 has a blocking MPI_Recv between the Post and Wait. Therefore, this example will not run if the one-sided operations are simply implemented on top of MPI_Isends and Irecvs. They either need to be implemented inside the progress engine or using threads with Isends and Irecvs. In MPICH-2 (in MPICH), they are implemented in the progress engine.

No errors

Passed Put-Get-Accum true-1 allocmem - test3_am

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests the example in Fig 6.8, pg 142, MPI-2 standard. Process 1 has a blocking MPI_Recv between the Post and Wait. Therefore, this example will not run if the one-sided operations are simply implemented on top of MPI_Isends and Irecvs. They either need to be implemented inside the progress engine or using threads with Isends and Irecvs. In MPICH-2, they are implemented in the progress engine. This test is the same as Put,Gets,Accumulate test 6 (rma/test3) but uses alloc_mem.

No errors

Passed RMA MPI_PROC_NULL target - rmanull

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test MPI_PROC_NULL as a valid target for many RMA operations using active target synchronization, passive target synchronization, and request-based passive target synchronization.

No errors

Passed RMA Shared Memory - fence_shm

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This simple RMA shared memory test uses MPI_Win_allocate_shared() with MPI_Win_fence() and MPI_Put() calls with and without assert MPI_MODE_NOPRECEDE.

No errors

Passed RMA contiguous calls - rma-contig

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test exercises the one-sided contiguous MPI calls using repeated RMA calls for multiple operations. Includes multiple tests for different lock modes and assert types.

Starting one-sided contiguous performance test with 2 processes
Synchronization mode: Exclusive lock
   Trg. Rank    Xfer Size   Get (usec)   Put (usec)   Acc (usec)  Get (MiB/s)  Put (MiB/s)  Acc (MiB/s)
           0            8        0.557        0.504        0.656       13.689       15.144       11.626
           0           16        0.532        0.529        0.711       28.667       28.857       21.453
           0           32        0.526        0.528        0.704       57.978       57.766       43.333
           0           64        0.527        0.529        0.697      115.882      115.304       87.561
           0          128        0.529        0.536        0.701      230.853      227.570      174.050
           0          256        0.530        0.537        0.707      460.717      454.242      345.527
           0          512        0.537        0.537        0.729      908.918      908.800      670.000
           0         1024        0.542        0.548        0.839     1802.660     1781.269     1164.372
           0         2048        0.567        0.569        0.920     3445.889     3433.022     2122.265
           0         4096        0.618        0.609        1.081     6318.411     6416.531     3614.943
           0         8192        0.744        0.768        1.506    10495.360    10169.614     5187.729
           0        16384        1.048        1.064        2.390    14905.879    14685.521     6538.123
           0        32768        1.538        1.542        4.058    20321.380    20265.767     7701.007
           0        65536        2.501        2.513        7.327    24986.102    24872.299     8530.051
           0       131072        5.594        4.481       13.514    22343.941    27898.033     9249.443
           0       262144       10.789        8.392       26.231    23171.069    29788.887     9530.872
           0       524288       40.337       38.195      111.558    12395.558    13090.666     4481.971
           0      1048576      146.024      138.067      324.545     6848.186     7242.870     3081.239
           0      2097152      332.720      312.188      653.777     6011.055     6406.399     3059.146
           1            8       13.154       12.352       15.681        0.580        0.618        0.487
           1           16       12.948       12.640       16.018        1.178        1.207        0.953
           1           32       12.917       12.683       16.053        2.363        2.406        1.901
           1           64       13.061       12.634       16.167        4.673        4.831        3.775
           1          128       12.871       12.909       15.948        9.484        9.456        7.654
           1          256       12.983       12.731       16.326       18.805       19.177       14.954
           1          512       14.067       13.182       17.071       34.711       37.041       28.603
           1         1024       13.413       13.081       17.093       72.805       74.654       57.134
           1         2048       13.713       13.530       17.932      142.424      144.352      108.921
           1         4096       14.460       14.270       19.536      270.140      273.736      199.955
           1         8192       16.085       15.807       22.896      485.713      494.232      341.212
           1        16384       17.705       17.290       26.364      882.498      903.681      592.655
           1        32768       20.540       20.099       32.634     1521.405     1554.826      957.588
           1        65536       25.192       25.700       44.558     2480.912     2431.919     1402.665
           1       131072       34.878       36.391       68.060     3583.937     3434.961     1836.609
           1       262144       59.763       58.198      124.268     4183.169     4295.687     2011.781
           1       524288      112.189      106.069      247.575     4456.781     4713.895     2019.591
           1      1048576      224.143      244.963      562.658     4461.439     4082.252     1777.278
           1      2097152      443.146      518.729     1145.807     4513.190     3855.578     1745.494
Starting one-sided contiguous performance test with 2 processes
Synchronization mode: Exclusive lock, MPI_MODE_NOCHECK
   Trg. Rank    Xfer Size   Get (usec)   Put (usec)   Acc (usec)  Get (MiB/s)  Put (MiB/s)  Acc (MiB/s)
           0            8        0.563        0.496        0.629       13.555       15.387       12.132
           0           16        0.525        0.529        0.683       29.044       28.866       22.336
           0           32        0.524        0.528        0.685       58.236       57.768       44.530
           0           64        0.527        0.529        0.686      115.910      115.311       88.959
           0          128        0.526        0.532        0.690      232.255      229.444      176.934
           0          256        0.530        0.535        0.704      460.949      456.237      346.888
           0          512        0.533        0.540        0.970      915.750      904.197      503.633
           0         1024        0.542        0.545        0.807     1803.311     1790.957     1210.574
           0         2048        0.571        0.570        0.890     3418.273     3424.177     2195.340
           0         4096        0.612        0.616        1.045     6379.497     6337.519     3737.155
           0         8192        0.746        0.759        1.512    10473.603    10287.821     5168.010
           0        16384        1.067        1.068        2.341    14648.741    14625.646     6674.981
           0        32768        1.531        1.534        3.983    20406.237    20374.783     7844.876
           0        65536        2.495        2.508        7.276    25054.151    24915.730     8590.267
           0       131072        6.352        4.473       13.465    19677.439    27948.094     9283.498
           0       262144       11.532        8.365       26.199    21679.018    29887.418     9542.359
           0       524288       43.156       39.520      100.683    11585.908    12651.871     4966.068
           0      1048576      138.698      134.979      290.682     7209.929     7408.538     3440.188
           0      2097152      310.650      310.891      615.609     6438.113     6433.117     3248.815
           1            8       12.999       12.367       15.720        0.587        0.617        0.485
           1           16       12.920       12.666       16.234        1.181        1.205        0.940
           1           32       12.978       12.717       16.089        2.351        2.400        1.897
           1           64       12.887       12.635       15.968        4.736        4.831        3.822
           1          128       12.903       12.669       16.686        9.461        9.635        7.316
           1          256       13.024       12.798       16.684       18.745       19.076       14.633
           1          512       13.121       13.006       16.935       37.214       37.544       28.833
           1         1024       13.358       13.156       17.126       73.109       74.230       57.023
           1         2048       13.764       13.553       17.953      141.902      144.110      108.788
           1         4096       14.577       14.335       19.696      267.972      272.489      198.322
           1         8192       16.163       15.876       22.972      483.352      492.095      340.081
           1        16384       17.660       17.373       26.093      884.756      899.363      598.829
           1        32768       20.230       20.213       32.469     1544.772     1546.016      962.450
           1        65536       25.140       25.703       44.465     2486.112     2431.609     1405.606
           1       131072       34.945       36.694       68.172     3577.004     3406.591     1833.597
           1       262144       59.908       58.704      123.965     4173.061     4258.666     2016.697
           1       524288      110.985      106.287      249.861     4505.104     4704.244     2001.114
           1      1048576      224.089      244.135      563.853     4462.515     4096.102     1773.511
           1      2097152      438.540      517.526     1141.439     4560.590     3864.537     1752.174
Starting one-sided contiguous performance test with 2 processes
Synchronization mode: Shared lock
   Trg. Rank    Xfer Size   Get (usec)   Put (usec)   Acc (usec)  Get (MiB/s)  Put (MiB/s)  Acc (MiB/s)
           0            8        0.665        0.636        1.120       11.476       11.996        6.810
           0           16        0.636        0.636        1.185       24.009       23.984       12.874
           0           32        0.635        0.636        1.186       48.080       47.970       25.725
           0           64        0.634        0.637        1.193       96.257       95.834       51.157
           0          128        0.636        0.634        1.182      192.057      192.569      103.311
           0          256        0.636        0.642        1.196      384.045      380.072      204.166
           0          512        0.646        0.644        1.466      756.368      758.627      333.140
           0         1024        0.649        0.656        1.294     1504.092     1487.793      754.681
           0         2048        0.674        0.682        1.380     2899.682     2865.346     1415.550
           0         4096        0.715        0.725        1.541     5467.095     5389.958     2534.994
           0         8192        0.850        0.868        1.993     9192.563     8997.802     3920.885
           0        16384        1.161        1.168        2.817    13460.853    13382.609     5545.874
           0        32768        1.635        1.642        4.479    19114.328    19030.995     6976.351
           0        65536        2.603        2.610        7.771    24013.683    23944.135     8042.933
           0       131072        6.480        4.583       13.969    19289.832    27272.201     8948.348
           0       262144       11.928        8.468       26.958    20958.702    29521.317     9273.784
           0       524288       40.582       37.827      102.211    12320.740    13218.028     4891.850
           0      1048576      138.902      136.550      289.816     7199.300     7323.346     3450.470
           0      2097152      312.537      312.606      623.897     6399.239     6397.832     3205.659
           1            8       16.425       15.656       28.562        0.465        0.487        0.267
           1           16       16.352       16.016       28.933        0.933        0.953        0.527
           1           32       16.325       15.994       29.345        1.869        1.908        1.040
           1           64       16.410       15.865       28.802        3.719        3.847        2.119
           1          128       16.276       15.969       28.937        7.500        7.644        4.219
           1          256       16.412       16.113       29.539       14.875       15.151        8.265
           1          512       16.489       16.203       30.047       29.612       30.134       16.251
           1         1024       16.704       16.490       30.290       58.462       59.222       32.240
           1         2048       17.128       16.876       31.099      114.033      115.735       62.804
           1         4096       17.829       17.616       33.909      219.091      221.747      115.200
           1         8192       19.548       19.162       35.943      399.666      407.712      217.356
           1        16384       20.916       20.603       39.130      747.046      758.371      399.314
           1        32768       23.387       23.481       45.346     1336.187     1330.869      689.139
           1        65536       28.355       29.014       57.745     2204.187     2154.114     1082.352
           1       131072       38.231       40.075       81.433     3269.584     3119.178     1535.004
           1       262144       63.208       62.390      137.280     3955.214     4007.084     1821.092
           1       524288      116.075      111.487      267.060     4307.560     4484.810     1872.239
           1      1048576      228.920      249.269      577.030     4368.341     4011.726     1733.011
           1      2097152      443.441      515.870     1158.040     4510.186     3876.945     1727.056
Starting one-sided contiguous performance test with 2 processes
Synchronization mode: Shared lock, MPI_MODE_NOCHECK
   Trg. Rank    Xfer Size   Get (usec)   Put (usec)   Acc (usec)  Get (MiB/s)  Put (MiB/s)  Acc (MiB/s)
           0            8        0.664        0.601        1.123       11.487       12.703        6.792
           0           16        0.635        0.637        1.182       24.015       23.939       12.905
           0           32        0.634        0.636        1.192       48.123       47.959       25.608
           0           64        0.634        0.637        1.190       96.276       95.811       51.289
           0          128        0.633        0.638        1.183      192.714      191.395      103.145
           0          256        0.636        0.642        1.190      383.982      380.036      205.235
           0          512        0.646        0.644        1.461      756.207      758.435      334.105
           0         1024        0.648        0.657        1.297     1506.651     1487.002      753.067
           0         2048        0.668        0.676        1.375     2925.112     2889.763     1420.039
           0         4096        0.711        0.722        1.527     5494.187     5411.698     2558.266
           0         8192        0.844        0.868        1.993     9257.490     9004.225     3920.125
           0        16384        1.162        1.168        2.811    13448.071    13376.881     5558.163
           0        32768        1.635        1.641        4.468    19110.200    19042.903     6994.267
           0        65536        2.624        2.607        7.758    23820.055    23971.214     8055.733
           0       131072        6.276        4.570       13.951    19916.675    27351.765     8959.770
           0       262144       12.528        8.483       26.717    19955.724    29471.404     9357.347
           0       524288       42.235       39.734      103.453    11838.393    12583.761     4833.104
           0      1048576      136.663      135.026      292.129     7317.255     7405.971     3423.144
           0      2097152      312.818      312.005      618.273     6393.491     6410.155     3234.817
           1            8       16.387       15.724       28.626        0.466        0.485        0.267
           1           16       16.417       16.041       29.024        0.929        0.951        0.526
           1           32       16.395       16.015       28.954        1.861        1.906        1.054
           1           64       16.307       15.851       28.709        3.743        3.850        2.126
           1          128       16.247       16.020       28.969        7.514        7.620        4.214
           1          256       16.483       16.109       29.694       14.811       15.155        8.222
           1          512       16.612       16.253       30.366       29.394       30.042       16.080
           1         1024       16.842       16.619       30.307       57.983       58.763       32.223
           1         2048       17.216       16.982       31.310      113.446      115.012       62.379
           1         4096       17.972       17.731       32.820      217.356      220.311      119.022
           1         8192       19.636       19.224       36.194      397.869      406.391      215.850
           1        16384       21.013       20.796       39.291      743.578      751.347      397.674
           1        32768       23.629       23.618       45.692     1322.550     1323.142      683.921
           1        65536       28.538       29.247       57.899     2190.035     2137.005     1079.463
           1       131072       38.426       40.152       81.634     3253.007     3113.156     1531.223
           1       262144       63.349       62.325      138.166     3946.402     4011.231     1809.424
           1       524288      115.934      111.136      263.662     4312.791     4499.008     1896.367
           1      1048576      230.748      249.981      575.273     4333.726     4000.297     1738.306
           1      2097152      443.635      522.600     1162.108     4508.207     3827.019     1721.011
No errors

Passed RMA fence PSCW ordering - pscw_ordering

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This post/start/complete/wait operation test checks an oddball case for generalized active target synchronization where the start occurs before the post. Since start can block until the corresponding post, the group passed to start must be disjoint from the group passed to post for processes to avoid a circular wait. Here, odd/even groups are used to accomplish this and the even group reverses its start/post calls.

No errors

Passed RMA fence null - nullpscw

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 7

Test Description:

This simple test creates a window with a null pointer then performs a post/start/complete/wait operation.

No errors

Passed RMA fence put - putfence1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Tests MPI_Put and MPI_Win_fence with a selection of communicators and datatypes.

Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1 of sendtype MPI_INT receive type MPI_INT
Putting count = 1 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1 of sendtype int-vector receive type MPI_INT
Putting count = 1 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2 of sendtype MPI_INT receive type MPI_INT
Putting count = 2 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2 of sendtype int-vector receive type MPI_INT
Putting count = 2 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4 of sendtype MPI_INT receive type MPI_INT
Putting count = 4 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4 of sendtype int-vector receive type MPI_INT
Putting count = 4 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8 of sendtype MPI_INT receive type MPI_INT
Putting count = 8 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8 of sendtype int-vector receive type MPI_INT
Putting count = 8 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16 of sendtype MPI_INT receive type MPI_INT
Putting count = 16 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16 of sendtype int-vector receive type MPI_INT
Putting count = 16 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32 of sendtype MPI_INT receive type MPI_INT
Putting count = 32 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32 of sendtype int-vector receive type MPI_INT
Putting count = 32 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 64 of sendtype MPI_INT receive type MPI_INT
Putting count = 64 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 64 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 64 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 64 of sendtype int-vector receive type MPI_INT
Putting count = 64 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 64 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 64 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 64 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 64 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 64 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 64 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 64 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 64 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 128 of sendtype MPI_INT receive type MPI_INT
Putting count = 128 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 128 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 128 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 128 of sendtype int-vector receive type MPI_INT
Putting count = 128 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 128 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 128 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 128 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 128 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 128 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 128 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 128 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 128 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 256 of sendtype MPI_INT receive type MPI_INT
Putting count = 256 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 256 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 256 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 256 of sendtype int-vector receive type MPI_INT
Putting count = 256 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 256 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 256 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 256 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 256 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 256 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 256 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 256 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 256 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 512 of sendtype MPI_INT receive type MPI_INT
Putting count = 512 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 512 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 512 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 512 of sendtype int-vector receive type MPI_INT
Putting count = 512 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 512 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 512 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 512 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 512 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 512 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 512 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 512 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 512 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 1024 of sendtype MPI_INT receive type MPI_INT
Putting count = 1024 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 1024 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 1024 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 1024 of sendtype int-vector receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 1024 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 1024 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 1024 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 1024 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 1024 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 1024 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 1024 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 1024 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 2048 of sendtype MPI_INT receive type MPI_INT
Putting count = 2048 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 2048 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 2048 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 2048 of sendtype int-vector receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 2048 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 2048 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 2048 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 2048 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 2048 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 2048 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 2048 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 2048 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 4096 of sendtype MPI_INT receive type MPI_INT
Putting count = 4096 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 4096 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 4096 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 4096 of sendtype int-vector receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 4096 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 4096 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 4096 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 4096 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 4096 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 4096 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 4096 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 4096 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 8192 of sendtype MPI_INT receive type MPI_INT
Putting count = 8192 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 8192 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 8192 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 8192 of sendtype int-vector receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 8192 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 8192 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 8192 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 8192 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 8192 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 8192 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 8192 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 8192 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 16384 of sendtype MPI_INT receive type MPI_INT
Putting count = 16384 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 16384 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 16384 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 16384 of sendtype int-vector receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 16384 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 16384 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 16384 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 16384 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 16384 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 16384 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 16384 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 16384 of sendtype MPI_INT receive type MPI_BYTE
Putting count = 32768 of sendtype MPI_INT receive type MPI_INT
Putting count = 32768 of sendtype MPI_DOUBLE receive type MPI_DOUBLE
Putting count = 32768 of sendtype MPI_FLOAT_INT receive type MPI_FLOAT_INT
Putting count = 32768 of sendtype dup of MPI_INT receive type dup of MPI_INT
Putting count = 32768 of sendtype int-vector receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(4-int) receive type MPI_INT
Putting count = 32768 of sendtype int-indexed(2 blocks) receive type MPI_INT
Putting count = 32768 of sendtype MPI_INT receive type recv-int-indexed(4-int)
Putting count = 32768 of sendtype MPI_SHORT receive type MPI_SHORT
Putting count = 32768 of sendtype MPI_LONG receive type MPI_LONG
Putting count = 32768 of sendtype MPI_CHAR receive type MPI_CHAR
Putting count = 32768 of sendtype MPI_UINT64_T receive type MPI_UINT64_T
Putting count = 32768 of sendtype MPI_FLOAT receive type MPI_FLOAT
Putting count = 32768 of sendtype MPI_INT receive type MPI_BYTE
No errors

Passed RMA fence put PSCW - putpscw1

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Put with Post/Start/Complete/Wait using a selection of communicators and datatypes.

No errors

Passed RMA fence put base - put_base

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This code performs N strided put operations into a 2d patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI datatype. This test generates a datatype that is relative to an arbitrary base address in memory and tests the RMA implementation's ability to perform the correct transfer.

No errors

Passed RMA fence put bottom - put_bottom

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

One-Sided MPI 2-D Strided Put Test. This code performs N strided put operations into a 2d patch of a shared array. The array has dimensions [X, Y] and the subarray has dimensions [SUB_X, SUB_Y] and begins at index [0, 0]. The input and output buffers are specified using an MPI datatype. This test generates a datatype that is relative to MPI_BOTTOM and tests the RMA implementation's ability to perform the correct transfer.

No errors

Passed RMA fence put indexed - putfidx

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Put with Fence for an indexed datatype. One MPI Implementation fails this test with sufficiently large values of blksize. It appears to convert this type to an incorrect contiguous move.

No errors

Passed RMA get attributes - baseattrwin

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test creates a window, then extracts its attributes through a series of MPI_Win_get_attr calls.

No errors

Passed RMA lock contention accumulate - lockcontention

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 3

Test Description:

This is a modified version of Put,Gets,Accumulate test 9 (rma/test4). Tests passive target RMA on 3 processes. Tests the lock-single_op-unlock optimization.

No errors

Passed RMA lock contention basic - lockcontention2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 8

Test Description:

Multiple tests for lock contention, including special cases within the MPI implementation; in this case, our coverage analysis showed the lockcontention test was not covering all cases and revealed a bug in the code. In all of these tests, each process writes (or accesses) the values rank + i*size_of_world for NELM times. This test strives to avoid operations not strictly permitted by MPI RMA, for example, it doesn't target the same locations with multiple put/get calls in the same access epoch.

No errors

Failed RMA lock contention optimized - lockcontention3

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 8

Test Description:

Multiple additional tests for lock contention. These are designed to exercise some of the optimizations within MPICH, but all are valid MPI programs. Tests structure includes:

Lock local (must happen at this time since application can use load store after thelock)
Send message to partner

Receive message
Send ack

Receive ack
Provide a delay so that the partner will see the conflict

Partner executes:
Lock // Note: this may block rma operations (see below)
Unlock
Send back to partner

Unlock
Receive from partner
Check for correct data

The delay may be implemented as a ring of message communication; this is likely to automatically scale the time to what is needed.

MPT ERROR: Rank 1(g:1) received signal SIGSEGV(11).
	Process ID: 309027, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/lockcontention3
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/309027/exe, process 309027
MPT: (no debugging symbols found)...done.
MPT: [New LWP 309036]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb540 "MPT ERROR: Rank 1(g:1) received signal SIGSEGV(11).\n\tProcess ID: 309027, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/lockcontention3\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33"...) at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=11, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaada20080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=11, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  0x00002aaaabf54d29 in __memcpy_ssse3_back () from /lib64/libc.so.6
MPT: #7  0x00002aaaab5655a4 in mpt_memcpy (len=<optimized out>, s=<optimized out>, 
MPT:     d=<optimized out>) at ../../../../include/mpiimpl.h:515
MPT: #8  pack_memcpy (len=<optimized out>, _src=<optimized out>, 
MPT:     _dst=<optimized out>) at ../../../../include/mpiimpl.h:539
MPT: #9  do_rdma (len=<optimized out>, value=0x0, loc_addr=<optimized out>, 
MPT:     rem_addr=<optimized out>, modes=0, gps=0x619c30) at shared.c:1081
MPT: #10 MPI_SGI_shared_do_rdma (request=0x32c0c80) at shared.c:1110
MPT: #11 0x00002aaaab55b0fd in MPI_SGI_packet_state_rdma (
MPT:     request=request@entry=0x32c0c80) at packet_state.c:576
MPT: #12 0x00002aaaab5582a3 in MPI_SGI_packet_send_rdma (
MPT:     request=request@entry=0x32c0c80) at packet_send.c:152
MPT: #13 0x00002aaaab561eda in MPI_SGI_request_rdma (dom=<optimized out>, 
MPT:     modes=modes@entry=0, loc_addr=loc_addr@entry=0x431e574, 
MPT:     value=<optimized out>, value@entry=0x0, rad=rad@entry=0x7fffffffc7d0, 
MPT:     len=len@entry=508) at req.c:1023
MPT: #14 0x00002aaaab609c42 in rdma_read (len=508, locp=0x431e574, 
MPT:     rad=0x7fffffffc7d0, dom=<optimized out>) at rdma.c:140
MPT: #15 MPI_SGI_rdma_get (area=<optimized out>, rank=rank@entry=0, 
MPT:     remp=remp@entry=0xe5c, locp=locp@entry=0x431e574, len=len@entry=508, 
MPT:     isamo=isamo@entry=0) at rdma.c:435
MPT: #16 0x00002aaaab5bb780 in rdma_get (flags=0, winptr=0x4321fa0, 
MPT:     target_datatype=3, target_count=<optimized out>, 
MPT:     target_disp=<optimized out>, target_rank=0, 
MPT:     origin_datatype=<optimized out>, origin_count=<optimized out>, 
MPT:     origin_addr=<optimized out>) at get.c:128
MPT: #17 MPI_SGI_get (flags=0, win=<optimized out>, 
MPT:     target_datatype=<optimized out>, target_count=<optimized out>, 
MPT:     target_disp=<optimized out>, target_rank=0, 
MPT:     origin_datatype=<optimized out>, origin_count=<optimized out>, 
MPT:     origin_addr=<optimized out>) at get.c:206
MPT: #18 PMPI_Get (origin_addr=<optimized out>, origin_count=<optimized out>, 
MPT:     origin_datatype=<optimized out>, target_rank=0, 
MPT:     target_disp=<optimized out>, target_count=<optimized out>, 
MPT:     target_datatype=3, win=1) at get.c:253
MPT: #19 0x0000000000402caa in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 309027] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/309027/exe, process 309027
MPT: [Inferior 1 (process 309027) detached]
MPT: -----stack traceback ends-----
MPT: On host r2i6n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/lockcontention3, Rank 1, Process 309027: Dumping core on signal SIGSEGV(11) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma
MPT ERROR: MPI_COMM_WORLD rank 1 has terminated without calling MPI_Finalize()
	aborting job
MPT: Received signal 11

Failed RMA many ops basic - manyrma3

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 2

Test Description:

Many RMA operations. This simple test creates an RMA window, locks it, and performs many accumulate operations on it.

manyrma3: rma_progress.c:293: MPI_SGI_rma_progress: Assertion `!"Unsupported RMA request type"' failed.
MPT ERROR: Rank 0(g:0) received signal SIGABRT/SIGIOT(6).
	Process ID: 315390, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma3
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/315390/exe, process 315390
MPT: (no debugging symbols found)...done.
MPT: [New LWP 315396]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb440 "MPT ERROR: Rank 0(g:0) received signal SIGABRT/SIGIOT(6).\n\tProcess ID: 315390, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma3\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:"...) at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=6, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaace20080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=6, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  0x00002aaaabe36387 in raise () from /lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /lib64/libc.so.6
MPT: #8  0x00002aaaabe2f1a6 in __assert_fail_base () from /lib64/libc.so.6
MPT: #9  0x00002aaaabe2f252 in __assert_fail () from /lib64/libc.so.6
MPT: #10 0x00002aaaab61a0ef in MPI_SGI_rma_progress () at rma_progress.c:293
MPT: #11 0x00002aaaab55c57c in progress_rma () at progress.c:205
MPT: #12 MPI_SGI_progress (dom=0x2aaaab8d8dc0 <dom_default>) at progress.c:315
MPT: #13 0x00002aaaab563823 in MPI_SGI_request_wait (
MPT:     request=request@entry=0x7fffffffc98c, 
MPT:     status=status@entry=0x612b10 <mpi_sgi_status_ignore>, 
MPT:     set=set@entry=0x7fffffffc984, gen_rc=gen_rc@entry=0x7fffffffc988)
MPT:     at req.c:1662
MPT: #14 0x00002aaaab580aa3 in MPI_SGI_barrier_basic (comm=3) at barrier.c:62
MPT: #15 0x00002aaaab580c6d in MPI_SGI_barrier (comm=<optimized out>)
MPT:     at barrier.c:210
MPT: #16 0x00002aaaab63e2c5 in PMPI_Win_fence (assert=<optimized out>, win=1)
MPT:     at win_fence.c:46
MPT: #17 0x0000000000402639 in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 315390] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/315390/exe, process 315390
MPT: [Inferior 1 (process 315390) detached]
MPT: -----stack traceback ends-----
MPT: On host r2i6n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma3, Rank 0, Process 315390: Dumping core on signal SIGABRT/SIGIOT(6) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma
MPT ERROR: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
	aborting job
MPT: Received signal 6

Failed RMA many ops sync - manyrma2

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 2

Test Description:

Tests for correct handling of the case where many RMA operations occur between synchronization events. Includes options for multiple different RMA operations, and is currently run for accumulate with fence. This is one of the ways that RMA may be used, and is used in the reference implementation of the graph500 benchmark.

manyrma2: rma_progress.c:293: MPI_SGI_rma_progress: Assertion `!"Unsupported RMA request type"' failed.
manyrma2: rma_progress.c:293: MPI_SGI_rma_progress: Assertion `!"Unsupported RMA request type"' failed.
MPT ERROR: Rank 0(g:0) received signal SIGABRT/SIGIOT(6).
	Process ID: 315394, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma2
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT ERROR: Rank 1(g:1) received signal SIGABRT/SIGIOT(6).
	Process ID: 12814, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma2
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/315394/exe, process 315394
MPT: (no debugging symbols found)...done.
MPT: [New LWP 315408]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb380 "MPT ERROR: Rank 0(g:0) received signal SIGABRT/SIGIOT(6).\n\tProcess ID: 315394, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma2\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:"...) at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=6, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaace20080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=6, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  0x00002aaaabe36387 in raise () from /lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /lib64/libc.so.6
MPT: #8  0x00002aaaabe2f1a6 in __assert_fail_base () from /lib64/libc.so.6
MPT: #9  0x00002aaaabe2f252 in __assert_fail () from /lib64/libc.so.6
MPT: #10 0x00002aaaab61a0ef in MPI_SGI_rma_progress () at rma_progress.c:293
MPT: #11 0x00002aaaab55c57c in progress_rma () at progress.c:205
MPT: #12 MPI_SGI_progress (dom=0x2aaaab8d8dc0 <dom_default>) at progress.c:315
MPT: #13 0x00002aaaab563823 in MPI_SGI_request_wait (
MPT:     request=request@entry=0x3205fe0, 
MPT:     status=status@entry=0x614b70 <mpi_sgi_status_ignore>, 
MPT:     set=set@entry=0x7fffffffc8c0, gen_rc=gen_rc@entry=0x7fffffffc8d0)
MPT:     at req.c:1662
MPT: #14 0x00002aaaab619606 in complete_target (winptr=winptr@entry=0x329ed00, 
MPT:     target=0x32960c0) at rma_complete.c:52
MPT: #15 0x00002aaaab61979e in MPI_SGI_rma_complete (
MPT:     winptr=winptr@entry=0x329ed00, rank=rank@entry=-2) at rma_complete.c:80
MPT: #16 0x00002aaaab63e345 in PMPI_Win_fence (assert=<optimized out>, win=1)
MPT:     at win_fence.c:40
MPT: #17 0x0000000000402daf in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 315394] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/315394/exe, process 315394
MPT: [Inferior 1 (process 315394) detached]
MPT: Attaching to program: /proc/12814/exe, process 12814
MPT: (no debugging symbols found)...done.
MPT: [New LWP 12823]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb300 "MPT ERROR: Rank 1(g:1) received signal SIGABRT/SIGIOT(6).\n\tProcess ID: 12814, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma2\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:4"...) at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=6, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaace20080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=6, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  0x00002aaaabe36387 in raise () from /lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /lib64/libc.so.6
MPT: #8  0x00002aaaabe2f1a6 in __assert_fail_base () from /lib64/libc.so.6
MPT: #9  0x00002aaaabe2f252 in __assert_fail () from /lib64/libc.so.6
MPT: #10 0x00002aaaab61a0ef in MPI_SGI_rma_progress () at rma_progress.c:293
MPT: #11 0x00002aaaab55c57c in progress_rma () at progress.c:205
MPT: #12 MPI_SGI_progress (dom=0x2aaaab8d8dc0 <dom_default>) at progress.c:315
MPT: #13 0x00002aaaab563823 in MPI_SGI_request_wait (
MPT:     request=request@entry=0x3205fe0, 
MPT:     status=status@entry=0x614b70 <mpi_sgi_status_ignore>, 
MPT:     set=set@entry=0x7fffffffc840, gen_rc=gen_rc@entry=0x7fffffffc850)
MPT:     at req.c:1662
MPT: #14 0x00002aaaab619606 in complete_target (winptr=winptr@entry=0x329ed00, 
MPT:     target=0x3296090) at rma_complete.c:52
MPT: #15 0x00002aaaab61979e in MPI_SGI_rma_complete (
MPT:     winptr=winptr@entry=0x329ed00, rank=rank@entry=-2) at rma_complete.c:80
MPT: #16 0x00002aaaab63e345 in PMPI_Win_fence (assert=<optimized out>, win=1)
MPT:     at win_fence.c:40
MPT: #17 0x0000000000402daf in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 12814] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/12814/exe, process 12814
MPT: [Inferior 1 (process 12814) detached]
MPT: -----stack traceback ends-----
MPT: On host r3i1n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma2, Rank 1, Process 12814: Dumping core on signal SIGABRT/SIGIOT(6) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma
MPT: -----stack traceback ends-----
MPT: On host r2i6n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma2, Rank 0, Process 315394: Dumping core on signal SIGABRT/SIGIOT(6) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma
MPT ERROR: MPI_COMM_WORLD rank 1 has terminated without calling MPI_Finalize()
	aborting job
MPT: Received signal 6

Passed RMA post/start/complete test - wintest

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests put and get with post/start/complete/test on 2 processes. Same as "Put-Get-Accum PSCW" test (rma/test2), but uses win_test instead of win_wait.

No errors

Failed RMA post/start/complete/wait - accpscw1

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 4

Test Description:

Accumulate Post-Start-Complete-Wait. This test uses accumulate/replace with post/start/complete/wait for source and destination processes on a selection of communicators and datatypes.

MPT ERROR: Unrecognized type in MPI_SGI_unpacktype
MPT ERROR: Rank 3(g:3) is aborting with error code 1.
	Process ID: 10606, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/accpscw1
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/10606/exe, process 10606
MPT: (no debugging symbols found)...done.
MPT: [New LWP 10611]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffc150 "MPT ERROR: Rank 3(g:3) is aborting with error code 1.\n\tProcess ID: 10606, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/accpscw1\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45\n") at sig.c:340
MPT: #3  0x00002aaaab566fc9 in print_traceback (ecode=ecode@entry=1) at abort.c:246
MPT: #4  0x00002aaaab56729a in PMPI_Abort (comm=comm@entry=1, 
MPT:     errorcode=errorcode@entry=1) at abort.c:68
MPT: #5  0x00002aaaab638f75 in MPI_SGI_unpacktype (
MPT:     packbuf=packbuf@entry=0x7fffffffc6f0 "\a", buflen=24, 
MPT:     bufpos=bufpos@entry=0x7fffffffc798, comm=4) at unpacktype.c:264
MPT: #6  0x00002aaaab61a158 in MPI_SGI_rma_progress () at rma_progress.c:141
MPT: #7  0x00002aaaab55c57c in progress_rma () at progress.c:205
MPT: #8  MPI_SGI_progress (dom=dom@entry=0x2aaaab8d8dc0 <dom_default>)
MPT:     at progress.c:315
MPT: #9  0x00002aaaab641b13 in MPI_SGI_win_test (winptr=0x431b470, 
MPT:     flag=flag@entry=0x0) at win_test.c:70
MPT: #10 0x00002aaaab6424bf in PMPI_Win_wait (win=1) at win_wait.c:28
MPT: #11 0x00000000004028fd in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 10606] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/10606/exe, process 10606
MPT: [Inferior 1 (process 10606) detached]
MPT: -----stack traceback ends-----
MPT ERROR: MPI_COMM_WORLD rank 3 has terminated without calling MPI_Finalize()
	aborting job

Passed RMA rank 0 - selfrma

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Test RMA calls to self using multiple RMA operations and checking the accuracy of the result.

No errors

Passed RMA zero-byte transfers - rmazero

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Tests zero-byte transfers for a selection of communicators for many RMA operations using active target synchronizaiton and request-based passive target synchronization.

No errors

Failed RMA zero-size compliance - badrma

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 2

Test Description:

The test uses various combinations of either zero size datatypes or zero size counts for Put, Get, Accumulate, and Get_Accumulate. All tests should pass to be compliant with the MPI-3.0 specification.

badrma: rma_progress.c:293: MPI_SGI_rma_progress: Assertion `!"Unsupported RMA request type"' failed.
MPT ERROR: Rank 1(g:1) received signal SIGABRT/SIGIOT(6).
	Process ID: 10210, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/badrma
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/10210/exe, process 10210
MPT: (no debugging symbols found)...done.
MPT: [New LWP 10215]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb340 "MPT ERROR: Rank 1(g:1) received signal SIGABRT/SIGIOT(6).\n\tProcess ID: 10210, Host: r3i1n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/badrma\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45\n") at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=6, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaace20080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=6, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  0x00002aaaabe36387 in raise () from /lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /lib64/libc.so.6
MPT: #8  0x00002aaaabe2f1a6 in __assert_fail_base () from /lib64/libc.so.6
MPT: #9  0x00002aaaabe2f252 in __assert_fail () from /lib64/libc.so.6
MPT: #10 0x00002aaaab61a0ef in MPI_SGI_rma_progress () at rma_progress.c:293
MPT: #11 0x00002aaaab55c57c in progress_rma () at progress.c:205
MPT: #12 MPI_SGI_progress (dom=0x2aaaab8d8dc0 <dom_default>) at progress.c:315
MPT: #13 0x00002aaaab563823 in MPI_SGI_request_wait (
MPT:     request=request@entry=0x7fffffffc88c, 
MPT:     status=status@entry=0x614b30 <mpi_sgi_status_ignore>, 
MPT:     set=set@entry=0x7fffffffc884, gen_rc=gen_rc@entry=0x7fffffffc888)
MPT:     at req.c:1662
MPT: #14 0x00002aaaab580aa3 in MPI_SGI_barrier_basic (comm=3) at barrier.c:62
MPT: #15 0x00002aaaab580c6d in MPI_SGI_barrier (comm=<optimized out>)
MPT:     at barrier.c:210
MPT: #16 0x00002aaaab63e2c5 in PMPI_Win_fence (assert=<optimized out>, win=1)
MPT:     at win_fence.c:46
MPT: #17 0x0000000000403b3b in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 10210] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/10210/exe, process 10210
MPT: [Inferior 1 (process 10210) detached]
MPT: -----stack traceback ends-----
MPT: On host r3i1n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/badrma, Rank 1, Process 10210: Dumping core on signal SIGABRT/SIGIOT(6) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma
MPT ERROR: MPI_COMM_WORLD rank 1 has terminated without calling MPI_Finalize()
	aborting job
MPT: Received signal 6

Passed Request-based operations - req_example

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Example 11.21 from the MPI 3.0 spec. The following example shows how RMA request-based operations can be used to overlap communication with computation. Each process fetches, processes, and writes the result for NSTEPS chunks of data. Instead of a single buffer, M local buffers are used to allow up to M communication operations to overlap with computation.

No errors

Passed Thread/RMA interaction - multirma

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This is a simple test of threads in MPI.

No errors

Passed Win_allocate_shared zero - win_zero

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Test MPI_Win_allocate_shared when size of the shared memory region is 0 and when the size is 0 on every other process and 1 on the others.

No errors

Passed Win_create_dynamic - win_dynamic_acc

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises dynamic RMA windows using the MPI_Win_create_dynamic() and MPI_Accumulate() operations.

No errors

Passed Win_create_errhandler - window_creation

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test creates 1000 RMA windows using MPI_Alloc_mem(), then frees the dynamic memory and the RMA windows that were created.

No errors

Passed Win_errhandler - wincall

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test creates and frees MPI error handlers in a loop (1000 iterations) to test the internal MPI RMA memory allocation routines.

No errors

Passed Win_flush basic - flush

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Window Flush. This simple test flushes a shared window using MPI_Win_flush() and MPI_Win_flush_all().

No errors

Passed Win_flush_local basic - flush_local

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

Window Flush. This simple test flushes a shared window using MPI_Win_flush_local() and MPI_Win_flush_local_all().

No errors

Passed Win_get_attr - win_flavors

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test determines which "flavor" of RMA is created by creating windows and using MPI_Win_get_attr to access the attributes of each window.

No errors

Passed Win_get_group basic - getgroup

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This is a simple test of MPI_Win_get_group() for a selection of communicators.

No errors

Passed Win_info - win_info

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test creates an RMA info object, sets key/value pairs on the object, then duplicates the info object and confirms that the key/value pairs are in the same order as the original.

No errors

Passed Win_shared_query basic - win_shared

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This simple test exercises the MPI_Win_shared_query() by querying a shared window and verifying it produced the correct results.

0 -- size = 40000 baseptr = 0x2aaaaac3b000 my_baseptr = 0x2aaaaac3b000
1 -- size = 40000 baseptr = 0x2aaaaac3b000 my_baseptr = 0x2aaaaac44c40
0 -- size = 40000 baseptr = 0x2aaaaac3b000 my_baseptr = 0x2aaaaac3b000
1 -- size = 40000 baseptr = 0x2aaaaac3b000 my_baseptr = 0x2aaaaac44c40
No errors

Passed Win_shared_query non-contig put - win_shared_noncontig_put

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

MPI_Put test with noncontiguous datatypes using MPI_Win_shared_query() to query windows on different ranks and verify they produced the correct results.

No errors

Passed Win_shared_query non-contiguous - win_shared_noncontig

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises MPI_Win_shared_query() by querying windows on different ranks and verifying they produced the correct results.

No errors

Passed Window attributes order - attrorderwin

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Test creating and inserting and deleting attributes in different orders using MPI_Win_set_attr and MPI_Win_delete_attr to ensure the list management code handles all cases.

No errors

Passed Window same_disp_unit - win_same_disp_unit

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

Test the acceptance of the MPI 3.1 standard same_disp_unit info key for window creation.

No errors

Passed {Get,set}_name - winname

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This simple test exercises MPI_Win_set_name() and MPI_Win_get_name() using a selection of different windows.

No errors

Attributes Tests - Score: 90% Passed

This group features tests that involve attributes objects.

Passed At_Exit attribute order - attrend2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 5

Test Description:

The MPI-2.2 specification makes it clear that attributes are called on MPI_COMM_WORLD and MPI_COMM_SELF at the very beginning of MPI_Finalize in LIFO order with respect to the order in which they are set. This is useful for tools that want to perform the MPI equivalent of an "at_exit" action.

This test uses 20 attributes to ensure that the hash-table based MPI implementations do not accidentally pass the test except by being extremely "lucky". There are (20!) possible permutations providing about a 1 in 2.43e18 chance of getting LIFO ordering out of a hash table assuming a decent hash function is used.

No errors

Passed At_Exit function - attrend

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test demonstrates how to attach an "at-exit()" function to MPI_Finalize().

No errors

Passed Attribute callback error - attrerr

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test exercises attribute routines. It checks for correct behavior of the copy and delete functions on an attribute, particularly the correct behavior when the routine returns a failure.

MPI 1.2 Clarification: Clarification of Error Behavior of Attribute Callback Functions. Any return value other than MPI_SUCCESS is erroneous. The specific value returned to the user is undefined (other than it can't be MPI_SUCCESS). Proposals to specify particular values (e.g., user's value) failed.

No errors

Passed Attribute comm callback error - attrerrcomm

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test exercises attribute routines. It checks for correct behavior of the copy and delete functions on an attribute, particularly the correct behavior when the routine returns failure.

MPI 1.2 Clarification: Clarification of Error Behavior of Attribute Callback Functions. Any return value other than MPI_SUCCESS is erroneous. The specific value returned to the user is undefined (other than it can't be MPI_SUCCESS). Proposals to specify particular values (e.g., user's value) failed. This test is similar in function to attrerr but uses communicators.

No errors

Passed Attribute delete/get - attrdeleteget

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This program illustrates the use of MPI_Comm_create_keyval() that creates a new attribute key.

No errors

Passed Attribute order - attrorder

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test creates and inserts attributes in different orders to ensure that the list management code handles all cases properly.

No errors

Failed Attribute type callback error - attrerrtype

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 1

Test Description:

This test checks for correct behavior of the copy and delete functions on an attribute, particularly the correct behavior when the routine returns failure.

Any return value other than MPI_SUCCESS is erroneous. The specific value returned to the user is undefined (other than it can't be MPI_SUCCESS). Proposals to specify particular values (e.g., user's value) have not been successful. This test is similar in function to attrerr but uses types.

dup did not return MPI_DATATYPE_NULL on error
MPT ERROR: Rank 0(g:0) received signal SIGSEGV(11).
	Process ID: 310187, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/attrerrtype
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/310187/exe, process 310187
MPT: (no debugging symbols found)...done.
MPT: [New LWP 310188]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb840 "MPT ERROR: Rank 0(g:0) received signal SIGSEGV(11).\n\tProcess ID: 310187, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/attrerrtype\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:45"...) at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=11, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaace20080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=11, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  MPI_SGI_type_free (type=909189219) at type.c:126
MPT: #7  0x00002aaaab62a480 in PMPI_Type_free (type=0x7fffffffca20)
MPT:     at type_free.c:30
MPT: #8  0x00000000004023cb in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 310187] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/310187/exe, process 310187
MPT: [Inferior 1 (process 310187) detached]
MPT: -----stack traceback ends-----
MPT: On host r2i6n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/attrerrtype, Rank 0, Process 310187: Dumping core on signal SIGSEGV(11) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr
MPT ERROR: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
	aborting job
MPT: Received signal 11

Passed Attribute/Datatype - attr2type

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This program creates a contiguous datatype from type MPI_INT, attaches an attribute to the type, duplicates it, then deletes both the original and duplicate type.

No errors

Passed Basic Attributes - baseattrcomm

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test accesses many attributes such as MPI_TAG_UB, MPI_HOST, MPI_IO, MPI_WTIME_IS_GLOBAL, and many others and reports any errors.

No errors

Passed Basic MPI-3 attribute - baseattr2

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This program tests the integrity of the MPI-3.0 base attributes. The attribute keys tested are: MPI_TAG_UB, MPI_HOST, MPI_IO, MPI_WTIME_IS_GLOBAL, MPI_APPNUM, MPI_UNIVERSE_SIZE, MPI_LASTUSEDCODE

No errors

Passed Communicator Attribute Order - attrordercomm

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test creates and inserts communicator attributes in different orders to ensure that the list management code handles all cases properly.

No errors

Passed Communicator attributes - attributes

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Returns all communicator attributes that are not supported. The test is run as a single process MPI job and fails if any attributes are not supported.

No errors

Passed Function keyval - fkeyval

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test illustrates the use of the copy and delete functions used in the manipulation of keyvals. It also tests to confirm that attributes are copied when communicators are duplicated.

No errors

Passed Intercommunicators - attric

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test exercises communicator attribute routines for intercommunicators.

start while loop, isLeft=TRUE
Keyval_create key=0xe value=9
Keyval_create key=0xf value=7
start while loop, isLeft=TRUE
Keyval_create key=0xe value=9
Keyval_create key=0xf value=7
Comm_dup
Keyval_free key=0xe
Keyval_free key=0xf
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=FALSE
Keyval_create key=0xe value=9
Keyval_create key=0xf value=7
Comm_dup
Keyval_free key=0xe
Keyval_free key=0xf
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=FALSE
Keyval_create key=0xe value=9
Keyval_create key=0xf value=7
Comm_dup
Keyval_free key=0xe
start while loop, isLeft=TRUE
Keyval_create key=0x10 value=9
Keyval_create key=0x11 value=7
Comm_dup
Keyval_free key=0x10
Comm_dup
Keyval_free key=0xe
Keyval_free key=0xf
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=FALSE
Keyval_create key=0x10 value=9
Keyval_create key=0x11 value=7
Comm_dup
Keyval_free key=0x10
Keyval_free key=0x11
Comm_free comm
Comm_free dup_comm
Keyval_free key=0xf
Comm_free comm
Comm_free dup_comm
Keyval_free key=0x11
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=TRUE
start while loop, isLeft=FALSE
Keyval_create key=0x10 value=9
Keyval_create key=0x11 value=7
Comm_dup
Keyval_free key=0x10
Keyval_create key=0x12 value=9
Keyval_create key=0x13 value=7
Comm_dup
Keyval_free key=0x12
Keyval_free key=0x13
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=FALSE
Keyval_create key=0x10 value=9
Keyval_create key=0x11 value=7
Comm_dup
Keyval_free key=0x10
Keyval_free key=0x11
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=TRUE
Keyval_create key=0x12 value=9
Keyval_create key=0x13 value=7
Comm_dup
Keyval_free key=0x12
Keyval_free key=0x13
Comm_free comm
Comm_free dup_comm
Keyval_free key=0x11
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=FALSE
Keyval_create key=0x12 value=9
Keyval_create key=0x13 value=7
Comm_dup
start while loop, isLeft=TRUE
Keyval_create key=0x14 value=9
Keyval_create key=0x15 value=7
Comm_dup
start while loop, isLeft=FALSE
Keyval_create key=0x12 value=9
Keyval_create key=0x13 value=7
Comm_dup
start while loop, isLeft=TRUE
Keyval_create key=0x14 value=9
Keyval_create key=0x15 value=7
Comm_dup
Keyval_free key=0x14
Keyval_free key=0x15
Comm_free comm
Comm_free dup_comm
Keyval_free key=0x12
Keyval_free key=0x13
Comm_free comm
Comm_free dup_comm
Keyval_free key=0x14
Keyval_free key=0x15
Comm_free comm
Comm_free dup_comm
Keyval_free key=0x12
Keyval_free key=0x13
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=TRUE
Keyval_create key=0x16 value=9
Keyval_create key=0x17 value=7
Comm_dup
start while loop, isLeft=FALSE
Keyval_create key=0x14 value=9
Keyval_create key=0x15 value=7
Comm_dup
start while loop, isLeft=TRUE
Keyval_create key=0x16 value=9
Keyval_create key=0x17 value=7
Comm_dup
Keyval_free key=0x16
Keyval_free key=0x17
Comm_free comm
start while loop, isLeft=FALSE
Keyval_create key=0x14 value=9
Keyval_create key=0x15 value=7
Comm_dup
Keyval_free key=0x14
Keyval_free key=0x15
Comm_free comm
Keyval_free key=0x16
Keyval_free key=0x17
Comm_free comm
Comm_free dup_comm
Keyval_free key=0x14
Keyval_free key=0x15
Comm_free comm
Comm_free dup_comm
Comm_free dup_comm
start while loop, isLeft=TRUE
Keyval_create key=0x18 value=9
Keyval_create key=0x19 value=7
Comm_dup
Comm_free dup_comm
start while loop, isLeft=TRUE
got COMM_NULL, skipping
start while loop, isLeft=FALSE
Keyval_create key=0x16 value=9
Keyval_create key=0x17 value=7
Comm_dup
Keyval_free key=0x18
Keyval_free key=0x19
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=FALSE
Keyval_create key=0x16 value=9
Keyval_create key=0x17 value=7
Comm_dup
Keyval_free key=0x16
Keyval_free key=0x17
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=TRUE
got COMM_NULL, skipping
Keyval_free key=0x16
Keyval_free key=0x17
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=TRUE
Keyval_create key=0x1a value=9
Keyval_create key=0x1b value=7
Comm_dup
Keyval_free key=0x1a
Keyval_free key=0x1b
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=FALSE
Keyval_create key=0x18 value=9
Keyval_create key=0x19 value=7
Comm_dup
No errors
start while loop, isLeft=FALSE
Keyval_create key=0x18 value=9
Keyval_create key=0x19 value=7
Comm_dup
Keyval_free key=0x18
Keyval_free key=0x19
Comm_free comm
Comm_free dup_comm
Keyval_free key=0x18
Keyval_free key=0x19
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=FALSE
got COMM_NULL, skipping
start while loop, isLeft=FALSE
Keyval_create key=0x1a value=9
Keyval_create key=0x1b value=7
Comm_dup
Keyval_free key=0x1a
Keyval_free key=0x1b
Comm_free comm
Comm_free dup_comm

Passed Keyval communicators - fkeyvalcomm

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test tests freeing of keyvals while still attached to a communicator, then tests to make sure that the keyval delete and copy functions are executed properly.

No errors

Failed Keyval test with types - fkeyvaltype

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 1

Test Description:

This tests illustrates the use of keyvals associated with datatypes.

*** Error in `./fkeyvaltype': double free or corruption (fasttop): 0x000000000431a6f0 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x81329)[0x2aaaabe81329]
/p/app/hpe/mpt-2.20/lib/libmpi.so(+0x12187b)[0x2aaaab62587b]
======= Memory map: ========
00400000-00411000 r-xp 00000000 b5:84fa2 288232497093804216              /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/fkeyvaltype
00611000-00612000 r--p 00011000 b5:84fa2 288232497093804216              /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/fkeyvaltype
00612000-00613000 rw-p 00012000 b5:84fa2 288232497093804216              /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/fkeyvaltype
00613000-00708000 rw-p 00000000 00:00 0                                  [heap]
00708000-04331000 rw-p 00000000 00:00 0                                  [heap]
2aaaaaaab000-2aaaaaacd000 r-xp 00000000 00:14 128119                     /usr/lib64/ld-2.17.so
2aaaaaacd000-2aaaaaacf000 r-xp 00000000 00:00 0                          [vdso]
2aaaaaacf000-2aaaaaad1000 rw-p 00000000 00:00 0 
2aaaaaad1000-2aaaaaad2000 r--s dabbad0003140000 00:05 270402             /dev/hfi1_1
2aaaaaad2000-2aaaaaad3000 ---p 00000000 00:03 4026532498                 /proc/numatools
2aaaaaad3000-2aaaaaad9000 -w-s dabbad0002140000 00:05 270402             /dev/hfi1_1
2aaaaaad9000-2aaaaaadf000 -w-s dabbad0001140000 00:05 270402             /dev/hfi1_1
2aaaaaadf000-2aaaaaae0000 r--s ffffaa68e9ec0000 00:05 270402             /dev/hfi1_1
2aaaaaae0000-2aaaaaae1000 rw-s dabbad0006140000 00:05 270402             /dev/hfi1_1
2aaaaaae1000-2aaaaaae7000 rw-p 00000000 00:00 0 
2aaaaaae7000-2aaaaab07000 rw-s 00000000 00:04 95552893                   /dev/zero (deleted)
2aaaaab07000-2aaaaab47000 r--s dabbad0004140000 00:05 270402             /dev/hfi1_1
2aaaaab47000-2aaaaab48000 r--s ffffaa6819cf7000 00:05 270402             /dev/hfi1_1
2aaaaab48000-2aaaaab49000 r--s dabbad0008140000 00:05 270402             /dev/hfi1_1
2aaaaab49000-2aaaaab4a000 ---p 00000000 00:03 4026532498                 /proc/numatools
2aaaaab4a000-2aaaaab4b000 rw-p 00000000 00:05 2054                       /dev/zero
2aaaaab4b000-2aaaaab4c000 rw-p 00000000 00:05 2054                       /dev/zero
2aaaaab4c000-2aaaaab4d000 rw-p 00000000 00:00 0 
2aaaaaccc000-2aaaaaccd000 r--p 00021000 00:14 128119                     /usr/lib64/ld-2.17.so
2aaaaaccd000-2aaaaacce000 rw-p 00022000 00:14 128119                     /usr/lib64/ld-2.17.so
2aaaaacce000-2aaaaaccf000 rw-p 00000000 00:00 0 
2aaaaaccf000-2aaaaacd4000 r-xp 00000000 00:14 125758                     /usr/lib64/libdplace.so.0.0.0
2aaaaacd4000-2aaaaaed3000 ---p 00005000 00:14 125758                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed3000-2aaaaaed4000 r--p 00004000 00:14 125758                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed4000-2aaaaaed5000 rw-p 00005000 00:14 125758                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed5000-2aaaaaeec000 r-xp 00000000 00:14 124503                     /usr/lib64/libpthread-2.17.so
2aaaaaeec000-2aaaab0eb000 ---p 00017000 00:14 124503                     /usr/lib64/libpthread-2.17.so
2aaaab0eb000-2aaaab0ec000 r--p 00016000 00:14 124503                     /usr/lib64/libpthread-2.17.so
2aaaab0ec000-2aaaab0ed000 rw-p 00017000 00:14 124503                     /usr/lib64/libpthread-2.17.so
2aaaab0ed000-2aaaab0f1000 rw-p 00000000 00:00 0 
2aaaab0f1000-2aaaab0fe000 r-xp 00000000 00:14 131413                     /usr/lib64/libcpuset.so.1.1.0
2aaaab0fe000-2aaaab2fd000 ---p 0000d000 00:14 131413                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2fd000-2aaaab2fe000 r--p 0000c000 00:14 131413                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2fe000-2aaaab2ff000 rw-p 0000d000 00:14 131413                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2ff000-2aaaab302000 r-xp 00000000 00:14 124271                     /usr/lib64/libbitmask.so.1.0.1
2aaaab302000-2aaaab502000 ---p 00003000 00:14 124271                     /usr/lib64/libbitmask.so.1.0.1
2aaaab502000-2aaaab503000 r--p 00003000 00:14 124271                     /usr/lib64/libbitmask.so.1.0.1
2aaaab503000-2aaaab504000 rw-p 00004000 00:14 124271                     /usr/lib64/libbitmask.so.1.0.1
2aaaab504000-2aaaab6ca000 r-xp 00000000 dd4:14d1e 288231623755915686     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab6ca000-2aaaab8c9000 ---p 001c6000 dd4:14d1e 288231623755915686     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab8c9000-2aaaab8cb000 r--p 001c5000 dd4:14d1e 288231623755915686     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab8cb000-2aaaab8d0000 rw-p 001c7000 dd4:14d1e 288231623755915686     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab8d0000-2aaaab8e8000 rw-p 00000000 00:00 0 
2aaaab8e8000-2aaaab9e9000 r-xp 00000000 00:14 128683                     /usr/lib64/libm-2.17.so
2aaaab9e9000-2aaaabbe8000 ---p 00101000 00:14 128683                     /usr/lib64/libm-2.17.so
2aaaabbe8000-2aaaabbe9000 r--p 00100000 00:14 128683                     /usr/lib64/libm-2.17.so
2aaaabbe9000-2aaaabbea000 rw-p 00101000 00:14 128683                     /usr/lib64/libm-2.17.so
2aaaabbea000-2aaaabbff000 r-xp 00000000 00:14 125820                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabbff000-2aaaabdfe000 ---p 00015000 00:14 125820                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabdfe000-2aaaabdff000 r--p 00014000 00:14 125820                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabdff000-2aaaabe00000 rw-p 00015000 00:14 125820                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabe00000-2aaaabfc4000 r-xp 00000000 00:14 121625                     /usr/lib64/libc-2.17.so
2aaaabfc4000-2aaaac1c3000 ---p 001c4000 00:14 121625                     /usr/lib64/libc-2.17.so
2aaaac1c3000-2aaaac1c7000 r--p 001c3000 00:14 121625                     /usr/lib64/libc-2.17.so
2aaaac1c7000-2aaaac1c9000 rw-p 001c7000 00:14 121625                     /usr/lib64/libc-2.17.so
2aaaac1c9000-2aaaac1ce000 rw-p 00000000 00:00 0 
2aaaac1ce000-2aaaac1d0000 r-xp 00000000 00:14 128086                     /usr/lib64/libdl-2.17.so
2aaaac1d0000-2aaaac3d0000 ---p 00002000 00:14 128086                     /usr/lib64/libdl-2.17.so
2aaaac3d0000-2aaaac3d1000 r--p 00002000 00:14 128086                     /usr/lib64/libdl-2.17.so
2aaaac3d1000-2aaaac3d2000 rw-p 00003000 00:14 128086                     /usr/lib64/libdl-2.17.so
2aaaac3d2000-2aaaac3dc000 r-xp 00000000 00:14 120685                     /usr/lib64/libnuma.so.1.0.0
2aaaac3dc000-2aaaac5dc000 ---p 0000a000 00:14 120685                     /usr/lib64/libnuma.so.1.0.0
2aaaac5dc000-2aaaac5dd000 r--p 0000a000 00:14 120685                     /usr/lib64/libnuma.so.1.0.0
2aaaac5dd000-2aaaac5de000 rw-p 0000b000 00:14 120685                     /usr/lib64/libnuma.so.1.0.0
2aaaac5de000-2aaaac5e5000 r-xp 00000000 00:14 121498                     /usr/lib64/librt-2.17.so
2aaaac5e5000-2aaaac7e4000 ---p 00007000 00:14 121498                     /usr/lib64/librt-2.17.so
2aaaac7e4000-2aaaac7e5000 r--p 00006000 00:14 121498                     /usr/lib64/librt-2.17.so
2aaaac7e5000-2aaaac7e6000 rw-p 00007000 00:14 121498                     /usr/lib64/librt-2.17.so
2aaaac7e6000-2aaaace27000 rw-s 00000000 00:04 95552889                   /dev/zero (deleted)
2aaaace27000-2aaaaceb6000 r-xp 00000000 00:14 127127                     /usr/lib64/libpsm2.so.2.2
2aaaaceb6000-2aaaad0b6000 ---p 0008f000 00:14 127127                     /usr/lib64/libpsm2.so.2.2
2aaaad0b6000-2aaaad0b7000 r--p 0008f000 00:14 127127                     /usr/lib64/libpsm2.so.2.2
2aaaad0b7000-2aaaad0b9000 rw-p 00090000 00:14 127127                     /usr/lib64/libpsm2.so.2.2
2aaaad0b9000-2aaaad0bb000 rw-p 00000000 00:00 0 
2aaaad0bb000-2aaaad0d3000 r-xp 00000000 00:14 128049                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaad0d3000-2aaaad2d2000 ---p 00018000 00:14 128049                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaad2d2000-2aaaad2d3000 r--p 00017000 00:14 128049                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaad2d3000-2aaaad2d4000 rw-p 00018000 00:14 128049                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaad2d4000-2aaaad338000 r-xp 00000000 00:14 126958                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaad338000-2aaaad537000 ---p 00064000 00:14 126958                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaad537000-2aaaad53a000 r--p 00063000 00:14 126958                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaad53a000-2aaaad53f000 rw-p 00066000 00:14 126958                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaad53f000-2aaaad541000 rw-p 00000000 00:00 0 
2aaaad541000-2aaaad55f000 r-xp 00000000 00:14 125838                     /usr/lib64/libnl-3.so.200.23.0
2aaaad55f000-2aaaad75f000 ---p 0001e000 00:14 125838                     /usr/lib64/libnl-3.so.200.23.0
2aaaad75f000-2aaaad761000 r--p 0001e000 00:14 125838                     /usr/lib64/libnl-3.so.200.23.0
2aaaad761000-2aaaad762000 rw-p 00020000 00:14 125838                     /usr/lib64/libnl-3.so.200.23.0
2aaaad762000-2aaaad768000 r-xp 00000000 00:14 126947                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaad768000-2aaaad967000 ---p 00006000 00:14 126947                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaad967000-2aaaad968000 r--p 00005000 00:14 126947                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaad968000-2aaaad969000 rw-p 00006000 00:14 126947                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaad969000-2aaaad96e000 r-xp 00000000 00:14 126942                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaad96e000-2aaaadb6e000 ---p 00005000 00:14 126942                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaadb6e000-2aaaadb6f000 r--p 00005000 00:14 126942                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaadb6f000-2aaaadb70000 rw-p 00006000 00:14 126942                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaadb70000-2aaaadb79000 r-xp 00000000 00:14 126946                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaadb79000-2aaaadd79000 ---p 00009000 00:14 126946                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaadd79000-2aaaadd7a000 r--p 00009000 00:14 126946                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaadd7a000-2aaaadd7b000 rw-p 0000a000 00:14 126946                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaadd7b000-2aaaadd7f000 r-xp 00000000 00:14 126949                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaadd7f000-2aaaadf7e000 ---p 00004000 00:14 126949                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaadf7e000-2aaaadf7f000 r--p 00003000 00:14 126949                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaadf7f000-2aaaadf80000 rw-p 00004000 00:14 126949                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaadf80000-2aaaadf88000 r-xp 00000000 00:14 126941                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaadf88000-2aaaae187000 ---p 00008000 00:14 126941                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaae187000-2aaaae188000 r--p 00007000 00:14 126941                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaae188000-2aaaae189000 rw-p 00008000 00:14 126941                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaae189000-2aaaae190000 r-xp 00000000 00:14 126945                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaae190000-2aaaae38f000 ---p 00007000 00:14 126945                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaae38f000-2aaaae390000 r--p 00006000 00:14 126945                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaae390000-2aaaae391000 rw-p 00007000 00:14 126945                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaae391000-2aaaae395000 r-xp 00000000 00:14 126950                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaae395000-2aaaae594000 ---p 00004000 00:14 126950                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaae594000-2aaaae595000 r--p 00003000 00:14 126950                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaae595000-2aaaae596000 rw-p 00004000 00:14 126950                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaae596000-2aaaae5a1000 r-xp 00000000 00:14 121502                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaae5a1000-2aaaae7a0000 ---p 0000b000 00:14 121502                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaae7a0000-2aaaae7a1000 r--p 0000a000 00:14 121502                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaae7a1000-2aaaae7a2000 rw-p 0000b000 00:14 121502                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaae7a2000-2aaaae7c9000 r-xp 00000000 00:14 128450                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaae7c9000-2aaaae9c8000 ---p 00027000 00:14 128450                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaae9c8000-2aaaae9c9000 r--p 00026000 00:14 128450                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaae9c9000-2aaaae9ca000 rw-p 00027000 00:14 128450                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaae9ca000-2aaaae9d2000 r-xp 00000000 00:14 126944                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaae9d2000-2aaaaebd1000 ---p 00008000 00:14 126944                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaaebd1000-2aaaaebd2000 r--p 00007000 00:14 126944                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaaebd2000-2aaaaebd3000 rw-p 00008000 00:14 126944                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaaebd3000-2aaaaebd8000 r-xp 00000000 00:14 126943                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaaebd8000-2aaaaedd8000 ---p 00005000 00:14 126943                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaaedd8000-2aaaaedd9000 r--p 00005000 00:14 126943                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaaedd9000-2aaaaedda000 rw-p 00006000 00:14 126943                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaaedda000-2aaaaede0000 r-xp 00000000 00:14 126939                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaede0000-2aaaaefdf000 ---p 00006000 00:14 126939                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaefdf000-2aaaaefe0000 r--p 00005000 00:14 126939                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaefe0000-2aaaaefe1000 rw-p 00006000 00:14 126939                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaefe1000-2aaaaefea000 r-xp 00000000 00:14 126948                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaaaefea000-2aaaaf1e9000 ---p 00009000 00:14 126948                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaaaf1e9000-2aaaaf1ea000 r--p 00008000 00:14 126948                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaaaf1ea000-2aaaaf1eb000 rw-p 00009000 00:14 126948                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaaaf1eb000-2aaaaf1ef000 r-xp 00000000 00:14 126940                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaaaf1ef000-2aaaaf3ee000 ---p 00004000 00:14 126940                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaaaf3ee000-2aaaaf3ef000 r--p 00003000 00:14 126940                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaaaf3ef000-2aaaaf3f0000 rw-p 00004000 00:14 126940                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaaaf3f0000-2aaaaf3f4000 r-xp 00000000 00:14 126951                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaaaf3f4000-2aaaaf5f4000 ---p 00004000 00:14 126951                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaaaf5f4000-2aaaaf5f5000 r--p 00004000 00:14 126951                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaaaf5f5000-2aaaaf5f6000 rw-p 00005000 00:14 126951                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaaaf5f6000-2aaaafdf6000 r--s dabbad0005140000 00:05 270402             /dev/hfi1_1
2aaaafdf6000-2aaaafdf7000 ---p 00000000 00:00 0 
2aaaafdf7000-2aaaafff7000 rw-p 00000000 00:00 0 
2aaaafff7000-2aaab041a000 rw-s 00000000 00:12 95558678                   /dev/shm/psm2_shm.91675000000000125014020
2aaab041a000-2aaab061a000 rw-s 00000000 00:00 0 
2aaab061a000-2acab061a000 rw-s 00000000 00:00 0 
2acab061a000-2acab461a000 rw-s 00000000 00:00 0 
2acab8000000-2acab8021000 rw-p 00000000 00:00 0 
2acab8021000-2acabc000000 ---p 00000000 00:00 0 
7ffffffdd000-7ffffffff000 rw-p 00000000 00:00 0                          [stack]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
MPT ERROR: Rank 0(g:0) received signal SIGABRT/SIGIOT(6).
	Process ID: 314712, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/fkeyvaltype
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT: Attaching to program: /proc/314712/exe, process 314712
MPT: (no debugging symbols found)...done.
MPT: [New LWP 314715]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/lib64/libthread_db.so.1".
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: (no debugging symbols found)...done.
MPT: 0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: Missing separate debuginfos, use: debuginfo-install glibc-2.17-325.el7_9.x86_64 libbitmask-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libcpuset-1.0-724.0790.210614T1930.r.rhel79hpe.x86_64 libgcc-4.8.5-44.el7.x86_64 libibverbs-22.4-6.el7_9.x86_64 libnl3-3.2.28-4.el7.x86_64 libpsm2-11.2.204-1.x86_64 numactl-libs-2.0.12-5.el7.x86_64 numatools-2.0-724.0790.210614T1930.r.rhel79hpe.x86_64
MPT: (gdb) #0  0x00002aaaaaee41d9 in waitpid () from /lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffab00 "MPT ERROR: Rank 0(g:0) received signal SIGABRT/SIGIOT(6).\n\tProcess ID: 314712, Host: r2i6n8, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/fkeyvaltype\n\tMPT Version: HPE MPT 2.20  08/30/19 04"...) at sig.c:340
MPT: #3  0x00002aaaab61ea02 in first_arriver_handler (signo=signo@entry=6, 
MPT:     stack_trace_sem=stack_trace_sem@entry=0x2aaaace20080) at sig.c:489
MPT: #4  0x00002aaaab61ed9b in slave_sig_handler (signo=6, 
MPT:     siginfo=<optimized out>, extra=<optimized out>) at sig.c:565
MPT: #5  <signal handler called>
MPT: #6  0x00002aaaabe36387 in raise () from /lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /lib64/libc.so.6
MPT: #8  0x00002aaaabe78f67 in __libc_message () from /lib64/libc.so.6
MPT: #9  0x00002aaaabe81329 in _int_free () from /lib64/libc.so.6
MPT: #10 0x00002aaaab62587b in MPI_SGI_type_free (type=76) at type.c:179
MPT: #11 0x00002aaaab62a480 in PMPI_Type_free (type=0x7fffffffc980)
MPT:     at type_free.c:30
MPT: #12 0x0000000000403ca9 in MTestFreeDatatype ()
MPT: #13 0x000000000040245b in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 314712] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/314712/exe, process 314712
MPT: [Inferior 1 (process 314712) detached]
MPT: -----stack traceback ends-----
MPT: On host r2i6n8, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/fkeyvaltype, Rank 0, Process 314712: Dumping core on signal SIGABRT/SIGIOT(6) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr
MPT ERROR: MPI_COMM_WORLD rank 0 has terminated without calling MPI_Finalize()
	aborting job
MPT: Received signal 6

Passed Multiple keyval_free - keyval_double_free

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This tests multiple invocations of keyval_free on the same keyval.

No errors

Passed RMA get attributes - baseattrwin

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test creates a window, then extracts its attributes through a series of MPI_Win_get_attr calls.

No errors

Passed Type Attribute Order - attrordertype

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

This test creates and inserts type attributes in different orders to ensure that the list management codes handles all cases properly.

No errors

Passed Varying communicator orders/types - attrt

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test is similar to attr/attrordertype (creates/inserts attributes) but uses a different strategy of mixing attribute order, types, and with different types of communicators.

No errors

Performance - Score: 91% Passed

This group features tests that involve realtime latency performance analysis of MPI appications. Although performance testing is not an established goal of this test suite, these few tests were included because there has been discussion of including performance testing in future versions of the test suite. Such tests might be useful to aide users in determining what MPI features should be used for their particular application. These tests are exemplary of what future tests could provide.

Passed Datatype creation - twovec

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Make sure datatype creation is independent of data size. However, that there is no guarantee or expectation that the time would be constant. In particular, some optimizations might take more time than others.

The real goal of this is to ensure that the time to create a datatype doesn't increase strongly with the number of elements within the datatype, particularly for these datatypes that are quite simple patterns.

No errors

Passed Group creation - commcreatep

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 32

Test Description:

This is a performance test indexed by group number to look at how communicator creation scales with group. The cost should be linear or at worst ts*log(ts), where ts <= number of communicators.

size	time
1	7.469486e-06
2	1.044571e-06
4	1.628697e-06
8	2.229121e-06
16	2.899719e-06
32	7.079775e-06
No errors

Passed MPI-Tracing package - allredtrace

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 32

Test Description:

This code is intended to test the trace overhead when using an MPI tracing package. The test is currently run in verbose mode with the number of processes set to 32 to run on the greatest number of HPC systems.

For delay count 1024, time is 8.946629e-04
No errors.

Passed MPI_Group_Translate_ranks perf - gtranksperf

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 20

Test Description:

Measure and compare the relative performance of MPI_Group_translate_ranks with small and large group2 sizes but a constant number of ranks. This serves as a performance sanity check for the Scalasca use case where we translate to MPI_COMM_WORLD ranks. The performance should only depend on the number of ranks passed, not the size of either group (especially group2). This test is probably only meaningful for large-ish process counts.

No errors

Failed MPI_{pack,unpack} perf - dtpack

Build: Passed

Execution: Failed

Exit Status: Application_ended_with_error(s)

MPI Processes: 1

Test Description:

This code may be used to test the performance of some of the noncontiguous datatype operations, including vector and indexed pack and unpack operations. To simplify the use of this code for tuning an MPI implementation, it uses no communication, just the MPI_Pack and MPI_Unpack routines. In addition, the individual tests are in separate routines, making it easier to compare the compiler-generated code for the user (manual) pack/unpack with the code used by the MPI implementation. Further, to be fair to the MPI implementation, the routines are passed the source and destination buffers; this ensures that the compiler can't optimize for statically allocated buffers.

TestVecPackDouble (USER): 0.023 0.023 0.023 0.023 0.023 0.023 0.023 0.023 0.023 0.023 [0.000]
TestVecPackDouble (MPI): 0.319 0.319 0.319 0.319 0.319 0.319 0.318 0.318 0.319 0.318 [0.000]
VecPackDouble                 :	0.000318793	2.26751e-05	(92.8872%)
VecPackDouble:	MPI Pack code is too slow: MPI 0.000318793	 User 2.26751e-05
TestVecUnPackDouble (USER): 0.030 0.030 0.030 0.030 0.030 0.030 0.030 0.030 0.030 0.030 [0.000]
TestVecUnPackDouble (MPI): 0.296 0.296 0.295 0.295 0.295 0.295 0.295 0.296 0.295 0.295 [0.000]
VecUnPackDouble               :	0.000295182	2.96382e-05	(89.9594%)
VecUnPackDouble:	MPI Unpack code is too slow: MPI 0.000295182	 User 2.96382e-05
TestIndexPackDouble (USER): 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 [0.001]
TestIndexPackDouble (MPI): 0.302 0.302 0.302 0.302 0.302 0.302 0.302 0.302 0.302 0.302 [0.000]
VecIndexDouble                :	0.000302046	3.69041e-08	(99.9878%)
VecIndexDouble:	MPI Pack code is too slow: MPI 0.000302046	 User 3.69041e-08
TestVecPack2Double (USER): 0.052 0.051 0.051 0.051 0.051 0.051 0.051 0.051 0.051 0.051 [0.000]
TestVecPack2Double (MPI): 0.371 0.371 0.371 0.371 0.371 0.371 0.371 0.371 0.371 0.372 [0.000]
VecPack2Double                :	0.000371051	5.13897e-05	(86.1502%)
VecPack2Double:	MPI Pack code is too slow: MPI 0.000371051	 User 5.13897e-05
 Found 4 performance problems

Passed Network performance - netmpi

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test calculates bulk transfer rates and latency as a function of message buffer size.

0: r2i6n8
1: r3i1n8
Latency: 0.000001486
Sync Time: 0.000003470
Now starting main loop
  0:       997 bytes 84275 times -->  3397.19 Mbps in 0.000002239 sec
  1:      1000 bytes 55771 times -->  3423.21 Mbps in 0.000002229 sec
  2:      1003 bytes 56198 times -->  3421.61 Mbps in 0.000002236 sec
  3:      1497 bytes 56170 times -->  4675.71 Mbps in 0.000002443 sec
  4:      1500 bytes 68231 times -->  4425.18 Mbps in 0.000002586 sec
  5:      1503 bytes 64510 times -->  4624.10 Mbps in 0.000002480 sec
  6:      1997 bytes 67343 times -->  5728.48 Mbps in 0.000002660 sec
  7:      2000 bytes 70509 times -->  5673.07 Mbps in 0.000002690 sec
  8:      2003 bytes 69757 times -->  5834.10 Mbps in 0.000002619 sec
  9:      2497 bytes 47840 times -->  6887.29 Mbps in 0.000002766 sec
 10:      2500 bytes 54221 times -->  6684.64 Mbps in 0.000002853 sec
 11:      2503 bytes 52605 times -->  6392.27 Mbps in 0.000002987 sec
 12:      3497 bytes 50284 times -->  8525.86 Mbps in 0.000003129 sec
 13:      3500 bytes 57067 times -->  8517.90 Mbps in 0.000003135 sec
 14:      3503 bytes 56984 times -->  8299.67 Mbps in 0.000003220 sec
 15:      4497 bytes 33333 times -->  9496.12 Mbps in 0.000003613 sec
 16:      4500 bytes 38436 times -->  9865.96 Mbps in 0.000003480 sec
 17:      4503 bytes 39928 times -->  9898.81 Mbps in 0.000003471 sec
 18:      6497 bytes 40055 times -->  12175.40 Mbps in 0.000004071 sec
 19:      6500 bytes 42513 times -->  12191.09 Mbps in 0.000004068 sec
 20:      6503 bytes 42557 times -->  12123.48 Mbps in 0.000004092 sec
 21:      8497 bytes 23522 times -->  13103.05 Mbps in 0.000004947 sec
 22:      8500 bytes 26749 times -->  12751.16 Mbps in 0.000005086 sec
 23:      8503 bytes 26029 times -->  12734.21 Mbps in 0.000005094 sec
 24:     12497 bytes 25994 times -->  16045.75 Mbps in 0.000005942 sec
 25:     12500 bytes 28609 times -->  16378.49 Mbps in 0.000005823 sec
 26:     12503 bytes 29199 times -->  16060.04 Mbps in 0.000005940 sec
 27:     16497 bytes 15162 times -->  16804.16 Mbps in 0.000007490 sec
 28:     16500 bytes 17193 times -->  17055.09 Mbps in 0.000007381 sec
 29:     16503 bytes 17450 times -->  16862.29 Mbps in 0.000007467 sec
No errors.

Passed Send/Receive basic perf - sendrecvperf

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This program provides a simple test of send-receive performance between two (or more) processes. This test is sometimes called head-to-head or ping-ping test, as both processes send at the same time.

Irecv-send
len	time    	rate
1	2.06048	0.485325
2	1.70489	1.1731
4	1.63321	2.44916
8	1.84148	4.34433
16	2.02536	7.89982
32	2.082	15.3698
64	2.06745	30.956
128	2.04014	62.7409
256	2.30088	111.262
512	2.18459	234.369
1024	2.4084	425.179
2048	2.86329	715.261
4096	3.69872	1107.41
8192	5.12721	1597.75
16384	9.78934	1673.66
32768	13.0695	2507.2
65536	28.5262	2297.4
131072	38.5568	3399.46
262144	50.3203	5209.51
524288	99.9683	5244.54
Sendrecv
len	time (usec)	rate (MB/s)
1	1.79525	0.557024
2	1.65414	1.20909
4	1.64235	2.43554
8	1.66782	4.79668
16	2.06156	7.7611
32	2.01211	15.9037
64	2.00175	31.972
128	2.09992	60.9548
256	2.02782	126.244
512	2.27649	224.907
1024	2.49848	409.849
2048	4.25302	481.541
4096	4.59385	891.628
8192	5.77304	1419.01
16384	9.29413	1762.83
32768	14.5798	2247.49
65536	29.459	2224.65
131072	37.0245	3540.14
262144	59.0431	4439.87
524288	101.308	5175.18
Pingpong
len	time (usec)	rate (MB/s)
1	3.33831	0.299553
2	3.11947	0.641134
4	3.14032	1.27375
8	3.1642	2.52829
16	3.92348	4.07801
32	3.85139	8.30869
64	3.8496	16.6251
128	3.9636	32.2939
256	4.09822	62.4662
512	3.94758	129.7
1024	4.52467	226.315
2048	5.08462	402.784
4096	6.2641	653.885
8192	8.82408	928.369
16384	14.5668	1124.75
32768	21.0053	1559.99
65536	41.0951	1594.74
131072	53.2308	2462.34
262144	79.2134	3309.34
524288	124.421	4213.84
1	        2.06	        1.80	        3.34
2	        1.70	        1.65	        3.12
4	        1.63	        1.64	        3.14
8	        1.84	        1.67	        3.16
16	        2.03	        2.06	        3.92
32	        2.08	        2.01	        3.85
64	        2.07	        2.00	        3.85
128	        2.04	        2.10	        3.96
256	        2.30	        2.03	        4.10
512	        2.18	        2.28	        3.95
1024	        2.41	        2.50	        4.52
2048	        2.86	        4.25	        5.08
4096	        3.70	        4.59	        6.26
8192	        5.13	        5.77	        8.82
16384	        9.79	        9.29	       14.57
32768	       13.07	       14.58	       21.01
65536	       28.53	       29.46	       41.10
131072	       38.56	       37.02	       53.23
262144	       50.32	       59.04	       79.21
524288	       99.97	      101.31	      124.42
No errors

Passed Synchonization basic perf - non_zero_root

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 4

Test Description:

This test compares the time it takes between a synchronization step between rank 0 and rank 1. If that difference is greater than 10 percent, it is considered an error.

No errors

Passed Timer sanity - timer

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 1

Test Description:

Check that the timer produces monotone nondecreasing times and that the tick is reasonable.

No errors

Passed Transposition type - transp-datatype

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 2

Test Description:

This test transposes a (100x100) two-dimensional array using two options: (1) manually send and transpose, and (2) send using an automatic hvector type. It fails if (2) is too much slower than (1).

Transpose time with datatypes is more than twice time without datatypes
0.000120	0.000022	0.000027
Found 1 errors

Passed Variable message length - adapt

Build: Passed

Execution: Passed

Exit Status: Execution_completed_no_errors

MPI Processes: 3

Test Description:

This test measures the latency involved in sending/receiving messages of varying size.

0: r2i6n8
1: r2i6n8
2: r3i1n8
To determine 2 <-> 0       latency, using 65536 reps.
To determine       0 <-> 1 latency, using 262144 reps.
To determine 2 <-- 0 --> 1 latency, using 65536 reps
Latency20_ : 0.000001468
Latency_01 : 0.000000354
Latency201 : 0.000001837
Now starting main loop
  0:        72 bytes 35422 times -->  298.84 Mbps in 0.000001838 sec
  0:        72 bytes 147045 times -->  1193.99 Mbps in 0.000000460 sec
  0:        72 bytes 28302 times -->  0.000001842 0.000001840 0.000001968 0.000002126 0.000002207 0.000002261 0.000002282 0.000002281 0.000002281 0.000002277 0.000002297 0.000002289 0.000002291 0.000002294 0.000002306
  1:        75 bytes 27201 times -->  310.02 Mbps in 0.000001846 sec
  1:        75 bytes 108679 times -->  1233.41 Mbps in 0.000000464 sec
  1:        75 bytes 21681 times -->  0.000001840 0.000001845 0.000001961 0.000002141 0.000002210 0.000002256 0.000002290 0.000002288 0.000002329 0.000002323 0.000002316 0.000002320 0.000002304 0.000002322 0.000002311
  2:        78 bytes 28173 times -->  320.56 Mbps in 0.000001856 sec
  2:        78 bytes 112088 times -->  1309.48 Mbps in 0.000000454 sec
  2:        78 bytes 22501 times -->  0.000001843 0.000001840 0.000001957 0.000002125 0.000002212 0.000002254 0.000002287 0.000002278 0.000002291 0.000002297 0.000002309 0.000002295 0.000002298 0.000002292 0.000002309
No errors.