MPI Test Suite Result Details for

MPT MPI 2.20 on Gaffney (GAFFNEY.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/3528583.pbsserver
PBS_NODENUM withheld
PBS_O_HOME withheld
PBS_O_HOST gaffney01.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/bin:/sbin:/bin:/p/app/BCT/bin:/p/app/SLB:/opt/c3/bin:/opt/pbs/bin:/sbin:/bin:/p/app/BCT/bin:/p/app/SLB:/usr/local/sbin:/usr/sbin:/opt/c3/bin:/opt/pbs/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:3.1064e+07, finish:3.1064e+07, 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: 133914, Host: r1i7n15, 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/133914/exe, process 133914
MPT: (no debugging symbols found)...done.
MPT: [New LWP 133938]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 133914, Host: r1i7n15, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/util/abortexit\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:4"...) 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 133914] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/133914/exe, process 133914
MPT: [Inferior 1 (process 133914) 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
Completed wait on isend
Starting scancel test
(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
Completed wait on isend
Starting scancel test
Failed to cancel an Isend request
About to create and cancel ibsend
Failed to cancel an Ibsend request
About to create and cancel issend

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 1
Message count 2
Message count 2
Message count 3
Message count 4
Message count 3
Message count 4
testing messages of size 2
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 2
Message count 3
Message count 4
testing messages of size 2
Message count 0
Message count 1
testing messages of size 2
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
Message count 0
Message count 1
Message count 2
Message count 3
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 2
Message count 3
Message count 4
testing messages of size 4
Message count 0
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 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
testing messages of size 8
Message count 0
Message count 1
Message count 2
Message count 3
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 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 1
Message count 4
testing messages of size 8
Message count 0
Message count 1
Message count 2
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 32
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
Message count 2
Message count 3
Message count 4
testing messages of size 32
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 1
Message count 2
Message count 3
Message count 4
testing messages of size 64
Message count 0
Message count 1
testing messages of size 16
Message count 0
Message count 1
Message count 3
Message count 4
testing messages of size 64
Message count 0
Message count 1
Message count 2
Message count 1
Message count 2
Message count 2
Message count 3
Message count 4
testing messages of size 128
Message count 0
Message count 2
Message count 3
Message count 3
Message count 4
testing messages of size 128
Message count 0
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 32
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 256
Message count 0
testing messages of size 32
Message count 0
Message count 1
testing messages of size 256
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
Message count 1
Message count 2
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 512
Message count 0
Message count 2
Message count 3
Message count 4
testing messages of size 512
Message count 0
Message count 1
Message count 3
Message count 4
testing messages of size 64
Message count 1
Message count 2
testing messages of size 64
Message count 0
Message count 2
Message count 3
Message count 4
testing messages of size 1024
Message count 0
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 1024
Message count 0
Message count 1
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 3
Message count 4
Message count 2
Message count 3
Message count 4
testing messages of size 2048
Message count 0
Message count 4
testing messages of size 128
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 128
Message count 0
Message count 1
Message count 2
Message count 3
Message count 4
testing messages of size 4096
Message count 1
testing messages of size 4096
Message count 0
Message count 1
Message count 2
Message count 2
Message count 3
Message count 0
Message count 1
Message count 2
Message count 3
Message count 1
Message count 2
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 256
Message count 0
Message count 4
testing messages of size 8192
Message count 0
testing messages of size 256
Message count 0
Message count 1
Message count 1
Message count 1
Message count 2
Message count 3
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 512
Message count 0
Message count 3
Message count 4
testing messages of size 16384
Message count 0
testing messages of size 512
Message count 0
Message count 1
Message count 4
testing messages of size 16384
Message count 0
Message count 1
Message count 1
Message count 2
Message count 1
Message count 2
Message count 3
Message count 2
Message count 3
Message count 4
Message count 2
Message count 4
testing messages of size 1024
Message count 0
Message count 3
testing messages of size 1024
Message count 0
Message count 1
Message count 3
Message count 1
Message count 2
Message count 4
testing messages of size 32768
Message count 2
Message count 3
Message count 4
Message count 3
Message count 4
Message count 0
Message count 4
testing messages of size 2048
Message count 0
testing messages of size 32768
Message count 0
testing messages of size 2048
Message count 0
Message count 1
Message count 1
Message count 1
Message count 2
Message count 1
Message count 2
Message count 3
Message count 2
Message count 3
Message count 4
Message count 2
Message count 4
testing messages of size 4096
Message count 0
Message count 3
testing messages of size 4096
Message count 0
Message count 3
Message count 1
Message count 2
Message count 4
Message count 1
Message count 2
Message count 4
Message count 3
testing messages of size 65536
Message count 0
Message count 3
Message count 4
testing messages of size 65536
Message count 0
Message count 4
testing messages of size 8192
Message count 0
Message count 1
testing messages of size 8192
Message count 0
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 4
Message count 3
Message count 4
Message count 4
testing messages of size 16384
Message count 0
Message count 4
testing messages of size 16384
Message count 0
testing messages of size 131072
Message count 0
Message count 1
testing messages of size 131072
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 32768
Message count 0
Message count 4
testing messages of size 32768
Message count 0
testing messages of size 262144
Message count 0
Message count 1
testing messages of size 262144
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 65536
Message count 0
Message count 4
testing messages of size 65536
Message count 0
testing messages of size 524288
Message count 0
Message count 1
testing messages of size 524288
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 131072
Message count 0
Message count 4
testing messages of size 131072
Message count 0
testing messages of size 1048576
Message count 0
Message count 1
testing messages of size 1048576
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 262144
Message count 0
Message count 4
testing messages of size 262144
Message count 0
testing messages of size 2097152
Message count 0
Message count 1
testing messages of size 2097152
Message count 0
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 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
Message count 1
testing messages of size 2097152
Message count 0
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: 140267, Host: r1i7n15, 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: 88117, Host: r1i7n16, 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/88117/exe, process 88117
MPT: (no debugging symbols found)...done.
MPT: [New LWP 88125]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7ffffffbb000 "MPT ERROR: Rank 3(g:3) received signal SIGSEGV(11).\n\tProcess ID: 88117, Host: r1i7n16, 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 /usr/lib64/libc.so.6
MPT: #7  0x00002aaaab5f1554 in mpt_memcpy (len=16, s=<optimized out>, d=0x4442e10)
MPT:     at ../../../../include/mpiimpl.h:515
MPT: #8  pack_memcpy (len=16, _src=<optimized out>, _dst=0x4442e10)
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: Attaching to program: /proc/140267/exe, process 140267
MPT: (no debugging symbols found)...done.
MPT: [New LWP 140275]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 140267, Host: r1i7n15, 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"...) 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 /usr/lib64/libc.so.6
MPT: #7  0x00002aaaab5f1554 in mpt_memcpy (len=16, s=<optimized out>, d=0x4442d50)
MPT:     at ../../../../include/mpiimpl.h:515
MPT: #8  pack_memcpy (len=16, _src=<optimized out>, _dst=0x4442d50)
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=0x440db30 "\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=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=0x7ffffffbc860, 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=0x7ffffffbc860, 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=0x437db10, 
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=0x437db10, 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 88117] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/88117/exe, process 88117
MPT: [Inferior 1 (process 88117) detached]
MPT:     outbuf=outbuf@entry=0x440da70 "\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=0x437da50, 
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=0x437da50, 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 140267] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/140267/exe, process 140267
MPT: [Inferior 1 (process 140267) detached]
MPT: -----stack traceback ends-----
MPT: On host r1i7n15, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/pt2pt/sendrecv1, Rank 0, Process 140267: 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 r1i7n16, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/pt2pt/sendrecv1, Rank 3, Process 88117: Dumping core on signal SIGSEGV(11) into directory /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/pt2pt
MPT ERROR: MPI_COMM_WORLD rank 0 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.000018 seconds
100 Isends for size = 100 took 0.000063 seconds
10 Isends for size = 1000 took 0.000005 seconds
10 Isends for size = 1000 took 0.000007 seconds
10 Isends for size = 10000 took 0.000032 seconds
10 Isends for size = 10000 took 0.000058 seconds
4 Isends for size = 100000 took 0.000001 seconds
No errors
4 Isends for size = 100000 took 0.000004 seconds

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

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
Testing comm MPI_COMM_WORLD from ghigh
Testing comm MPI_COMM_WORLD from godd
Testing comm MPI_COMM_WORLD from geven
Creating groups
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 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 godd
Done 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
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 MPI_COMM_WORLD from geven
Testing comm Dup of world from ghigh
Done testing comm Dup of world from geven
Testing comm MPI_COMM_WORLD from godd+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 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 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 godd
Testing comm MPI_COMM_WORLD from geven
Testing comm Dup of world from ghigh
Done testing comm Dup of world from ghigh
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 ghigh
Testing comm Dup of world from godd
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
Done 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
Testing comm MPI_COMM_WORLD from godd+geven
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
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 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 Dup of world from MPI_GROUP_EMPTY
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+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
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 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
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 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 (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
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
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 (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
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
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
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
isends posted, about to recv
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
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 (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)
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
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
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 0-0
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 (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)
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 (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=6
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=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
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
Creating a new intercomm 0-0
my recvs completed, about to waitall
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 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 (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
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 (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)
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)
isends posted, about to recv
my recvs completed, about to waitall
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)
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 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)
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)
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)
isends posted, about to recv
my recvs completed, about to waitall
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)
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 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
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
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
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)
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)
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)
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
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 (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 (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
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
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=3
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=3
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)
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 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=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 (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)
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
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
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 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
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
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_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
No errors
Created subcommunicator of size 2
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 (151880.693218)
After 200 (200387.027326)
After 300 (223095.714036)
After 400 (235919.808406)
After 500 (243278.952625)
After 600 (251830.586558)
After 700 (259393.015480)
After 800 (261788.323238)
After 900 (266516.536934)
After 1000 (267874.526741)
After 1100 (270449.815398)
After 1200 (272279.129714)
After 1300 (275390.984922)
After 1400 (276721.078051)
After 1500 (278145.515962)
After 1600 (278968.613421)
After 1700 (279278.868785)
After 1800 (280515.057754)
After 1900 (280732.268112)
After 2000 (281016.714831)
After 2100 (281814.533898)
After 2200 (282726.103948)
After 2300 (282722.661305)
After 2400 (283353.921925)
After 2500 (284266.604314)
After 2600 (284132.810228)
After 2700 (284695.580472)
After 2800 (285527.325662)
After 2900 (285603.789155)
After 3000 (286117.315343)
After 3100 (286304.258938)
After 3200 (287015.589576)
After 3300 (287650.416667)
After 3400 (288008.787311)
After 3500 (288011.075037)
After 3600 (288109.492906)
After 3700 (287804.212813)
After 3800 (288040.882894)
After 3900 (288617.516898)
After 4000 (288869.507200)
After 4100 (288850.492976)
After 4200 (289113.396834)
After 4300 (289542.352832)
After 4400 (289871.947692)
After 4500 (290249.094443)
After 4600 (290511.828799)
After 4700 (290566.951534)
After 4800 (290764.733727)
After 4900 (290789.128440)
After 5000 (291129.463486)
After 5100 (291070.279455)
After 5200 (291194.489297)
After 5300 (291437.161462)
After 5400 (291477.860413)
After 5500 (291139.521653)
After 5600 (291011.223275)
After 5700 (291161.754740)
After 5800 (291185.911689)
After 5900 (291382.360114)
After 6000 (291506.389072)
After 6100 (291425.539027)
After 6200 (291455.453911)
After 6300 (291752.400465)
After 6400 (291602.500061)
After 6500 (291836.183208)
After 6600 (291729.528428)
After 6700 (291521.996640)
After 6800 (291688.568406)
After 6900 (291688.021908)
After 7000 (291572.708439)
After 7100 (291530.591587)
After 7200 (291614.032886)
After 7300 (291605.337584)
After 7400 (291766.012639)
After 7500 (291785.112200)
After 7600 (291553.625282)
After 7700 (291766.137307)
After 7800 (291937.592458)
After 7900 (291953.170859)
After 8000 (291877.645590)
After 8100 (292238.615981)
After 8200 (292323.218159)
After 8300 (292305.127967)
After 8400 (292459.583286)
After 8500 (292552.109619)
After 8600 (292547.047594)
After 8700 (292558.666696)
After 8800 (292634.500201)
After 8900 (292763.870478)
After 9000 (292666.059510)
After 9100 (292539.383136)
After 9200 (292540.230423)
After 9300 (292532.318154)
After 9400 (292347.659608)
After 9500 (292546.726039)
After 9600 (292567.555589)
After 9700 (292631.231978)
After 9800 (292527.514662)
After 9900 (292393.146223)
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 9

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: 143775, Host: r1i7n15, 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/143775/exe, process 143775
MPT: (no debugging symbols found)...done.
MPT: [New LWP 143794]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 143775, Host: r1i7n15, 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 143775] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/143775/exe, process 143775
MPT: [Inferior 1 (process 143775) 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: 133914, Host: r1i7n15, 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/133914/exe, process 133914
MPT: (no debugging symbols found)...done.
MPT: [New LWP 133938]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 133914, Host: r1i7n15, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/util/abortexit\n\tMPT Version: HPE MPT 2.20  08/30/19 04:33:4"...) 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 133914] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/133914/exe, process 133914
MPT: [Inferior 1 (process 133914) 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" Size =8977024 is verified.
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 9

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: 143775, Host: r1i7n15, 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/143775/exe, process 143775
MPT: (no debugging symbols found)...done.
MPT: [New LWP 143794]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 143775, Host: r1i7n15, 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 143775] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/143775/exe, process 143775
MPT: [Inferior 1 (process 143775) 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: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.
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.
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.
slave rank:0/4 alive.
slave rank:0/4 received an int:4 from rank 0
master rank:0/1 sent an int:4 to slave rank:2.
slave rank:1/4 alive.
slave rank:1/4 received an int:4 from rank 0
slave rank:1/4 sent its rank to rank 0
slave rank 1 just before disconnecting from master_comm.
master rank:0/1 sent an int:4 to slave rank:3.
slave rank:2/4 alive.
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.
master rank:0/1 recv an int:0 from slave rank:0
master rank:0/1 recv an int:1 from slave rank:1
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:3/4 alive.
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:0/4 sent its rank to rank 0
slave rank 0 just before disconnecting from master_comm.
slave rank: 0 after disconnecting from master_comm.
slave rank: 1 after disconnecting from master_comm.
slave rank: 3 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" Size =8977024 is verified.
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: Failed with signal 127

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.

MPT ERROR: Rank 7(g:7) received signal SIGSEGV(11).
	Process ID: 85527, Host: r1i7n16, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allgatherv2
	MPT Version: HPE MPT 2.20  08/30/19 04:33:45
MPT: --------stack traceback-------
MPT ERROR: Assertion failed at packet_alloc.c:106: "&mpi_sgi_avail_private == pkt->avail"
*** Error in `./allgatherv2': corrupted double-linked list: 0x000000000431afd0 ***
======= Backtrace: =========
/usr/lib64/libc.so.6(+0x7f474)[0x2aaaabe7f474]
/usr/lib64/libc.so.6(+0x82c38)[0x2aaaabe82c38]
/usr/lib64/libc.so.6(__libc_malloc+0x4c)[0x2aaaabe8578c]
/usr/lib64/libc.so.6(getpwuid+0x125)[0x2aaaabec4565]
/p/app/hpe/mpt-2.20/lib/libmpi.so(+0x6a107)[0x2aaaab56e107]
======= Memory map: ========
00400000-00411000 r-xp 00000000 b5:84fa2 288232912111799992              /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allgatherv2
00611000-00612000 r--p 00011000 b5:84fa2 288232912111799992              /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allgatherv2
00612000-00613000 rw-p 00012000 b5:84fa2 288232912111799992              /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 205636                     /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 dabbad0003130000 00:05 71936              /dev/hfi1_0
2aaaaaad2000-2aaaaaad3000 ---p 00000000 00:03 4026532498                 /proc/numatools
2aaaaaad3000-2aaaaaad9000 -w-s dabbad0002130000 00:05 71936              /dev/hfi1_0
2aaaaaad9000-2aaaaaadf000 -w-s dabbad0001130000 00:05 71936              /dev/hfi1_0
2aaaaaadf000-2aaaaaae0000 r--s ffffacee27562000 00:05 71936              /dev/hfi1_0
2aaaaaae0000-2aaaaaae1000 rw-s dabbad0006130000 00:05 71936              /dev/hfi1_0
2aaaaaae1000-2aaaaaae2000 r--s ffffaced58ab8000 00:05 71936              /dev/hfi1_0
2aaaaaae2000-2aaaaaae8000 rw-p 00000000 00:00 0 
2aaaaaae8000-2aaaaab88000 rw-s 00000000 00:04 475581792                  /dev/zero (deleted)
2aaaaab88000-2aaaaabc8000 r--s dabbad0004130000 00:05 71936              /dev/hfi1_0
2aaaaabc8000-2aaaaabc9000 r--s dabbad0008130000 00:05 71936              /dev/hfi1_0
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-2aaaaac88000 rw-p 00000000 00:00 0 
2aaaaaccc000-2aaaaaccd000 r--p 00021000 00:14 205636                     /usr/lib64/ld-2.17.so
2aaaaaccd000-2aaaaacce000 rw-p 00022000 00:14 205636                     /usr/lib64/ld-2.17.so
2aaaaacce000-2aaaaaccf000 rw-p 00000000 00:00 0 
2aaaaaccf000-2aaaaacd4000 r-xp 00000000 00:14 212741                     /usr/lib64/libdplace.so.0.0.0
2aaaaacd4000-2aaaaaed3000 ---p 00005000 00:14 212741                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed3000-2aaaaaed4000 r--p 00004000 00:14 212741                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed4000-2aaaaaed5000 rw-p 00005000 00:14 212741                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed5000-2aaaaaeec000 r-xp 00000000 00:14 215103                     /usr/lib64/libpthread-2.17.so
2aaaaaeec000-2aaaab0eb000 ---p 00017000 00:14 215103                     /usr/lib64/libpthread-2.17.so
2aaaab0eb000-2aaaab0ec000 r--p 00016000 00:14 215103                     /usr/lib64/libpthread-2.17.so
2aaaab0ec000-2aaaab0ed000 rw-p 00017000 00:14 215103                     /usr/lib64/libpthread-2.17.so
2aaaab0ed000-2aaaab0f1000 rw-p 00000000 00:00 0 
2aaaab0f1000-2aaaab0fe000 r-xp 00000000 00:14 205460                     /usr/lib64/libcpuset.so.1.1.0
2aaaab0fe000-2aaaab2fd000 ---p 0000d000 00:14 205460                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2fd000-2aaaab2fe000 r--p 0000c000 00:14 205460                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2fe000-2aaaab2ff000 rw-p 0000d000 00:14 205460                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2ff000-2aaaab302000 r-xp 00000000 00:14 217566                     /usr/lib64/libbitmask.so.1.0.1
2aaaab302000-2aaaab502000 ---p 00003000 00:14 217566                     /usr/lib64/libbitmask.so.1.0.1
2aaaab502000-2aaaab503000 r--p 00003000 00:14 217566                     /usr/lib64/libbitmask.so.1.0.1
2aaaab503000-2aaaab504000 rw-p 00004000 00:14 217566                     /usr/lib64/libbitmask.so.1.0.1
2aaaab504000-2aaaab6ca000 r-xp 00000000 dd4:14d1e 288233269885927442     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab6ca000-2aaaab8c9000 ---p 001c6000 dd4:14d1e 288233269885927442     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab8c9000-2aaaab8cb000 r--p 001c5000 dd4:14d1e 288233269885927442     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab8cb000-2aaaab8d0000 rw-p 001c7000 dd4:14d1e 288233269885927442     /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 215663                     /usr/lib64/libm-2.17.so
2aaaab9e9000-2aaaabbe8000 ---p 00101000 00:14 215663                     /usr/lib64/libm-2.17.so
2aaaabbe8000-2aaaabbe9000 r--p 00100000 00:14 215663                     /usr/lib64/libm-2.17.so
2aaaabbe9000-2aaaabbea000 rw-p 00101000 00:14 215663                     /usr/lib64/libm-2.17.so
2aaaabbea000-2aaaabbff000 r-xp 00000000 00:14 217228                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabbff000-2aaaabdfe000 ---p 00015000 00:14 217228                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabdfe000-2aaaabdff000 r--p 00014000 00:14 217228                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabdff000-2aaaabe00000 rw-p 00015000 00:14 217228                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabe00000-2aaaabfc4000 r-xp 00000000 00:14 204982                     /usr/lib64/libc-2.17.so
2aaaabfc4000-2aaaac1c3000 ---p 001c4000 00:14 204982                     /usr/lib64/libc-2.17.so
2aaaac1c3000-2aaaac1c7000 r--p 001c3000 00:14 204982                     /usr/lib64/libc-2.17.so
2aaaac1c7000-2aaaac1c9000 rw-p 001c7000 00:14 204982                     /usr/lib64/libc-2.17.so
2aaaac1c9000-2aaaac1ce000 rw-p 00000000 00:00 0 
2aaaac1ce000-2aaaac1d0000 r-xp 00000000 00:14 217407                     /usr/lib64/libdl-2.17.so
2aaaac1d0000-2aaaac3d0000 ---p 00002000 00:14 217407                     /usr/lib64/libdl-2.17.so
2aaaac3d0000-2aaaac3d1000 r--p 00002000 00:14 217407                     /usr/lib64/libdl-2.17.so
2aaaac3d1000-2aaaac3d2000 rw-p 00003000 00:14 217407                     /usr/lib64/libdl-2.17.so
2aaaac3d2000-2aaaac3dc000 r-xp 00000000 00:14 217390                     /usr/lib64/libnuma.so.1.0.0
2aaaac3dc000-2aaaac5dc000 ---p 0000a000 00:14 217390                     /usr/lib64/libnuma.so.1.0.0
2aaaac5dc000-2aaaac5dd000 r--p 0000a000 00:14 217390                     /usr/lib64/libnuma.so.1.0.0
2aaaac5dd000-2aaaac5de000 rw-p 0000b000 00:14 217390                     /usr/lib64/libnuma.so.1.0.0
2aaaac5de000-2aaaac5e5000 r-xp 00000000 00:14 212298                     /usr/lib64/librt-2.17.so
2aaaac5e5000-2aaaac7e4000 ---p 00007000 00:14 212298                     /usr/lib64/librt-2.17.so
2aaaac7e4000-2aaaac7e5000 r--p 00006000 00:14 212298                     /usr/lib64/librt-2.17.so
2aaaac7e5000-2aaaac7e6000 rw-p 00007000 00:14 212298                     /usr/lib64/librt-2.17.so
2aaaac7e6000-2aaaade2b000 rw-s 00000000 00:04 475454076                  /dev/zero (deleted)
2aaaade2b000-2aaaadeba000 r-xp 00000000 00:14 212302                     /usr/lib64/libpsm2.so.2.2
2aaaadeba000-2aaaae0ba000 ---p 0008f000 00:14 212302                     /usr/lib64/libpsm2.so.2.2
2aaaae0ba000-2aaaae0bb000 r--p 0008f000 00:14 212302                     /usr/lib64/libpsm2.so.2.2
2aaaae0bb000-2aaaae0bd000 rw-p 00090000 00:14 212302                     /usr/lib64/libpsm2.so.2.2
2aaaae0bd000-2aaaae0bf000 rw-p 00000000 00:00 0 
2aaaae0bf000-2aaaae0d7000 r-xp 00000000 00:14 205538                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaae0d7000-2aaaae2d6000 ---p 00018000 00:14 205538                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaae2d6000-2aaaae2d7000 r--p 00017000 00:14 205538                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaae2d7000-2aaaae2d8000 rw-p 00018000 00:14 205538                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaae2d8000-2aaaae33c000 r-xp 00000000 00:14 217556                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaae33c000-2aaaae53b000 ---p 00064000 00:14 217556                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaae53b000-2aaaae53e000 r--p 00063000 00:14 217556                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaae53e000-2aaaae543000 rw-p 00066000 00:14 217556                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaae543000-2aaaae545000 rw-p 00000000 00:00 0 
2aaaae545000-2aaaae563000 r-xp 00000000 00:14 212093                     /usr/lib64/libnl-3.so.200.23.0
2aaaae563000-2aaaae763000 ---p 0001e000 00:14 212093                     /usr/lib64/libnl-3.so.200.23.0
2aaaae763000-2aaaae765000 r--p 0001e000 00:14 212093                     /usr/lib64/libnl-3.so.200.23.0
2aaaae765000-2aaaae766000 rw-p 00020000 00:14 212093                     /usr/lib64/libnl-3.so.200.23.0
2aaaae766000-2aaaae76c000 r-xp 00000000 00:14 212011                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaae76c000-2aaaae96b000 ---p 00006000 00:14 212011                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaae96b000-2aaaae96c000 r--p 00005000 00:14 212011                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaae96c000-2aaaae96d000 rw-p 00006000 00:14 212011                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaae96d000-2aaaae972000 r-xp 00000000 00:14 211999                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaae972000-2aaaaeb72000 ---p 00005000 00:14 211999                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaaeb72000-2aaaaeb73000 r--p 00005000 00:14 211999                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaaeb73000-2aaaaeb74000 rw-p 00006000 00:14 211999                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaaeb74000-2aaaaeb7d000 r-xp 00000000 00:14 212010                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaaeb7d000-2aaaaed7d000 ---p 00009000 00:14 212010                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaaed7d000-2aaaaed7e000 r--p 00009000 00:14 212010                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaaed7e000-2aaaaed7f000 rw-p 0000a000 00:14 212010                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaaed7f000-2aaaaed83000 r-xp 00000000 00:14 212009                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaaed83000-2aaaaef82000 ---p 00004000 00:14 212009                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaaef82000-2aaaaef83000 r--p 00003000 00:14 212009                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaaef83000-2aaaaef84000 rw-p 00004000 00:14 212009                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaaef84000-2aaaaef8c000 r-xp 00000000 00:14 212002                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaaef8c000-2aaaaf18b000 ---p 00008000 00:14 212002                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaaf18b000-2aaaaf18c000 r--p 00007000 00:14 212002                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaaf18c000-2aaaaf18d000 rw-p 00008000 00:14 212002                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaaf18d000-2aaaaf194000 r-xp 00000000 00:14 212004                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaaf194000-2aaaaf393000 ---p 00007000 00:14 212004                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaaf393000-2aaaaf394000 r--p 00006000 00:14 212004                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaaf394000-2aaaaf395000 rw-p 00007000 00:14 212004                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaaf395000-2aaaaf399000 r-xp 00000000 00:14 212007                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaaf399000-2aaaaf598000 ---p 00004000 00:14 212007                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaaf598000-2aaaaf599000 r--p 00003000 00:14 212007                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaaf599000-2aaaaf59a000 rw-p 00004000 00:14 212007                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaaf59a000-2aaaaf5a5000 r-xp 00000000 00:14 217552                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaaf5a5000-2aaaaf7a4000 ---p 0000b000 00:14 217552                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaaf7a4000-2aaaaf7a5000 r--p 0000a000 00:14 217552                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaaf7a5000-2aaaaf7a6000 rw-p 0000b000 00:14 217552                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaaf7a6000-2aaaaf7cd000 r-xp 00000000 00:14 204956                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaaf7cd000-2aaaaf9cc000 ---p 00027000 00:14 204956                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaaf9cc000-2aaaaf9cd000 r--p 00026000 00:14 204956                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaaf9cd000-2aaaaf9ce000 rw-p 00027000 00:14 204956                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaaf9ce000-2aaaaf9d6000 r-xp 00000000 00:14 212001                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaaf9d6000-2aaaafbd5000 ---p 00008000 00:14 212001                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaafbd5000-2aaaafbd6000 r--p 00007000 00:14 212001                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaafbd6000-2aaaafbd7000 rw-p 00008000 00:14 212001                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaafbd7000-2aaaafbdc000 r-xp 00000000 00:14 212003                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaafbdc000-2aaaafddc000 ---p 00005000 00:14 212003                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaafddc000-2aaaafddd000 r--p 00005000 00:14 212003                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaafddd000-2aaaafdde000 rw-p 00006000 00:14 212003                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaafdde000-2aaaafde4000 r-xp 00000000 00:14 212008                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaafde4000-2aaaaffe3000 ---p 00006000 00:14 212008                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaffe3000-2aaaaffe4000 r--p 00005000 00:14 212008                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaffe4000-2aaaaffe5000 rw-p 00006000 00:14 212008                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaffe5000-2aaaaffee000 r-xp 00000000 00:14 212000                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaaaffee000-2aaab01ed000 ---p 00009000 00:14 212000                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaab01ed000-2aaab01ee000 r--p 00008000 00:14 212000                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaab01ee000-2aaab01ef000 rw-p 00009000 00:14 212000                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaab01ef000-2aaab01f3000 r-xp 00000000 00:14 212005                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaab01f3000-2aaab03f2000 ---p 00004000 00:14 212005                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaab03f2000-2aaab03f3000 r--p 00003000 00:14 212005                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaab03f3000-2aaab03f4000 rw-p 00004000 00:14 212005                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaab03f4000-2aaab03f8000 r-xp 00000000 00:14 212006                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaab03f8000-2aaab05f8000 ---p 00004000 00:14 212006                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaab05f8000-2aaab05f9000 r--p 00004000 00:14 212006                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaab05f9000-2aaab05fa000 rw-p 00005000 00:14 212006                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaab05fa000-2aaab0dfa000 r--s dabbad0005130000 00:05 71936              /dev/hfi1_0
2aaab0dfa000-2aaab0dfb000 ---p 00000000 00:00 0 
2aaab0dfb000-2aaab0ffb000 rw-p 00000000 00:00 0 
2aaab0ffb000-2aaab141e000 rw-s 00000000 00:12 475585569                  /dev/shm/psm2_shm.9167500000000016c813020
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: Attaching to program: /proc/85527/exe, process 85527
MPT: (no debugging symbols found)...done.
MPT: [New LWP 85548]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb400 "MPT ERROR: Rank 7(g:7) received signal SIGSEGV(11).\n\tProcess ID: 85527, Host: r1i7n16, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allgatherv2\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=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  packet_got_fast_ack (dom=<optimized out>, pkt=0x3294100, 
MPT:     obj=<optimized out>) at packet_got.c:65
MPT: #7  0x00002aaaab5667a7 in MPI_SGI_shared_progress (
MPT:     dom=dom@entry=0x2aaaab8d8dc0 <dom_default>) at shared.c:1696
MPT: #8  0x00002aaaab55c4d9 in MPI_SGI_progress_devices (
MPT:     dom=0x2aaaab8d8dc0 <dom_default>) at progress.c:161
MPT: #9  MPI_SGI_progress (dom=0x2aaaab8d8dc0 <dom_default>) at progress.c:313
MPT: #10 0x00002aaaab563823 in MPI_SGI_request_wait (
MPT:     request=request@entry=0x7fffffffc72c, status=status@entry=0x7fffffffc730, 
MPT:     set=set@entry=0x7fffffffc724, gen_rc=gen_rc@entry=0x7fffffffc728)
MPT:     at req.c:1662
MPT: #11 0x00002aaaab570ff7 in MPI_SGI_allgatherv_basic (sendbuf=<optimized out>, 
MPT:     sendcount=<optimized out>, sendtype=<optimized out>, recvbuf=0x431ac50, 
MPT:     recvcounts=0x7fffffffc840, displs=0x7fffffffc810, recvtype=10, comm=3)
MPT:     at allgatherv.c:214
MPT: #12 0x00002aaaab5716ff in MPI_SGI_allgatherv_ring_interleaved (
MPT:     sendbuf=sendbuf@entry=0x438ac50, sendcount=sendcount@entry=8192, 
MPT:     sendtype=sendtype@entry=10, recvbuf=recvbuf@entry=0x431ac50, 
MPT:     recvcounts=recvcounts@entry=0x329ff60, displs=displs@entry=0x3203fb0, 
MPT:     recvtype=recvtype@entry=10, comm=comm@entry=1, 
MPT:     skipgather=skipgather@entry=0) at allgatherv.c:59
MPT: #13 0x00002aaaab571e13 in MPI_SGI_allgatherv (further=1, comm=1, recvtype=10, 
MPT:     displs=0x3203fb0, recvcounts=0x329ff60, recvbuf=0x431ac50, sendtype=10, 
MPT:     sendcount=<optimized out>, sendbuf=0x438ac50) at allgatherv.c:303
MPT: #14 PMPI_Allgatherv (sendbuf=0x438ac50, sendcount=<optimized out>, 
MPT:     sendtype=10, recvbuf=0x431ac50, recvcounts=0x329ff60, displs=0x3203fb0, 
MPT:     recvtype=10, comm=1) at allgatherv.c:405
MPT: #15 0x000000000040268f in main ()
MPT: (gdb) A debugging session is active.
MPT: 
MPT: 	Inferior 1 [process 85527] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/85527/exe, process 85527
MPT: [Inferior 1 (process 85527) detached]
MPT ERROR: MPI_COMM_WORLD rank 8 has terminated without calling MPI_Finalize()
	aborting job

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: 134428, Host: r1i7n15, 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: 85632, Host: r1i7n16, 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/85632/exe, process 85632
MPT: (no debugging symbols found)...done.
MPT: [New LWP 85637]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb4c0 "MPT ERROR: Rank 5(g:5) received signal SIGSEGV(11).\n\tProcess ID: 85632, Host: r1i7n16, 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 85632] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/85632/exe, process 85632
MPT: [Inferior 1 (process 85632) detached]
MPT: Attaching to program: /proc/134428/exe, process 134428
MPT: (no debugging symbols found)...done.
MPT: [New LWP 134433]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 134428, Host: r1i7n15, 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 134428] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/134428/exe, process 134428
MPT: [Inferior 1 (process 134428) detached]
MPT: -----stack traceback ends-----
MPT: On host r1i7n15, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allred6, Rank 0, Process 134428: 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 r1i7n16, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/allred6, Rank 5, Process 85632: 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
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...
Allocated local arrays
M = 20, N = 30
Begin Alltoallw...
Begin Alltoallw...
Allocated local arrays
M = 20, N = 30
Begin Alltoallw...
Begin Alltoallw...
Begin Alltoallw...
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
Done with Alltoallw
No errors

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_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_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_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
No errors
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

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_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
Reduce of MPI_SHORT
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_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_BYTE
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_UNSIGNED
Reduce of MPI_INT
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
Reduce of MPI_LONG_LONG
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_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_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_BYTE
Reduce of MPI_SHORT
Reduce of MPI_UNSIGNED_SHORT
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_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_LONG_LONG
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_UNSIGNED
Reduce of MPI_INT
Reduce of MPI_LONG
Reduce of MPI_UNSIGNED_LONG
Reduce of MPI_LONG_LONG
No errors

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.

Test Output: None.

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_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_DOUBLE
Reduce of MPI_LONG_LONG
No errors
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

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_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_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_DOUBLE
Reduce of MPI_LONG_LONG
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_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_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
Reduce of MPI_LONG_LONG

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_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_LONG_DOUBLE
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
No errors
Reduce of MPI_LONG_LONG

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_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_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
No errors

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: 139566, Host: r1i7n15, 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/139566/exe, process 139566
MPT: (no debugging symbols found)...done.
MPT: [New LWP 139568]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 139566, Host: r1i7n15, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/nonblocking4\n\tMPT Version: HPE MPT 2.20  08/30/19 04:3"...) 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 139566] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/139566/exe, process 139566
MPT: [Inferior 1 (process 139566) 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_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
No errors

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.

Test Output: None.

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].

Test Output: None.

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_SIGNED_CHAR
Reduce of MPI_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_SIGNED_CHAR
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_DOUBLE_COMPLEX
Reduce of MPI_LONG_DOUBLE
No errors
Reduce of MPI_UNSIGNED_CHAR
Reduce of MPI_DOUBLE_COMPLEX
Reduce of MPI_LONG_DOUBLE
Reduce of MPI_LONG_LONG
Reduce of MPI_LONG_LONG

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: <484f53543d31302e3134382e302e3233353a435049443d3134353938353a504f52543d30>
send.
accept.
send port.
barrier acceptor.
1: received port: <484f53543d31302e3134382e302e3233353a435049443d3134353938353a504f52543d30>
connect.
disconnect.
barrier.
close_port.
disconnect.
barrier.
barrier connector.
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: <484f53543d31302e3134382e302e3233353a435049443d3134353938363a504f52543d30>
send.
accept.
send port.
barrier acceptor.
1: received port: <484f53543d31302e3134382e302e3233353a435049443d3134353938363a504f52543d30>
connect.
close_port.
receiving int
sending int.
disconnect.
barrier.
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.
size.
rank.
init.
open_port.
size.
rank.
recv.
0: opened port: <484f53543d31302e3134382e302e3233353a435049443d3134323431323a504f52543d30>
send.
accept.
1: received port: <484f53543d31302e3134382e302e3233353a435049443d3134323431323a504f52543d30>
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: <484f53543d31302e3134382e302e3233353a435049443d3134303832333a504f52543d30>
0: opened port2: <484f53543d31302e3134382e302e3233353a435049443d3134303832333a504f52543d31>
0: sending ports.
0: accepting port2.
1: received port1: <484f53543d31302e3134382e302e3233353a435049443d3134303832333a504f52543d30>
1: connecting.
2: received port2: <484f53543d31302e3134382e302e3233353a435049443d3134303832333a504f52543d31>
2: connecting.
0: accepting port1.
0: closing ports.
0: sending 1 to process 1.
0: sending 2 to process 2.
0: disconnecting.
2: disconnecting.
1: 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: <484f53543d31302e3134382e302e3233353a435049443d3133393436343a504f52543d30>
0: opened port2: <484f53543d31302e3134382e302e3233353a435049443d3133393436343a504f52543d31>
0: opened port3: <484f53543d31302e3134382e302e3233353a435049443d3133393436343a504f52543d32>
0: sending ports.
1: received port1: <484f53543d31302e3134382e302e3233353a435049443d3133393436343a504f52543d30>
1: connecting.
0: accepting port3.
2: received port2: <ffffffe957ffffff8effffffabffffffaa2a>
2: received port2: <484f53543d31302e3134382e302e3233353a435049443d3133393436343a504f52543d31>
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.
parent rank 1 alive.
disconnecting child communicator
parent rank 2 alive.
child rank 0 alive.
disconnecting communicator
disconnecting child communicator
No errors
disconnecting child communicator
child rank 1 alive.
disconnecting communicator
calling finalize
calling finalize
calling finalize
child rank 2 alive.
disconnecting communicator
calling finalize
calling finalize
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 2 alive.
parent rank 0 alive.
sending int
disconnecting child communicator
child rank 1 alive.
receiving int
parent rank 1 alive.
disconnecting child communicator
calling finalize
child rank 2 alive.
disconnecting communicator
calling finalize
calling finalize
child rank 0 alive.
disconnecting communicator
calling finalize
disconnecting child communicator
disconnecting communicator
calling finalize
No errors
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 2 alive.
parent rank 0 alive.
disconnecting child communicator
disconnecting child communicator
child rank 0 alive.
disconnecting communicator
parent rank 1 alive.
sending int
calling finalize
child rank 1 alive.
disconnecting communicator
disconnecting child communicator
child rank 2 alive.
receiving int
calling finalize
calling finalize
No errors
calling finalize
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.

[0] spawning 3 processes
[1] spawning 3 processes
[2] spawning 3 processes
[2] parent rank 2 alive.
[2] disconnecting child communicator
[0] parent rank 0 alive.
[2] accepting connection
[0] child rank 0 alive.
[0] receiving port
[1] parent rank 1 alive.
[1] disconnecting child communicator
[1] 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] port = 484f53543d31302e3134382e302e3233353a435049443d3133383537313a504f52543d30
[0] disconnecting child communicator
[0] accepting connection
[0] disconnecting communicator
[0] connecting to port (loop 0)
[0] receiving int from parent process 0
[1] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[0]sending int to child process 1
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 1)
[0] receiving int from child process 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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 2)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 3)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 3)
[0] disconnecting communicator
[0] accepting connection
[2] receiving int from parent process 0
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 4)
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 5)
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 6)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 7)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 8)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 9)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 10)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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)
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 11)
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 12)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 13)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 14)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 15)
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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)
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 16)
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 17)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 18)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 19)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 20)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 20)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 21)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 21)
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 22)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 23)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 23)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 24)
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 25)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 25)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 26)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 26)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 27)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 27)
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 28)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 28)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 29)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 29)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 30)
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 31)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 31)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 32)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 33)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 33)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 34)
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0]sending int to child process 0
[0] receiving int from child process 0
[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] connecting to port (loop 35)
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 36)
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 37)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 37)
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 38)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 38)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 39)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 39)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 40)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 41)
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 42)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 42)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] 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 0
[0] receiving int from child process 0
[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 43)
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 44)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 45)
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 45)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 46)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 47)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 47)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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)
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 48)
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 49)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 50)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 51)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 51)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 52)
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] 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 0
[0] receiving int from child process 0
[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 53)
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 54)
[0]sending int to child process 0
[0] receiving int from child process 0
[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
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 54)
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 55)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 56)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 57)
[0]sending int to child process 0
[0] receiving int from child process 0
[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
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 57)
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] 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 0
[0] receiving int from child process 0
[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 58)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 59)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 60)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 60)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 61)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] 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 0
[0] receiving int from child process 0
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 63)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 63)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 64)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 65)
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 66)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 67)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] 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 0
[0] receiving int from child process 0
[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 68)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 70)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 71)
[0]sending int to child process 0
[0] receiving int from child process 0
[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
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 71)
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] 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 0
[0] receiving int from child process 0
[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 72)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 73)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 73)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 74)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 74)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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)
[0] disconnecting communicator
[0] accepting connection
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] connecting to port (loop 75)
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 76)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 77)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 78)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 79)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 80)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 81)
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 82)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 82)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 83)
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 84)
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 85)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 85)
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 86)
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 87)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 87)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 88)
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 89)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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] 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)
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 91)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 91)
[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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 92)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 93)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 93)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[1] accepting connection
[2] receiving int from parent process 0
[2] disconnecting communicator
[2] accepting connection
[0]sending int to child process 0
[0] receiving int from child process 0
[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 94)
[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 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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 95)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 95)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 96)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 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
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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 97)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] accepting connection
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] connecting to port (loop 98)
[0]sending int to child process 0
[0] receiving int from child process 0
[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 98)
[0] disconnecting communicator
[0] accepting connection
[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
[2] receiving int from parent process 0
[1] disconnecting communicator
[1] accepting connection
[2] disconnecting communicator
[2] 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 0
[0] receiving int from child process 0
[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 99)
[0] disconnecting communicator
[0] accepting connection
[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
[1] disconnecting communicator
[2] disconnecting communicator
[2] receiving int from parent process 0
[0]sending int to child process 0
[0] receiving int from child process 0
[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
[2] calling finalize
[0] sending int back to parent process 1
[0] disconnecting communicator
[0] calling finalize
[1] calling finalize
[1] sending int back to parent process 1
[1] disconnecting communicator
[1] calling finalize
[0] disconnecting communicator
[2] sending int back to parent process 1
[2] disconnecting communicator
[2] calling finalize
No errors
[0] 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 = 484f53543d31302e3134382e302e3233353a435049443d3134303831373a504f52543d30
disconnecting parent/child communicator
accepting connection
disconnecting parent/child communicator
connecting to port
disconnecting parent/child communicator
disconnecting parent/child communicator
connecting to port
disconnecting parent/child communicator
accepting connection
accepting connection
disconnecting parent/child communicator
connecting to port
disconnecting parent/child 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
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
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
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
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
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
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
sending int back to even_communicator process 0
disconnecting communicator
accepting connection
receiving int from odd_communicator process 2
disconnecting communicator
accepting connection
disconnecting communicator
accepting connection
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
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
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
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
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
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
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
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
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
sending int back to even_communicator process 0
disconnecting communicator
connecting to port
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
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
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
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
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
disconnecting communicator
accepting connection
disconnecting communicator
connecting to port
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
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
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
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
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
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
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
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
disconnecting communicator
accepting connection
disconnecting communicator
connecting to port
receiving int from even_communicator process 0
receiving int from even_communicator process 0
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
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 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
sending int to odd_communicator process 0
receiving int from odd_communicator process 0
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
disconnecting communicator
accepting connection
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
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
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
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
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
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
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
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
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 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
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
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
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
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
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
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
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
disconnecting communicator
accepting connection
connecting to port
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
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
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
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
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
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
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
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 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
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
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
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
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
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
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
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
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
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
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
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
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
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
connecting to port
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
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
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
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
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
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
receiving int from even_communicator process 0
sending int back to even_communicator process 0
disconnecting communicator
calling finalize
calling finalize
disconnecting communicator
calling finalize
receiving int from odd_communicator process 2
disconnecting communicator
disconnecting communicator
calling finalize
No errors
calling finalize
sending int back to even_communicator process 0
disconnecting communicator
calling finalize
sending int back to even_communicator process 0
disconnecting communicator
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.
size.
rank.
spawn connector.
spawn connector.
size.
rank.
spawn connector.
init.
init.
init.
spawn acceptor.
spawn acceptor.
spawn acceptor.
size.
rank.
size.
rank.
size.
rank.
get_parent.
recv.
get_parent.
connector: connect 0.
init.
get_parent.
connector: connect 0.
init.
init.
recv port.
barrier acceptor.
barrier acceptor.
size.
rank.
get_parent.
open_port.
size.
rank.
get_parent.
acceptor: accept 0.
size.
rank.
get_parent.
acceptor: accept 0.
acceptor: opened port: <484f53543d31302e3134382e302e3233353a435049443d3134303731353a504f52543d30>
send.
acceptor: accept 0.
send port.
barrier acceptor.
connector: received port: <484f53543d31302e3134382e302e3233353a435049443d3134303731353a504f52543d30>
connector: connect 0.
acceptor: disconnect 0.
acceptor: disconnect 0.
connector: disconnect 0.
acceptor: disconnect 0.
acceptor: accept 1.
connector: disconnect 0.
connector: connect 1.
acceptor: accept 1.
connector: disconnect 0.
connector: connect 1.
acceptor: accept 1.
connector: connect 1.
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 1.
acceptor: accept 2.
acceptor: disconnect 1.
acceptor: accept 2.
connector: disconnect 2.
connector: connect 3.
connector: disconnect 2.
connector: connect 3.
acceptor: disconnect 2.
acceptor: accept 3.
acceptor: disconnect 2.
acceptor: accept 3.
connector: disconnect 2.
connector: connect 3.
acceptor: disconnect 2.
acceptor: accept 3.
connector: disconnect 3.
connector: connect 4.
connector: disconnect 3.
connector: connect 4.
acceptor: disconnect 3.
acceptor: accept 4.
acceptor: disconnect 3.
acceptor: accept 4.
connector: disconnect 3.
connector: connect 4.
acceptor: disconnect 3.
acceptor: accept 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.
connector: disconnect 5.
connector: connect 6.
connector: disconnect 5.
connector: connect 6.
acceptor: disconnect 5.
acceptor: accept 6.
acceptor: disconnect 5.
acceptor: accept 6.
connector: disconnect 5.
connector: connect 6.
acceptor: disconnect 5.
acceptor: accept 6.
acceptor: disconnect 6.
acceptor: accept 7.
acceptor: disconnect 6.
acceptor: accept 7.
connector: disconnect 6.
connector: connect 7.
connector: disconnect 6.
connector: connect 7.
acceptor: disconnect 6.
acceptor: accept 7.
connector: disconnect 6.
connector: connect 7.
connector: disconnect 7.
connector: connect 8.
connector: disconnect 7.
connector: connect 8.
acceptor: disconnect 7.
acceptor: accept 8.
acceptor: disconnect 7.
acceptor: accept 8.
connector: disconnect 7.
connector: connect 8.
acceptor: disconnect 7.
acceptor: accept 8.
connector: disconnect 8.
connector: connect 9.
connector: disconnect 8.
connector: connect 9.
acceptor: disconnect 8.
acceptor: accept 9.
acceptor: disconnect 8.
acceptor: accept 9.
connector: disconnect 8.
connector: connect 9.
acceptor: disconnect 8.
acceptor: accept 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.
connector: disconnect 10.
connector: connect 11.
connector: disconnect 10.
connector: connect 11.
acceptor: disconnect 10.
acceptor: accept 11.
acceptor: disconnect 10.
acceptor: accept 11.
connector: disconnect 10.
connector: connect 11.
acceptor: disconnect 10.
acceptor: accept 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.
connector: disconnect 12.
connector: connect 13.
connector: disconnect 12.
connector: connect 13.
acceptor: disconnect 12.
acceptor: accept 13.
acceptor: disconnect 12.
acceptor: accept 13.
connector: disconnect 12.
connector: connect 13.
acceptor: disconnect 12.
acceptor: accept 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.
connector: disconnect 14.
connector: connect 15.
connector: disconnect 14.
connector: connect 15.
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 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.
connector: disconnect 16.
connector: connect 17.
connector: disconnect 16.
connector: connect 17.
acceptor: disconnect 16.
acceptor: accept 17.
acceptor: disconnect 16.
acceptor: accept 17.
connector: disconnect 16.
connector: connect 17.
acceptor: disconnect 16.
acceptor: accept 17.
connector: disconnect 17.
connector: connect 18.
connector: disconnect 17.
connector: connect 18.
acceptor: disconnect 17.
acceptor: accept 18.
acceptor: disconnect 17.
acceptor: accept 18.
connector: disconnect 17.
connector: connect 18.
acceptor: disconnect 17.
acceptor: accept 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.
connector: disconnect 19.
connector: connect 20.
connector: disconnect 19.
connector: connect 20.
acceptor: disconnect 19.
acceptor: accept 20.
acceptor: disconnect 19.
acceptor: accept 20.
connector: disconnect 19.
connector: connect 20.
acceptor: disconnect 19.
acceptor: accept 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.
connector: disconnect 21.
connector: connect 22.
connector: disconnect 21.
connector: connect 22.
acceptor: disconnect 21.
acceptor: accept 22.
acceptor: disconnect 21.
acceptor: accept 22.
connector: disconnect 21.
connector: connect 22.
acceptor: disconnect 21.
acceptor: accept 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.
connector: disconnect 25.
connector: connect 26.
connector: disconnect 25.
connector: connect 26.
acceptor: disconnect 25.
acceptor: accept 26.
acceptor: disconnect 25.
acceptor: accept 26.
connector: disconnect 25.
connector: connect 26.
acceptor: disconnect 25.
acceptor: accept 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.
connector: disconnect 27.
connector: connect 28.
connector: disconnect 27.
connector: connect 28.
acceptor: disconnect 27.
acceptor: accept 28.
acceptor: disconnect 27.
acceptor: accept 28.
connector: disconnect 27.
connector: connect 28.
acceptor: disconnect 27.
acceptor: accept 28.
connector: disconnect 28.
connector: connect 29.
connector: disconnect 28.
connector: connect 29.
acceptor: disconnect 28.
acceptor: accept 29.
acceptor: disconnect 28.
acceptor: accept 29.
connector: disconnect 28.
connector: connect 29.
acceptor: disconnect 28.
acceptor: accept 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.
acceptor: disconnect 30.
acceptor: accept 31.
connector: disconnect 30.
connector: connect 31.
acceptor: disconnect 30.
acceptor: accept 31.
connector: disconnect 31.
connector: connect 32.
connector: disconnect 31.
connector: connect 32.
acceptor: disconnect 31.
acceptor: accept 32.
acceptor: disconnect 31.
acceptor: accept 32.
connector: disconnect 31.
connector: connect 32.
acceptor: disconnect 31.
acceptor: accept 32.
connector: disconnect 32.
connector: connect 33.
connector: disconnect 32.
connector: connect 33.
acceptor: disconnect 32.
acceptor: accept 33.
acceptor: disconnect 32.
acceptor: accept 33.
connector: disconnect 32.
connector: connect 33.
acceptor: disconnect 32.
acceptor: accept 33.
connector: disconnect 33.
connector: connect 34.
connector: disconnect 33.
connector: connect 34.
acceptor: disconnect 33.
acceptor: accept 34.
acceptor: disconnect 33.
acceptor: accept 34.
connector: disconnect 33.
connector: connect 34.
acceptor: disconnect 33.
acceptor: accept 34.
connector: disconnect 34.
connector: connect 35.
connector: disconnect 34.
connector: connect 35.
acceptor: disconnect 34.
acceptor: accept 35.
acceptor: disconnect 34.
acceptor: accept 35.
connector: disconnect 34.
connector: connect 35.
acceptor: disconnect 34.
acceptor: accept 35.
connector: disconnect 35.
connector: connect 36.
connector: disconnect 35.
connector: connect 36.
acceptor: disconnect 35.
acceptor: accept 36.
acceptor: disconnect 35.
acceptor: accept 36.
connector: disconnect 35.
connector: connect 36.
acceptor: disconnect 35.
acceptor: accept 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.
connector: disconnect 38.
connector: connect 39.
connector: disconnect 38.
connector: connect 39.
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 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.
connector: disconnect 40.
connector: connect 41.
connector: disconnect 40.
connector: connect 41.
acceptor: disconnect 40.
acceptor: accept 41.
acceptor: disconnect 40.
acceptor: accept 41.
connector: disconnect 40.
connector: connect 41.
acceptor: disconnect 40.
acceptor: accept 41.
acceptor: disconnect 41.
acceptor: accept 42.
acceptor: disconnect 41.
acceptor: accept 42.
connector: disconnect 41.
connector: connect 42.
connector: disconnect 41.
connector: connect 42.
acceptor: disconnect 41.
acceptor: accept 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.
connector: disconnect 43.
connector: connect 44.
connector: disconnect 43.
connector: connect 44.
acceptor: disconnect 43.
acceptor: accept 44.
acceptor: disconnect 43.
acceptor: accept 44.
connector: disconnect 43.
connector: connect 44.
acceptor: disconnect 43.
acceptor: accept 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.
connector: disconnect 45.
connector: connect 46.
connector: disconnect 45.
connector: connect 46.
acceptor: disconnect 45.
acceptor: accept 46.
acceptor: disconnect 45.
acceptor: accept 46.
connector: disconnect 45.
connector: connect 46.
acceptor: disconnect 45.
acceptor: accept 46.
connector: disconnect 46.
connector: connect 47.
connector: disconnect 46.
connector: connect 47.
acceptor: disconnect 46.
acceptor: accept 47.
connector: disconnect 46.
connector: connect 47.
acceptor: disconnect 46.
acceptor: accept 47.
acceptor: disconnect 46.
acceptor: accept 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.
connector: disconnect 48.
connector: connect 49.
connector: disconnect 48.
connector: connect 49.
acceptor: disconnect 48.
acceptor: accept 49.
acceptor: disconnect 48.
acceptor: accept 49.
connector: disconnect 48.
connector: connect 49.
acceptor: disconnect 48.
acceptor: accept 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.
connector: disconnect 50.
connector: connect 51.
connector: disconnect 50.
connector: connect 51.
acceptor: disconnect 50.
acceptor: accept 51.
acceptor: disconnect 50.
acceptor: accept 51.
connector: disconnect 50.
connector: connect 51.
acceptor: disconnect 50.
acceptor: accept 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.
connector: disconnect 52.
connector: connect 53.
connector: disconnect 52.
connector: connect 53.
acceptor: disconnect 52.
acceptor: accept 53.
acceptor: disconnect 52.
acceptor: accept 53.
connector: disconnect 52.
connector: connect 53.
acceptor: disconnect 52.
acceptor: accept 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.
connector: disconnect 54.
connector: connect 55.
connector: disconnect 54.
connector: connect 55.
acceptor: disconnect 54.
acceptor: accept 55.
connector: disconnect 54.
connector: connect 55.
acceptor: disconnect 54.
acceptor: accept 55.
acceptor: disconnect 54.
acceptor: accept 55.
connector: disconnect 55.
connector: connect 56.
connector: disconnect 55.
connector: connect 56.
acceptor: disconnect 55.
acceptor: accept 56.
acceptor: disconnect 55.
acceptor: accept 56.
connector: disconnect 55.
connector: connect 56.
acceptor: disconnect 55.
acceptor: accept 56.
connector: disconnect 56.
connector: connect 57.
connector: disconnect 56.
connector: connect 57.
acceptor: disconnect 56.
acceptor: accept 57.
acceptor: disconnect 56.
acceptor: accept 57.
connector: disconnect 56.
connector: connect 57.
acceptor: disconnect 56.
acceptor: accept 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.
connector: disconnect 58.
connector: connect 59.
connector: disconnect 58.
connector: connect 59.
acceptor: disconnect 58.
acceptor: accept 59.
acceptor: disconnect 58.
acceptor: accept 59.
connector: disconnect 58.
connector: connect 59.
acceptor: disconnect 58.
acceptor: accept 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.
connector: disconnect 62.
connector: connect 63.
acceptor: disconnect 62.
acceptor: accept 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.
acceptor: disconnect 65.
acceptor: accept 66.
acceptor: disconnect 65.
acceptor: accept 66.
connector: disconnect 65.
connector: connect 66.
connector: disconnect 65.
connector: connect 66.
acceptor: disconnect 65.
acceptor: accept 66.
connector: disconnect 65.
connector: connect 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.
connector: disconnect 67.
connector: connect 68.
connector: disconnect 67.
connector: connect 68.
acceptor: disconnect 67.
acceptor: accept 68.
acceptor: disconnect 67.
acceptor: accept 68.
connector: disconnect 67.
connector: connect 68.
acceptor: disconnect 67.
acceptor: accept 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.
connector: disconnect 69.
connector: connect 70.
connector: disconnect 69.
connector: connect 70.
acceptor: disconnect 69.
acceptor: accept 70.
acceptor: disconnect 69.
acceptor: accept 70.
connector: disconnect 69.
connector: connect 70.
acceptor: disconnect 69.
acceptor: accept 70.
connector: disconnect 70.
connector: connect 71.
connector: disconnect 70.
connector: connect 71.
acceptor: disconnect 70.
acceptor: accept 71.
acceptor: disconnect 70.
acceptor: accept 71.
connector: disconnect 70.
connector: connect 71.
acceptor: disconnect 70.
acceptor: accept 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.
connector: disconnect 72.
connector: connect 73.
connector: disconnect 72.
connector: connect 73.
acceptor: disconnect 72.
acceptor: accept 73.
acceptor: disconnect 72.
acceptor: accept 73.
connector: disconnect 72.
connector: connect 73.
acceptor: disconnect 72.
acceptor: accept 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.
connector: disconnect 74.
connector: connect 75.
connector: disconnect 74.
connector: connect 75.
acceptor: disconnect 74.
acceptor: accept 75.
acceptor: disconnect 74.
acceptor: accept 75.
connector: disconnect 74.
connector: connect 75.
acceptor: disconnect 74.
acceptor: accept 75.
connector: disconnect 75.
connector: connect 76.
connector: disconnect 75.
connector: connect 76.
acceptor: disconnect 75.
acceptor: accept 76.
acceptor: disconnect 75.
acceptor: accept 76.
connector: disconnect 75.
connector: connect 76.
acceptor: disconnect 75.
acceptor: accept 76.
connector: disconnect 76.
connector: connect 77.
connector: disconnect 76.
connector: connect 77.
acceptor: disconnect 76.
acceptor: accept 77.
acceptor: disconnect 76.
acceptor: accept 77.
connector: disconnect 76.
connector: connect 77.
acceptor: disconnect 76.
acceptor: accept 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.
connector: disconnect 79.
connector: connect 80.
connector: disconnect 79.
connector: connect 80.
acceptor: disconnect 79.
acceptor: accept 80.
acceptor: disconnect 79.
acceptor: accept 80.
connector: disconnect 79.
connector: connect 80.
acceptor: disconnect 79.
acceptor: accept 80.
acceptor: disconnect 80.
acceptor: accept 81.
acceptor: disconnect 80.
acceptor: accept 81.
connector: disconnect 80.
connector: connect 81.
connector: disconnect 80.
connector: connect 81.
acceptor: disconnect 80.
acceptor: accept 81.
connector: disconnect 80.
connector: connect 81.
connector: disconnect 81.
connector: connect 82.
connector: disconnect 81.
connector: connect 82.
acceptor: disconnect 81.
acceptor: accept 82.
acceptor: disconnect 81.
acceptor: accept 82.
connector: disconnect 81.
connector: connect 82.
acceptor: disconnect 81.
acceptor: accept 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.
connector: disconnect 83.
connector: connect 84.
connector: disconnect 83.
connector: connect 84.
acceptor: disconnect 83.
acceptor: accept 84.
acceptor: disconnect 83.
acceptor: accept 84.
connector: disconnect 83.
connector: connect 84.
acceptor: disconnect 83.
acceptor: accept 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.
connector: disconnect 85.
connector: connect 86.
connector: disconnect 85.
connector: connect 86.
acceptor: disconnect 85.
acceptor: accept 86.
acceptor: disconnect 85.
acceptor: accept 86.
connector: disconnect 85.
connector: connect 86.
acceptor: disconnect 85.
acceptor: accept 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.
connector: disconnect 87.
connector: connect 88.
connector: disconnect 87.
connector: connect 88.
acceptor: disconnect 87.
acceptor: accept 88.
acceptor: disconnect 87.
acceptor: accept 88.
connector: disconnect 87.
connector: connect 88.
acceptor: disconnect 87.
acceptor: accept 88.
connector: disconnect 88.
connector: connect 89.
connector: disconnect 88.
connector: connect 89.
acceptor: disconnect 88.
acceptor: accept 89.
acceptor: disconnect 88.
acceptor: accept 89.
connector: disconnect 88.
connector: connect 89.
acceptor: disconnect 88.
acceptor: accept 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.
connector: disconnect 90.
connector: connect 91.
connector: disconnect 90.
connector: connect 91.
acceptor: disconnect 90.
acceptor: accept 91.
acceptor: disconnect 90.
acceptor: accept 91.
connector: disconnect 90.
connector: connect 91.
acceptor: disconnect 90.
acceptor: accept 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.
connector: disconnect 92.
connector: connect 93.
connector: disconnect 92.
connector: connect 93.
acceptor: disconnect 92.
acceptor: accept 93.
connector: disconnect 92.
connector: connect 93.
acceptor: disconnect 92.
acceptor: accept 93.
acceptor: disconnect 92.
acceptor: accept 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.
connector: disconnect 94.
connector: connect 95.
connector: disconnect 94.
connector: connect 95.
acceptor: disconnect 94.
acceptor: accept 95.
connector: disconnect 94.
connector: connect 95.
acceptor: disconnect 94.
acceptor: accept 95.
acceptor: disconnect 94.
acceptor: accept 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.
connector: disconnect 96.
connector: connect 97.
connector: disconnect 96.
connector: connect 97.
acceptor: disconnect 96.
acceptor: accept 97.
acceptor: disconnect 96.
acceptor: accept 97.
connector: disconnect 96.
connector: connect 97.
acceptor: disconnect 96.
acceptor: accept 97.
connector: disconnect 97.
connector: connect 98.
connector: disconnect 97.
connector: connect 98.
acceptor: disconnect 97.
acceptor: accept 98.
connector: disconnect 97.
connector: connect 98.
acceptor: disconnect 97.
acceptor: accept 98.
acceptor: disconnect 97.
acceptor: accept 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.
connector: disconnect 99.
barrier.
connector: disconnect 99.
barrier.
acceptor: disconnect 99.
close_port.
connector: disconnect 99.
barrier.
acceptor: disconnect 99.
barrier.
acceptor: 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.000002
buf size 2: time 0.000002
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.000005
buf size 128: time 0.000003
buf size 256: time 0.000003
buf size 512: time 0.000003
buf size 1024: time 0.000005
buf size 2048: time 0.000006
buf size 4096: time 0.000011
buf size 8192: time 0.000014
buf size 16384: time 0.000017
buf size 32768: time 0.000033
buf size 65536: time 0.000071
buf size 131072: time 0.000152
buf size 262144: time 0.000319
buf size 524288: time 0.000739
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.000008
buf size 8: time 0.000006
buf size 16: time 0.000006
buf size 32: time 0.000006
buf size 64: time 0.000006
buf size 128: time 0.000009
buf size 256: time 0.000007
buf size 512: time 0.000006
buf size 1024: time 0.000006
buf size 2048: time 0.000008
buf size 4096: time 0.000008
buf size 8192: time 0.000009
buf size 16384: time 0.000015
buf size 32768: time 0.000022
buf size 65536: time 0.000033
buf size 131072: time 0.000063
buf size 262144: time 0.000105
buf size 524288: time 0.000185
buf size 1048576: time 0.000341
buf size 2097152: time 0.000647
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.000031
buf size 1: time 0.000030
buf size 1: time 0.000030
buf size 1: time 0.000033
buf size 1: time 0.000027
buf size 2: time 0.000023
buf size 2: time 0.000023
buf size 2: time 0.000023
buf size 2: time 0.000023
buf size 2: time 0.000024
buf size 4: time 0.000023
buf size 4: time 0.000023
buf size 4: time 0.000023
buf size 4: time 0.000023
buf size 4: time 0.000023
buf size 8: time 0.000032
buf size 8: time 0.000032
buf size 8: time 0.000031
buf size 8: time 0.000032
buf size 8: time 0.000032
buf size 16: time 0.000019
buf size 16: time 0.000021
buf size 16: time 0.000020
buf size 16: time 0.000018
buf size 16: time 0.000021
buf size 32: time 0.000025
buf size 32: time 0.000026
buf size 32: time 0.000026
buf size 32: time 0.000027
buf size 32: time 0.000027
buf size 64: time 0.000022
buf size 64: time 0.000022
buf size 64: time 0.000023
buf size 64: time 0.000025
buf size 64: time 0.000023
buf size 128: time 0.000025
buf size 128: time 0.000025
buf size 128: time 0.000027
buf size 128: time 0.000026
buf size 128: time 0.000027
buf size 256: time 0.000025
buf size 256: time 0.000025
buf size 256: time 0.000024
buf size 256: time 0.000025
buf size 256: time 0.000025
buf size 512: time 0.000027
buf size 512: time 0.000025
buf size 512: time 0.000026
buf size 512: time 0.000026
buf size 512: time 0.000026
buf size 1024: time 0.000026
buf size 1024: time 0.000026
buf size 1024: time 0.000024
buf size 1024: time 0.000026
buf size 1024: time 0.000026
buf size 2048: time 0.000032
buf size 2048: time 0.000035
buf size 2048: time 0.000036
buf size 2048: time 0.000033
buf size 2048: time 0.000034
buf size 4096: time 0.000049
buf size 4096: time 0.000053
buf size 4096: time 0.000052
buf size 4096: time 0.000049
buf size 4096: time 0.000051
buf size 8192: time 0.000074
buf size 8192: time 0.000076
buf size 8192: time 0.000078
buf size 8192: time 0.000076
buf size 8192: time 0.000077
buf size 16384: time 0.000123
buf size 16384: time 0.000120
buf size 16384: time 0.000122
buf size 16384: time 0.000122
buf size 16384: time 0.000122
buf size 32768: time 0.000229
buf size 32768: time 0.000231
buf size 32768: time 0.000233
buf size 32768: time 0.000232
buf size 32768: time 0.000233
buf size 65536: time 0.000400
buf size 65536: time 0.000405
buf size 65536: time 0.000409
buf size 65536: time 0.000417
buf size 65536: time 0.000417
buf size 131072: time 0.000723
buf size 131072: time 0.000719
buf size 131072: time 0.000733
buf size 131072: time 0.000724
buf size 131072: time 0.000726
buf size 262144: time 0.001484
buf size 262144: time 0.001478
buf size 262144: time 0.001528
buf size 262144: time 0.001563
buf size 262144: time 0.001548
buf size 524288: time 0.005221
buf size 524288: time 0.005275
buf size 524288: time 0.005294
buf size 524288: time 0.005382
buf size 524288: time 0.005408
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.014; Mrate: 69.065
Threads: 2; Latency: 0.014; Mrate: 138.899
Threads: 3; Latency: 0.014; Mrate: 211.942
Threads: 4; Latency: 0.015; Mrate: 273.618
Blocking communication with message size      0 bytes
------------------------------------------------------
Threads: 1; Latency: 0.309; Mrate: 3.238
Threads: 2; Latency: 1.710; Mrate: 1.169
Threads: 3; Latency: 2.788; Mrate: 1.076
Threads: 4; Latency: 3.838; Mrate: 1.042
Blocking communication with message size      1 bytes
------------------------------------------------------
Threads: 1; Latency: 0.312; Mrate: 3.206
Threads: 2; Latency: 1.731; Mrate: 1.155
Threads: 3; Latency: 2.767; Mrate: 1.084
Threads: 4; Latency: 3.537; Mrate: 1.131
Blocking communication with message size      4 bytes
------------------------------------------------------
Threads: 1; Latency: 0.310; Mrate: 3.221
Threads: 2; Latency: 1.751; Mrate: 1.142
Threads: 3; Latency: 2.765; Mrate: 1.085
Threads: 4; Latency: 3.537; Mrate: 1.131
Blocking communication with message size     16 bytes
------------------------------------------------------
Threads: 1; Latency: 0.328; Mrate: 3.053
Threads: 2; Latency: 1.716; Mrate: 1.166
Threads: 3; Latency: 2.772; Mrate: 1.082
Threads: 4; Latency: 3.525; Mrate: 1.135
Blocking communication with message size     64 bytes
------------------------------------------------------
Threads: 1; Latency: 0.329; Mrate: 3.043
Threads: 2; Latency: 1.705; Mrate: 1.173
Threads: 3; Latency: 2.749; Mrate: 1.091
Threads: 4; Latency: 3.511; Mrate: 1.139
Blocking communication with message size    256 bytes
------------------------------------------------------
Threads: 1; Latency: 0.443; Mrate: 2.258
Threads: 2; Latency: 2.063; Mrate: 0.970
Threads: 3; Latency: 3.100; Mrate: 0.968
Threads: 4; Latency: 3.935; Mrate: 1.017
Blocking communication with message size   1024 bytes
------------------------------------------------------
Threads: 1; Latency: 0.489; Mrate: 2.045
Threads: 2; Latency: 2.438; Mrate: 0.820
Threads: 3; Latency: 3.205; Mrate: 0.936
Threads: 4; Latency: 4.140; Mrate: 0.966
Non-blocking communication with message size      0 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.296; Mrate: 3.383
Threads: 2; Latency: 1.733; Mrate: 1.154
Threads: 3; Latency: 2.855; Mrate: 1.051
Threads: 4; Latency: 4.216; Mrate: 0.949
Non-blocking communication with message size      1 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.289; Mrate: 3.457
Threads: 2; Latency: 1.719; Mrate: 1.163
Threads: 3; Latency: 2.838; Mrate: 1.057
Threads: 4; Latency: 4.192; Mrate: 0.954
Non-blocking communication with message size      4 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.289; Mrate: 3.463
Threads: 2; Latency: 1.712; Mrate: 1.168
Threads: 3; Latency: 2.833; Mrate: 1.059
Threads: 4; Latency: 4.188; Mrate: 0.955
Non-blocking communication with message size     16 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.345; Mrate: 2.900
Threads: 2; Latency: 1.901; Mrate: 1.052
Threads: 3; Latency: 3.080; Mrate: 0.974
Threads: 4; Latency: 4.494; Mrate: 0.890
Non-blocking communication with message size     64 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.352; Mrate: 2.845
Threads: 2; Latency: 1.716; Mrate: 1.165
Threads: 3; Latency: 2.949; Mrate: 1.017
Threads: 4; Latency: 4.393; Mrate: 0.911
Non-blocking communication with message size    256 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.389; Mrate: 2.569
Threads: 2; Latency: 1.819; Mrate: 1.100
Threads: 3; Latency: 3.118; Mrate: 0.962
Threads: 4; Latency: 4.603; Mrate: 0.869
Non-blocking communication with message size   1024 bytes
----------------------------------------------------------
Threads: 1; Latency: 0.461; Mrate: 2.169
Threads: 2; Latency: 2.083; Mrate: 0.960
Threads: 3; Latency: 3.412; Mrate: 0.879
Threads: 4; Latency: 4.973; Mrate: 0.804
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
No errors
Created subcommunicator of size 2
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

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: 139566, Host: r1i7n15, 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/139566/exe, process 139566
MPT: (no debugging symbols found)...done.
MPT: [New LWP 139568]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 139566, Host: r1i7n15, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/coll/nonblocking4\n\tMPT Version: HPE MPT 2.20  08/30/19 04:3"...) 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 139566] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/139566/exe, process 139566
MPT: [Inferior 1 (process 139566) 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: 87233, Host: r1i7n16, 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/87233/exe, process 87233
MPT: (no debugging symbols found)...done.
MPT: [New LWP 87272]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb3c0 "MPT ERROR: Rank 1(g:1) received signal SIGABRT/SIGIOT(6).\n\tProcess ID: 87233, Host: r1i7n16, 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"...) 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 /usr/lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /usr/lib64/libc.so.6
MPT: #8  0x00002aaaabe2f1a6 in __assert_fail_base () from /usr/lib64/libc.so.6
MPT: #9  0x00002aaaabe2f252 in __assert_fail () from /usr/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=0x7fffffffc90c, 
MPT:     status=status@entry=0x614b30 <mpi_sgi_status_ignore>, 
MPT:     set=set@entry=0x7fffffffc904, gen_rc=gen_rc@entry=0x7fffffffc908)
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 87233] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/87233/exe, process 87233
MPT: [Inferior 1 (process 87233) detached]
MPT: -----stack traceback ends-----
MPT: On host r1i7n16, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/badrma, Rank 1, Process 87233: 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 (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
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
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 (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
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
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
isends posted, about to recv
my recvs completed, about to waitall
isends posted, about to recv
isends posted, about to recv
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
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 (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)
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
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
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 0-0
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 (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)
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 (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=6
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=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
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
Creating a new intercomm 0-0
my recvs completed, about to waitall
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 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 (manual dup (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=4
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 (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)
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)
isends posted, about to recv
my recvs completed, about to waitall
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)
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 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)
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)
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)
isends posted, about to recv
my recvs completed, about to waitall
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)
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 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
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
isends posted, about to recv
my recvs completed, about to waitall
Creating a new intercomm (manual dup)
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)
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)
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)
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
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 (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 (done))
Result of comm/intercomm compare is 1
Testing communication on intercomm 'Dup of original', remote_size=3
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
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=3
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=3
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)
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 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=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 (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)
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
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
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 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
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
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 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 9

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: 143775, Host: r1i7n15, 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/143775/exe, process 143775
MPT: (no debugging symbols found)...done.
MPT: [New LWP 143794]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 143775, Host: r1i7n15, 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 143775] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/143775/exe, process 143775
MPT: [Inferior 1 (process 143775) 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: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.
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.
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.
slave rank:0/4 alive.
slave rank:0/4 received an int:4 from rank 0
master rank:0/1 sent an int:4 to slave rank:2.
slave rank:1/4 alive.
slave rank:1/4 received an int:4 from rank 0
slave rank:1/4 sent its rank to rank 0
slave rank 1 just before disconnecting from master_comm.
master rank:0/1 sent an int:4 to slave rank:3.
slave rank:2/4 alive.
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.
master rank:0/1 recv an int:0 from slave rank:0
master rank:0/1 recv an int:1 from slave rank:1
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:3/4 alive.
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:0/4 sent its rank to rank 0
slave rank 0 just before disconnecting from master_comm.
slave rank: 0 after disconnecting from master_comm.
slave rank: 1 after disconnecting from master_comm.
slave rank: 3 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: 85596, Host: r1i7n16, 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/85596/exe, process 85596
MPT: (no debugging symbols found)...done.
MPT: [New LWP 85607]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffc100 "MPT ERROR: Rank 3(g:3) is aborting with error code 1.\n\tProcess ID: 85596, Host: r1i7n16, 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=0x7fffffffc6a0 "\a", buflen=24, 
MPT:     bufpos=bufpos@entry=0x7fffffffc748, 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 85596] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/85596/exe, process 85596
MPT: [Inferior 1 (process 85596) 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
About to start fence
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
Finished with fence sync
Begining loop 0 of mixed sync put/acc operations
Finished with fence sync
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.581        0.501        0.664       13.129       15.235       11.486
           0           16        0.534        0.542        0.724       28.597       28.144       21.065
           0           32        0.538        0.529        0.723       56.730       57.720       42.193
           0           64        0.547        0.533        0.693      111.509      114.487       88.108
           0          128        0.543        0.531        0.702      224.636      229.945      173.991
           0          256        0.545        0.533        0.715      448.127      457.747      341.563
           0          512        0.556        0.553        0.740      878.531      883.143      659.553
           0         1024        0.555        0.551        0.831     1760.568     1772.281     1175.064
           0         2048        0.596        0.565        0.914     3278.508     3458.039     2137.008
           0         4096        0.619        0.619        1.064     6313.154     6307.641     3670.716
           0         8192        0.786        0.765        1.516     9939.259    10208.825     5154.477
           0        16384        1.074        1.066        2.396    14545.081    14660.492     6520.874
           0        32768        1.542        1.536        4.029    20266.283    20341.348     7755.997
           0        65536        2.502        2.504        7.299    24982.360    24960.292     8562.970
           0       131072        6.767        4.501       13.504    18472.859    27771.686     9256.225
           0       262144       13.538        8.352       26.773    18466.349    29934.173     9337.701
           0       524288       47.028       37.230      110.637    10632.070    13430.124     4519.288
           0      1048576      138.386      132.295      321.865     7226.147     7558.846     3106.894
           0      2097152      316.482      300.356      655.589     6319.470     6658.762     3050.694
           1            8        8.108        7.591        9.585        0.941        1.005        0.796
           1           16        7.922        8.017       10.043        1.926        1.903        1.519
           1           32        8.214        8.157       10.015        3.715        3.741        3.047
           1           64        8.050        7.921        9.878        7.582        7.705        6.179
           1          128        7.967        7.980       10.129       15.322       15.297       12.051
           1          256        8.299        8.310       10.800       29.417       29.380       22.605
           1          512        8.422        8.362       10.822       57.975       58.390       45.119
           1         1024        8.456        8.484       11.201      115.481      115.106       87.187
           1         2048        8.756        8.790       11.791      223.072      222.197      165.651
           1         4096        9.289        9.319       13.073      420.536      419.185      298.802
           1         8192       10.468       10.498       15.643      746.291      744.221      499.426
           1        16384       11.609       11.870       18.315     1345.886     1316.364      853.125
           1        32768       13.733       14.203       23.499     2275.544     2200.256     1329.823
           1        65536       17.546       18.926       33.563     3562.158     3302.315     1862.146
           1       131072       26.035       28.103       52.477     4801.298     4447.923     2382.004
           1       262144       37.724       46.470       96.906     6627.002     5379.814     2579.817
           1       524288       72.359       90.777      193.331     6910.023     5507.973     2586.238
           1      1048576      146.295      196.737      432.964     6835.515     5082.938     2309.659
           1      2097152      251.121      402.437      878.741     7964.300     4969.723     2275.984
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.586        0.494        0.629       13.019       15.432       12.133
           0           16        0.531        0.527        0.700       28.720       28.943       21.789
           0           32        0.538        0.528        0.711       56.752       57.837       42.929
           0           64        0.536        0.528        0.690      113.930      115.585       88.517
           0          128        0.534        0.531        0.695      228.464      230.012      175.697
           0          256        0.541        0.535        0.709      451.088      456.684      344.512
           0          512        0.545        0.541        1.072      895.287      903.185      455.356
           0         1024        0.562        0.544        0.857     1737.852     1793.587     1139.702
           0         2048        0.587        0.567        0.944     3326.088     3441.685     2069.207
           0         4096        0.617        0.615        1.093     6331.319     6347.110     3574.340
           0         8192        0.765        0.764        1.541    10215.219    10228.188     5069.511
           0        16384        1.068        1.059        2.370    14627.019    14752.959     6592.107
           0        32768        1.553        1.533        4.015    20121.603    20381.357     7782.830
           0        65536        2.506        2.500        7.312    24940.145    24999.737     8547.913
           0       131072        6.769        4.475       13.510    18465.547    27932.507     9252.489
           0       262144       12.682        8.353       26.201    19712.722    29928.100     9541.588
           0       524288       44.466       38.657      100.422    11244.625    12934.349     4978.988
           0      1048576      130.651      132.003      289.415     7653.966     7575.575     3455.251
           0      2097152      298.613      301.695      621.090     6697.640     6629.216     3220.145
           1            8        7.916        7.499        9.516        0.964        1.017        0.802
           1           16        7.890        7.802        9.832        1.934        1.956        1.552
           1           32        7.894        7.812        9.878        3.866        3.907        3.089
           1           64        7.907        7.811        9.829        7.719        7.814        6.210
           1          128        7.960        7.847        9.917       15.335       15.556       12.309
           1          256        8.161        8.247       10.612       29.915       29.605       23.005
           1          512        8.230        8.262       11.053       59.327       59.100       44.176
           1         1024        8.399        8.435       11.126      116.266      115.778       87.769
           1         2048        8.668        8.754       11.759      225.324      223.105      166.103
           1         4096        9.241        9.284       12.971      422.728      420.761      301.149
           1         8192       10.364       10.424       15.549      753.822      749.495      502.436
           1        16384       11.333       11.696       17.871     1378.711     1335.940      874.322
           1        32768       13.135       14.046       22.768     2379.227     2224.845     1372.520
           1        65536       16.482       18.862       32.235     3791.970     3313.563     1938.870
           1       131072       23.368       28.079       51.335     5349.246     4451.658     2435.008
           1       262144       37.111       46.749       92.540     6736.494     5347.700     2701.529
           1       524288       65.917       90.160      192.195     7585.337     5545.710     2601.521
           1      1048576      127.944      196.082      432.404     7815.917     5099.905     2312.652
           1      2097152      247.469      403.141      888.620     8081.830     4961.045     2250.681
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.699        0.599        1.123       10.916       12.739        6.791
           0           16        0.643        0.637        1.200       23.725       23.972       12.720
           0           32        0.649        0.637        1.225       47.045       47.875       24.907
           0           64        0.646        0.635        1.210       94.520       96.147       50.425
           0          128        0.699        0.650        1.187      174.675      187.832      102.882
           0          256        0.659        0.637        1.218      370.403      383.153      200.525
           0          512        0.663        0.651        1.530      736.896      749.944      319.095
           0         1024        0.678        0.652        1.343     1441.280     1497.151      727.048
           0         2048        0.691        0.677        1.434     2826.248     2883.855     1361.991
           0         4096        0.729        0.739        1.597     5356.329     5282.655     2445.311
           0         8192        0.881        0.875        2.049     8870.784     8933.343     3812.960
           0        16384        1.187        1.157        2.881    13163.454    13502.836     5423.549
           0        32768        1.644        1.639        4.529    19006.473    19061.527     6900.220
           0        65536        2.618        2.606        7.841    23870.809    23980.901     7970.721
           0       131072        7.617        4.617       14.286    16410.721    27075.324     8749.901
           0       262144       13.264        8.494       26.776    18848.186    29433.287     9336.647
           0       524288       47.375       36.706      106.007    10554.149    13621.862     4716.661
           0      1048576      133.508      131.332      297.132     7490.184     7614.278     3365.502
           0      2097152      300.671      298.655      622.559     6651.796     6696.696     3212.547
           1            8       10.048        9.546       17.498        0.759        0.799        0.436
           1           16       10.045        9.980       17.903        1.519        1.529        0.852
           1           32       10.067       10.142       18.069        3.031        3.009        1.689
           1           64       10.083        9.988       17.813        6.053        6.111        3.426
           1          128       10.070        9.975       17.911       12.122       12.238        6.816
           1          256       10.355       10.485       19.028       23.577       23.284       12.831
           1          512       10.489       10.491       19.523       46.550       46.541       25.011
           1         1024       10.554       10.608       19.603       92.534       92.060       49.817
           1         2048       10.871       10.861       20.224      179.662      179.821       96.572
           1         4096       11.413       11.455       21.479      342.259      341.022      181.866
           1         8192       12.561       12.906       24.138      621.968      605.359      323.661
           1        16384       13.582       14.103       26.322     1150.428     1107.882      593.617
           1        32768       15.403       16.204       31.333     2028.767     1928.477      997.349
           1        65536       18.751       21.083       40.900     3333.120     2964.463     1528.114
           1       131072       25.687       30.416       60.195     4866.342     4109.687     2076.568
           1       262144       39.499       49.204      102.852     6329.295     5080.865     2430.687
           1       524288       67.844       92.458      200.481     7369.877     5407.847     2494.005
           1      1048576      126.843      198.461      443.189     7883.735     5038.769     2256.373
           1      2097152      255.557      446.627      916.812     7826.055     4478.007     2181.471
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.671        0.600        1.123       11.364       12.721        6.795
           0           16        0.643        0.634        1.197       23.718       24.050       12.745
           0           32        0.647        0.636        1.206       47.135       47.973       25.311
           0           64        0.644        0.637        1.183       94.832       95.792       51.608
           0          128        0.646        0.635        1.181      188.973      192.263      103.337
           0          256        0.648        0.643        1.197      376.618      379.895      204.038
           0          512        0.657        0.643        1.491      742.983      759.378      327.419
           0         1024        0.666        0.654        1.337     1465.261     1493.911      730.681
           0         2048        0.697        0.671        1.424     2801.122     2908.758     1371.247
           0         4096        0.747        0.722        1.585     5232.101     5409.283     2464.372
           0         8192        0.869        0.865        2.051     8991.954     9031.292     3808.947
           0        16384        1.166        1.163        2.864    13396.528    13437.834     5455.371
           0        32768        1.657        1.632        4.526    18856.548    19152.634     6905.183
           0        65536        2.616        2.609        7.829    23892.521    23958.828     7983.062
           0       131072        7.102        4.571       13.989    17601.312    27344.965     8935.464
           0       262144       13.207        8.478       27.074    18930.017    29487.861     9233.909
           0       524288       45.826       38.635      105.751    10910.918    12941.635     4728.097
           0      1048576      133.002      130.165      293.418     7518.695     7682.536     3408.108
           0      2097152      298.528      303.448      623.864     6699.546     6590.925     3205.827
           1            8       10.124        9.709       17.774        0.754        0.786        0.429
           1           16       10.114       10.098       18.027        1.509        1.511        0.846
           1           32       10.116       10.047       17.991        3.017        3.038        1.696
           1           64       10.096       10.073       18.037        6.045        6.059        3.384
           1          128       10.119       10.086       18.087       12.064       12.103        6.749
           1          256       10.381       10.408       19.091       23.517       23.457       12.788
           1          512       10.520       10.467       19.547       46.415       46.650       24.980
           1         1024       10.641       10.671       19.633       91.771       91.517       49.740
           1         2048       10.894       10.920       20.264      179.289      178.859       96.385
           1         4096       11.437       11.468       21.525      341.542      340.628      181.475
           1         8192       12.711       12.681       23.961      614.603      616.062      326.048
           1        16384       13.572       13.859       26.529     1151.297     1127.420      588.970
           1        32768       15.433       16.324       31.712     2024.895     1914.414      985.438
           1        65536       18.980       21.587       41.383     3292.956     2895.274     1510.273
           1       131072       25.910       30.629       60.411     4824.460     4081.091     2069.149
           1       262144       40.009       50.203      103.844     6248.659     4979.735     2407.454
           1       524288       68.362       92.716      201.660     7313.956     5392.815     2479.417
           1      1048576      127.469      198.028      443.969     7845.066     5049.783     2252.407
           1      2097152      249.945      406.401      915.296     8001.773     4921.243     2185.086
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: 135956, Host: r1i7n15, 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/135956/exe, process 135956
MPT: (no debugging symbols found)...done.
MPT: [New LWP 135965]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 135956, Host: r1i7n15, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/lockcontention3\n\tMPT Version: HPE MPT 2.20  08/30/19 04:3"...) 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  0x00002aaaabf5591f in __memcpy_ssse3_back () from /usr/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=0x431e5a4, 
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=0x431e5a4, 
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=0x431e5a4, len=len@entry=508, 
MPT:     isamo=isamo@entry=0) at rdma.c:435
MPT: #16 0x00002aaaab5bb780 in rdma_get (flags=0, winptr=0x4321fd0, 
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 135956] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/135956/exe, process 135956
MPT: [Inferior 1 (process 135956) detached]
MPT: -----stack traceback ends-----
MPT: On host r1i7n15, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/lockcontention3, Rank 1, Process 135956: 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: 141906, Host: r1i7n15, 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/141906/exe, process 141906
MPT: (no debugging symbols found)...done.
MPT: [New LWP 141912]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 141906, Host: r1i7n15, 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 /usr/lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /usr/lib64/libc.so.6
MPT: #8  0x00002aaaabe2f1a6 in __assert_fail_base () from /usr/lib64/libc.so.6
MPT: #9  0x00002aaaabe2f252 in __assert_fail () from /usr/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 141906] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/141906/exe, process 141906
MPT: [Inferior 1 (process 141906) detached]
MPT: -----stack traceback ends-----
MPT: On host r1i7n15, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma3, Rank 0, Process 141906: 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: 141789, Host: r1i7n15, 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: 88787, Host: r1i7n16, 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/88787/exe, process 88787
MPT: (no debugging symbols found)...done.
MPT: [New LWP 88790]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb380 "MPT ERROR: Rank 1(g:1) received signal SIGABRT/SIGIOT(6).\n\tProcess ID: 88787, Host: r1i7n16, 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 /usr/lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /usr/lib64/libc.so.6
MPT: #8  0x00002aaaabe2f1a6 in __assert_fail_base () from /usr/lib64/libc.so.6
MPT: #9  0x00002aaaabe2f252 in __assert_fail () from /usr/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=0x329f8e0, 
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=0x329ed30, 
MPT:     target=0x32c0190) at rma_complete.c:52
MPT: #15 0x00002aaaab61979e in MPI_SGI_rma_complete (
MPT:     winptr=winptr@entry=0x329ed30, 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 88787] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/88787/exe, process 88787
MPT: [Inferior 1 (process 88787) detached]
MPT: Attaching to program: /proc/141789/exe, process 141789
MPT: (no debugging symbols found)...done.
MPT: [New LWP 141792]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 141789, Host: r1i7n15, 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 /usr/lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /usr/lib64/libc.so.6
MPT: #8  0x00002aaaabe2f1a6 in __assert_fail_base () from /usr/lib64/libc.so.6
MPT: #9  0x00002aaaabe2f252 in __assert_fail () from /usr/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=0x329f8e0, 
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=0x329ed30, 
MPT:     target=0x32c01c0) at rma_complete.c:52
MPT: #15 0x00002aaaab61979e in MPI_SGI_rma_complete (
MPT:     winptr=winptr@entry=0x329ed30, 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 141789] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/141789/exe, process 141789
MPT: [Inferior 1 (process 141789) detached]
MPT: -----stack traceback ends-----
MPT: On host r1i7n16, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma2, Rank 1, Process 88787: 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 r1i7n15, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/manyrma2, Rank 0, Process 141789: 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: 85871, Host: r1i7n16, 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/85871/exe, process 85871
MPT: (no debugging symbols found)...done.
MPT: [New LWP 85872]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffc1d0 "MPT ERROR: Rank 3(g:3) is aborting with error code 1.\n\tProcess ID: 85871, Host: r1i7n16, 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=0x7fffffffc770 "\a", buflen=24, 
MPT:     bufpos=bufpos@entry=0x7fffffffc818, 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=0x431ba00, 
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 85871] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/85871/exe, process 85871
MPT: [Inferior 1 (process 85871) 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: 87233, Host: r1i7n16, 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/87233/exe, process 87233
MPT: (no debugging symbols found)...done.
MPT: [New LWP 87272]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/lib64/libpthread.so.0
MPT: #1  0x00002aaaab61e806 in mpi_sgi_system (
MPT: #2  MPI_SGI_stacktraceback (
MPT:     header=header@entry=0x7fffffffb3c0 "MPT ERROR: Rank 1(g:1) received signal SIGABRT/SIGIOT(6).\n\tProcess ID: 87233, Host: r1i7n16, 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"...) 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 /usr/lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /usr/lib64/libc.so.6
MPT: #8  0x00002aaaabe2f1a6 in __assert_fail_base () from /usr/lib64/libc.so.6
MPT: #9  0x00002aaaabe2f252 in __assert_fail () from /usr/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=0x7fffffffc90c, 
MPT:     status=status@entry=0x614b30 <mpi_sgi_status_ignore>, 
MPT:     set=set@entry=0x7fffffffc904, gen_rc=gen_rc@entry=0x7fffffffc908)
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 87233] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/87233/exe, process 87233
MPT: [Inferior 1 (process 87233) detached]
MPT: -----stack traceback ends-----
MPT: On host r1i7n16, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/rma/badrma, Rank 1, Process 87233: 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: Failed with signal 9

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: 137035, Host: r1i7n15, 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/137035/exe, process 137035
MPT: (no debugging symbols found)...done.
MPT: [New LWP 137045]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 137035, Host: r1i7n15, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/attrerrtype\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=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=1697526062) 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 137035] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/137035/exe, process 137035
MPT: [Inferior 1 (process 137035) detached]
MPT: -----stack traceback ends-----
MPT: On host r1i7n15, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/attrerrtype, Rank 0, Process 137035: 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
start while loop, isLeft=TRUE
Keyval_create key=0xe value=9
Keyval_create key=0xf value=7
Comm_dup
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
Keyval_free key=0xf
Comm_free comm
Comm_free dup_comm
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=TRUE
Keyval_create key=0x10 value=9
Keyval_create key=0x11 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=0x10 value=9
Keyval_create key=0x11 value=7
Comm_dup
Keyval_free key=0x10
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
Keyval_free key=0x10
Keyval_free key=0x11
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=0x11
Comm_free comm
Comm_free dup_comm
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=0x12 value=9
Keyval_create key=0x13 value=7
Comm_dup
start while loop, isLeft=FALSE
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
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
Keyval_free key=0x12
Keyval_free key=0x13
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=FALSE
Keyval_free key=0x12
Keyval_free key=0x13
Comm_free comm
Comm_free dup_comm
Comm_free dup_comm
start while loop, isLeft=FALSE
Keyval_create key=0x14 value=9
Keyval_create key=0x15 value=7
Comm_dup
Keyval_free key=0x14
Comm_free comm
Comm_free dup_comm
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
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
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
start while loop, isLeft=FALSE
Keyval_create key=0x16 value=9
Keyval_create key=0x17 value=7
Comm_dup
Keyval_free key=0x15
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
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
Comm_free dup_comm
start while loop, isLeft=FALSE
Keyval_create key=0x18 value=9
Keyval_create key=0x19 value=7
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
Comm_free dup_comm
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=0x16
Keyval_free key=0x17
Comm_free comm
Comm_free dup_comm
Comm_dup
Keyval_free key=0x18
Keyval_free key=0x19
Comm_free comm
Comm_free dup_comm
Comm_free comm
Comm_free dup_comm
Keyval_free key=0x19
Comm_free comm
Comm_free dup_comm
start while loop, isLeft=TRUE
got COMM_NULL, skipping
start while loop, isLeft=FALSE
got COMM_NULL, skipping
start while loop, isLeft=TRUE
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
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
start while loop, isLeft=TRUE
got COMM_NULL, skipping
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
No errors

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: Failed with signal 9

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: =========
/usr/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 288232912111799875              /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/fkeyvaltype
00611000-00612000 r--p 00011000 b5:84fa2 288232912111799875              /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/fkeyvaltype
00612000-00613000 rw-p 00012000 b5:84fa2 288232912111799875              /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 205636                     /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 dabbad0003080000 00:05 71936              /dev/hfi1_0
2aaaaaad2000-2aaaaaad3000 ---p 00000000 00:03 4026532498                 /proc/numatools
2aaaaaad3000-2aaaaaad9000 -w-s dabbad0002080000 00:05 71936              /dev/hfi1_0
2aaaaaad9000-2aaaaaadf000 -w-s dabbad0001080000 00:05 71936              /dev/hfi1_0
2aaaaaadf000-2aaaaaae0000 r--s ffffaced5a71a000 00:05 71936              /dev/hfi1_0
2aaaaaae0000-2aaaaaae1000 rw-s dabbad0006080000 00:05 71936              /dev/hfi1_0
2aaaaaae1000-2aaaaaae2000 r--s ffffaced58ab8000 00:05 71936              /dev/hfi1_0
2aaaaaae2000-2aaaaaae8000 rw-p 00000000 00:00 0 
2aaaaaae8000-2aaaaab08000 rw-s 00000000 00:04 475647230                  /dev/zero (deleted)
2aaaaab08000-2aaaaab48000 r--s dabbad0004080000 00:05 71936              /dev/hfi1_0
2aaaaab48000-2aaaaab49000 r--s dabbad0008080000 00:05 71936              /dev/hfi1_0
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 205636                     /usr/lib64/ld-2.17.so
2aaaaaccd000-2aaaaacce000 rw-p 00022000 00:14 205636                     /usr/lib64/ld-2.17.so
2aaaaacce000-2aaaaaccf000 rw-p 00000000 00:00 0 
2aaaaaccf000-2aaaaacd4000 r-xp 00000000 00:14 212741                     /usr/lib64/libdplace.so.0.0.0
2aaaaacd4000-2aaaaaed3000 ---p 00005000 00:14 212741                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed3000-2aaaaaed4000 r--p 00004000 00:14 212741                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed4000-2aaaaaed5000 rw-p 00005000 00:14 212741                     /usr/lib64/libdplace.so.0.0.0
2aaaaaed5000-2aaaaaeec000 r-xp 00000000 00:14 215103                     /usr/lib64/libpthread-2.17.so
2aaaaaeec000-2aaaab0eb000 ---p 00017000 00:14 215103                     /usr/lib64/libpthread-2.17.so
2aaaab0eb000-2aaaab0ec000 r--p 00016000 00:14 215103                     /usr/lib64/libpthread-2.17.so
2aaaab0ec000-2aaaab0ed000 rw-p 00017000 00:14 215103                     /usr/lib64/libpthread-2.17.so
2aaaab0ed000-2aaaab0f1000 rw-p 00000000 00:00 0 
2aaaab0f1000-2aaaab0fe000 r-xp 00000000 00:14 205460                     /usr/lib64/libcpuset.so.1.1.0
2aaaab0fe000-2aaaab2fd000 ---p 0000d000 00:14 205460                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2fd000-2aaaab2fe000 r--p 0000c000 00:14 205460                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2fe000-2aaaab2ff000 rw-p 0000d000 00:14 205460                     /usr/lib64/libcpuset.so.1.1.0
2aaaab2ff000-2aaaab302000 r-xp 00000000 00:14 217566                     /usr/lib64/libbitmask.so.1.0.1
2aaaab302000-2aaaab502000 ---p 00003000 00:14 217566                     /usr/lib64/libbitmask.so.1.0.1
2aaaab502000-2aaaab503000 r--p 00003000 00:14 217566                     /usr/lib64/libbitmask.so.1.0.1
2aaaab503000-2aaaab504000 rw-p 00004000 00:14 217566                     /usr/lib64/libbitmask.so.1.0.1
2aaaab504000-2aaaab6ca000 r-xp 00000000 dd4:14d1e 288233269885927442     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab6ca000-2aaaab8c9000 ---p 001c6000 dd4:14d1e 288233269885927442     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab8c9000-2aaaab8cb000 r--p 001c5000 dd4:14d1e 288233269885927442     /p/app/hpe/mpt-2.20/lib/libmpi_mt.so
2aaaab8cb000-2aaaab8d0000 rw-p 001c7000 dd4:14d1e 288233269885927442     /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 215663                     /usr/lib64/libm-2.17.so
2aaaab9e9000-2aaaabbe8000 ---p 00101000 00:14 215663                     /usr/lib64/libm-2.17.so
2aaaabbe8000-2aaaabbe9000 r--p 00100000 00:14 215663                     /usr/lib64/libm-2.17.so
2aaaabbe9000-2aaaabbea000 rw-p 00101000 00:14 215663                     /usr/lib64/libm-2.17.so
2aaaabbea000-2aaaabbff000 r-xp 00000000 00:14 217228                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabbff000-2aaaabdfe000 ---p 00015000 00:14 217228                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabdfe000-2aaaabdff000 r--p 00014000 00:14 217228                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabdff000-2aaaabe00000 rw-p 00015000 00:14 217228                     /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2aaaabe00000-2aaaabfc4000 r-xp 00000000 00:14 204982                     /usr/lib64/libc-2.17.so
2aaaabfc4000-2aaaac1c3000 ---p 001c4000 00:14 204982                     /usr/lib64/libc-2.17.so
2aaaac1c3000-2aaaac1c7000 r--p 001c3000 00:14 204982                     /usr/lib64/libc-2.17.so
2aaaac1c7000-2aaaac1c9000 rw-p 001c7000 00:14 204982                     /usr/lib64/libc-2.17.so
2aaaac1c9000-2aaaac1ce000 rw-p 00000000 00:00 0 
2aaaac1ce000-2aaaac1d0000 r-xp 00000000 00:14 217407                     /usr/lib64/libdl-2.17.so
2aaaac1d0000-2aaaac3d0000 ---p 00002000 00:14 217407                     /usr/lib64/libdl-2.17.so
2aaaac3d0000-2aaaac3d1000 r--p 00002000 00:14 217407                     /usr/lib64/libdl-2.17.so
2aaaac3d1000-2aaaac3d2000 rw-p 00003000 00:14 217407                     /usr/lib64/libdl-2.17.so
2aaaac3d2000-2aaaac3dc000 r-xp 00000000 00:14 217390                     /usr/lib64/libnuma.so.1.0.0
2aaaac3dc000-2aaaac5dc000 ---p 0000a000 00:14 217390                     /usr/lib64/libnuma.so.1.0.0
2aaaac5dc000-2aaaac5dd000 r--p 0000a000 00:14 217390                     /usr/lib64/libnuma.so.1.0.0
2aaaac5dd000-2aaaac5de000 rw-p 0000b000 00:14 217390                     /usr/lib64/libnuma.so.1.0.0
2aaaac5de000-2aaaac5e5000 r-xp 00000000 00:14 212298                     /usr/lib64/librt-2.17.so
2aaaac5e5000-2aaaac7e4000 ---p 00007000 00:14 212298                     /usr/lib64/librt-2.17.so
2aaaac7e4000-2aaaac7e5000 r--p 00006000 00:14 212298                     /usr/lib64/librt-2.17.so
2aaaac7e5000-2aaaac7e6000 rw-p 00007000 00:14 212298                     /usr/lib64/librt-2.17.so
2aaaac7e6000-2aaaace27000 rw-s 00000000 00:04 475647226                  /dev/zero (deleted)
2aaaace27000-2aaaaceb6000 r-xp 00000000 00:14 212302                     /usr/lib64/libpsm2.so.2.2
2aaaaceb6000-2aaaad0b6000 ---p 0008f000 00:14 212302                     /usr/lib64/libpsm2.so.2.2
2aaaad0b6000-2aaaad0b7000 r--p 0008f000 00:14 212302                     /usr/lib64/libpsm2.so.2.2
2aaaad0b7000-2aaaad0b9000 rw-p 00090000 00:14 212302                     /usr/lib64/libpsm2.so.2.2
2aaaad0b9000-2aaaad0bb000 rw-p 00000000 00:00 0 
2aaaad0bb000-2aaaad0d3000 r-xp 00000000 00:14 205538                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaad0d3000-2aaaad2d2000 ---p 00018000 00:14 205538                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaad2d2000-2aaaad2d3000 r--p 00017000 00:14 205538                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaad2d3000-2aaaad2d4000 rw-p 00018000 00:14 205538                     /usr/lib64/libibverbs.so.1.5.22.4
2aaaad2d4000-2aaaad338000 r-xp 00000000 00:14 217556                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaad338000-2aaaad537000 ---p 00064000 00:14 217556                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaad537000-2aaaad53a000 r--p 00063000 00:14 217556                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaad53a000-2aaaad53f000 rw-p 00066000 00:14 217556                     /usr/lib64/libnl-route-3.so.200.23.0
2aaaad53f000-2aaaad541000 rw-p 00000000 00:00 0 
2aaaad541000-2aaaad55f000 r-xp 00000000 00:14 212093                     /usr/lib64/libnl-3.so.200.23.0
2aaaad55f000-2aaaad75f000 ---p 0001e000 00:14 212093                     /usr/lib64/libnl-3.so.200.23.0
2aaaad75f000-2aaaad761000 r--p 0001e000 00:14 212093                     /usr/lib64/libnl-3.so.200.23.0
2aaaad761000-2aaaad762000 rw-p 00020000 00:14 212093                     /usr/lib64/libnl-3.so.200.23.0
2aaaad762000-2aaaad768000 r-xp 00000000 00:14 212011                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaad768000-2aaaad967000 ---p 00006000 00:14 212011                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaad967000-2aaaad968000 r--p 00005000 00:14 212011                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaad968000-2aaaad969000 rw-p 00006000 00:14 212011                     /usr/lib64/libibverbs/libbnxt_re-rdmav22.so
2aaaad969000-2aaaad96e000 r-xp 00000000 00:14 211999                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaad96e000-2aaaadb6e000 ---p 00005000 00:14 211999                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaadb6e000-2aaaadb6f000 r--p 00005000 00:14 211999                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaadb6f000-2aaaadb70000 rw-p 00006000 00:14 211999                     /usr/lib64/libibverbs/libcxgb3-rdmav22.so
2aaaadb70000-2aaaadb79000 r-xp 00000000 00:14 212010                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaadb79000-2aaaadd79000 ---p 00009000 00:14 212010                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaadd79000-2aaaadd7a000 r--p 00009000 00:14 212010                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaadd7a000-2aaaadd7b000 rw-p 0000a000 00:14 212010                     /usr/lib64/libibverbs/libcxgb4-rdmav22.so
2aaaadd7b000-2aaaadd7f000 r-xp 00000000 00:14 212009                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaadd7f000-2aaaadf7e000 ---p 00004000 00:14 212009                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaadf7e000-2aaaadf7f000 r--p 00003000 00:14 212009                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaadf7f000-2aaaadf80000 rw-p 00004000 00:14 212009                     /usr/lib64/libibverbs/libhfi1verbs-rdmav22.so
2aaaadf80000-2aaaadf88000 r-xp 00000000 00:14 212002                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaadf88000-2aaaae187000 ---p 00008000 00:14 212002                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaae187000-2aaaae188000 r--p 00007000 00:14 212002                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaae188000-2aaaae189000 rw-p 00008000 00:14 212002                     /usr/lib64/libibverbs/libhns-rdmav22.so
2aaaae189000-2aaaae190000 r-xp 00000000 00:14 212004                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaae190000-2aaaae38f000 ---p 00007000 00:14 212004                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaae38f000-2aaaae390000 r--p 00006000 00:14 212004                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaae390000-2aaaae391000 rw-p 00007000 00:14 212004                     /usr/lib64/libibverbs/libi40iw-rdmav22.so
2aaaae391000-2aaaae395000 r-xp 00000000 00:14 212007                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaae395000-2aaaae594000 ---p 00004000 00:14 212007                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaae594000-2aaaae595000 r--p 00003000 00:14 212007                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaae595000-2aaaae596000 rw-p 00004000 00:14 212007                     /usr/lib64/libibverbs/libipathverbs-rdmav22.so
2aaaae596000-2aaaae5a1000 r-xp 00000000 00:14 217552                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaae5a1000-2aaaae7a0000 ---p 0000b000 00:14 217552                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaae7a0000-2aaaae7a1000 r--p 0000a000 00:14 217552                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaae7a1000-2aaaae7a2000 rw-p 0000b000 00:14 217552                     /usr/lib64/libmlx4.so.1.0.22.4
2aaaae7a2000-2aaaae7c9000 r-xp 00000000 00:14 204956                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaae7c9000-2aaaae9c8000 ---p 00027000 00:14 204956                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaae9c8000-2aaaae9c9000 r--p 00026000 00:14 204956                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaae9c9000-2aaaae9ca000 rw-p 00027000 00:14 204956                     /usr/lib64/libmlx5.so.1.8.22.4
2aaaae9ca000-2aaaae9d2000 r-xp 00000000 00:14 212001                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaae9d2000-2aaaaebd1000 ---p 00008000 00:14 212001                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaaebd1000-2aaaaebd2000 r--p 00007000 00:14 212001                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaaebd2000-2aaaaebd3000 rw-p 00008000 00:14 212001                     /usr/lib64/libibverbs/libmthca-rdmav22.so
2aaaaebd3000-2aaaaebd8000 r-xp 00000000 00:14 212003                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaaebd8000-2aaaaedd8000 ---p 00005000 00:14 212003                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaaedd8000-2aaaaedd9000 r--p 00005000 00:14 212003                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaaedd9000-2aaaaedda000 rw-p 00006000 00:14 212003                     /usr/lib64/libibverbs/libnes-rdmav22.so
2aaaaedda000-2aaaaede0000 r-xp 00000000 00:14 212008                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaede0000-2aaaaefdf000 ---p 00006000 00:14 212008                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaefdf000-2aaaaefe0000 r--p 00005000 00:14 212008                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaefe0000-2aaaaefe1000 rw-p 00006000 00:14 212008                     /usr/lib64/libibverbs/libocrdma-rdmav22.so
2aaaaefe1000-2aaaaefea000 r-xp 00000000 00:14 212000                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaaaefea000-2aaaaf1e9000 ---p 00009000 00:14 212000                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaaaf1e9000-2aaaaf1ea000 r--p 00008000 00:14 212000                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaaaf1ea000-2aaaaf1eb000 rw-p 00009000 00:14 212000                     /usr/lib64/libibverbs/libqedr-rdmav22.so
2aaaaf1eb000-2aaaaf1ef000 r-xp 00000000 00:14 212005                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaaaf1ef000-2aaaaf3ee000 ---p 00004000 00:14 212005                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaaaf3ee000-2aaaaf3ef000 r--p 00003000 00:14 212005                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaaaf3ef000-2aaaaf3f0000 rw-p 00004000 00:14 212005                     /usr/lib64/libibverbs/librxe-rdmav22.so
2aaaaf3f0000-2aaaaf3f4000 r-xp 00000000 00:14 212006                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaaaf3f4000-2aaaaf5f4000 ---p 00004000 00:14 212006                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaaaf5f4000-2aaaaf5f5000 r--p 00004000 00:14 212006                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaaaf5f5000-2aaaaf5f6000 rw-p 00005000 00:14 212006                     /usr/lib64/libibverbs/libvmw_pvrdma-rdmav22.so
2aaaaf5f6000-2aaaafdf6000 r--s dabbad0005080000 00:05 71936              /dev/hfi1_0
2aaaafdf6000-2aaaafdf7000 ---p 00000000 00:00 0 
2aaaafdf7000-2aaaafff7000 rw-p 00000000 00:00 0 
2aaaafff7000-2aaab041a000 rw-s 00000000 00:12 475357038                  /dev/shm/psm2_shm.9167500000000016c808020
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: 143966, Host: r1i7n15, 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/143966/exe, process 143966
MPT: (no debugging symbols found)...done.
MPT: [New LWP 143991]
MPT: [Thread debugging using libthread_db enabled]
MPT: Using host libthread_db library "/usr/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 /usr/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 /usr/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: 143966, Host: r1i7n15, Program: /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/fkeyvaltype\n\tMPT Version: HPE MPT 2.20  08/30/19 0"...) 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 /usr/lib64/libc.so.6
MPT: #7  0x00002aaaabe37a78 in abort () from /usr/lib64/libc.so.6
MPT: #8  0x00002aaaabe78f67 in __libc_message () from /usr/lib64/libc.so.6
MPT: #9  0x00002aaaabe81329 in _int_free () from /usr/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 143966] will be detached.
MPT: 
MPT: Quit anyway? (y or n) [answered Y; input not from terminal]
MPT: Detaching from program: /proc/143966/exe, process 143966
MPT: [Inferior 1 (process 143966) detached]
MPT: -----stack traceback ends-----
MPT: On host r1i7n15, Program /p/home/withheld/BCT_MPI/MPT_2.20/mpitests/attr/fkeyvaltype, Rank 0, Process 143966: 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	5.980395e-06
2	1.076609e-06
4	2.773292e-06
8	2.625398e-06
16	2.994761e-06
32	6.278418e-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.939728e-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.027 0.026 0.026 0.026 0.026 0.026 0.026 0.026 0.026 0.026 [0.000]
TestVecPackDouble (MPI): 0.319 0.319 0.319 0.319 0.319 0.319 0.317 0.318 0.318 0.319 [0.000]
VecPackDouble                 :	0.000318529	2.6334e-05	(91.7326%)
VecPackDouble:	MPI Pack code is too slow: MPI 0.000318529	 User 2.6334e-05
TestVecUnPackDouble (USER): 0.033 0.033 0.033 0.033 0.033 0.033 0.033 0.033 0.033 0.033 [0.000]
TestVecUnPackDouble (MPI): 0.295 0.295 0.295 0.295 0.295 0.295 0.295 0.295 0.296 0.295 [0.000]
VecUnPackDouble               :	0.000295101	3.27577e-05	(88.8995%)
VecUnPackDouble:	MPI Unpack code is too slow: MPI 0.000295101	 User 3.27577e-05
TestIndexPackDouble (USER): 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 [0.002]
TestIndexPackDouble (MPI): 0.303 0.304 0.302 0.302 0.302 0.303 0.302 0.302 0.302 0.302 [0.000]
VecIndexDouble                :	0.000302399	3.99828e-08	(99.9868%)
VecIndexDouble:	MPI Pack code is too slow: MPI 0.000302399	 User 3.99828e-08
TestVecPack2Double (USER): 0.051 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.372 0.372 [0.000]
VecPack2Double                :	0.000371115	5.13297e-05	(86.1688%)
VecPack2Double:	MPI Pack code is too slow: MPI 0.000371115	 User 5.13297e-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: r1i7n15
1: r1i7n16
Latency: 0.000001000
Sync Time: 0.000002435
Now starting main loop
  0:       997 bytes 125292 times -->  5070.94 Mbps in 0.000001500 sec
  1:      1000 bytes 83248 times -->  5249.09 Mbps in 0.000001453 sec
  2:      1003 bytes 86173 times -->  5200.57 Mbps in 0.000001471 sec
  3:      1497 bytes 85374 times -->  7012.36 Mbps in 0.000001629 sec
  4:      1500 bytes 102329 times -->  7269.06 Mbps in 0.000001574 sec
  5:      1503 bytes 105969 times -->  7049.79 Mbps in 0.000001627 sec
  6:      1997 bytes 102669 times -->  8855.69 Mbps in 0.000001720 sec
  7:      2000 bytes 109000 times -->  9042.97 Mbps in 0.000001687 sec
  8:      2003 bytes 111194 times -->  8760.29 Mbps in 0.000001744 sec
  9:      2497 bytes 71835 times -->  10589.26 Mbps in 0.000001799 sec
 10:      2500 bytes 83366 times -->  10494.57 Mbps in 0.000001817 sec
 11:      2503 bytes 82587 times -->  10497.78 Mbps in 0.000001819 sec
 12:      3497 bytes 82579 times -->  13170.14 Mbps in 0.000002026 sec
 13:      3500 bytes 88153 times -->  13135.42 Mbps in 0.000002033 sec
 14:      3503 bytes 87876 times -->  13134.95 Mbps in 0.000002035 sec
 15:      4497 bytes 52752 times -->  15010.10 Mbps in 0.000002286 sec
 16:      4500 bytes 60754 times -->  15047.04 Mbps in 0.000002282 sec
 17:      4503 bytes 60896 times -->  15026.09 Mbps in 0.000002286 sec
 18:      6497 bytes 60803 times -->  17843.23 Mbps in 0.000002778 sec
 19:      6500 bytes 62304 times -->  18003.10 Mbps in 0.000002755 sec
 20:      6503 bytes 62846 times -->  18009.88 Mbps in 0.000002755 sec
 21:      8497 bytes 34943 times -->  19459.18 Mbps in 0.000003331 sec
 22:      8500 bytes 39724 times -->  18764.18 Mbps in 0.000003456 sec
 23:      8503 bytes 38304 times -->  18686.53 Mbps in 0.000003472 sec
 24:     12497 bytes 38144 times -->  24941.58 Mbps in 0.000003823 sec
 25:     12500 bytes 44471 times -->  24958.55 Mbps in 0.000003821 sec
 26:     12503 bytes 44495 times -->  24891.44 Mbps in 0.000003832 sec
 27:     16497 bytes 23500 times -->  21435.82 Mbps in 0.000005872 sec
 28:     16500 bytes 21932 times -->  21376.58 Mbps in 0.000005889 sec
 29:     16503 bytes 21872 times -->  21348.13 Mbps in 0.000005898 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	1.18822	0.841596
2	1.09075	1.8336
4	1.10238	3.62853
8	1.11093	7.20118
16	1.36103	11.7558
32	1.40286	22.8105
64	1.25872	50.8451
128	1.34362	95.2652
256	1.80579	141.766
512	1.49784	341.826
1024	1.8023	568.164
2048	1.88977	1083.73
4096	2.34821	1744.31
8192	3.37018	2430.73
16384	7.19033	2278.62
32768	9.66245	3391.27
65536	23.5608	2781.57
131072	24.9787	5247.34
262144	36.2808	7225.41
524288	58.6218	8943.57
Sendrecv
len	time (usec)	rate (MB/s)
1	1.10999	0.900911
2	1.13728	1.75859
4	1.10284	3.627
8	1.12377	7.1189
16	1.45958	10.962
32	1.41015	22.6927
64	1.41307	45.2914
128	1.38806	92.215
256	1.4212	180.13
512	1.46958	348.398
1024	1.57896	648.526
2048	2.61047	784.532
4096	3.02886	1352.33
8192	4.05412	2020.66
16384	7.23131	2265.7
32768	11.1371	2942.23
65536	18.7544	3494.43
131072	23.3882	5604.2
262144	51.5082	5089.37
524288	60.0137	8736.14
Pingpong
len	time (usec)	rate (MB/s)
1	2.22072	0.450304
2	2.07879	0.962099
4	2.07491	1.9278
8	2.09068	3.82651
16	2.34596	6.82023
32	2.45621	13.0282
64	2.4139	26.5131
128	2.37925	53.7985
256	2.53089	101.15
512	2.63196	194.532
1024	2.88254	355.243
2048	3.42536	597.894
4096	4.35124	941.341
8192	6.63917	1233.89
16384	11.6544	1405.83
32768	16.0066	2047.15
65536	35.4698	1847.66
131072	45.8527	2858.55
262144	70.0826	3740.5
524288	112.557	4657.98
1	        1.19	        1.11	        2.22
2	        1.09	        1.14	        2.08
4	        1.10	        1.10	        2.07
8	        1.11	        1.12	        2.09
16	        1.36	        1.46	        2.35
32	        1.40	        1.41	        2.46
64	        1.26	        1.41	        2.41
128	        1.34	        1.39	        2.38
256	        1.81	        1.42	        2.53
512	        1.50	        1.47	        2.63
1024	        1.80	        1.58	        2.88
2048	        1.89	        2.61	        3.43
4096	        2.35	        3.03	        4.35
8192	        3.37	        4.05	        6.64
16384	        7.19	        7.23	       11.65
32768	        9.66	       11.14	       16.01
65536	       23.56	       18.75	       35.47
131072	       24.98	       23.39	       45.85
262144	       36.28	       51.51	       70.08
524288	       58.62	       60.01	      112.56
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.000122	0.000019	0.000019
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.

2: r1i7n16
1: r1i7n15
0: r1i7n15
To determine 2 <-> 0       latency, using 131072 reps.
To determine       0 <-> 1 latency, using 262144 reps.
To determine 2 <-- 0 --> 1 latency, using 65536 reps
Latency20_ : 0.000000976
Latency_01 : 0.000000355
Latency201 : 0.000001351
Now starting main loop
  0:        72 bytes 53299 times -->  481.42 Mbps in 0.000001141 sec
  0:        72 bytes 146456 times -->  1180.85 Mbps in 0.000000465 sec
  0:        72 bytes 38501 times -->  0.000001142 0.000001242 0.000001410 0.000001519 0.000001571 0.000001603 0.000001622 0.000001645 0.000001644 0.000001650 0.000001621 0.000001621 0.000001622 0.000001620 0.000001624 0.000001600
  1:        75 bytes 43819 times -->  500.81 Mbps in 0.000001143 sec
  1:        75 bytes 107483 times -->  1249.82 Mbps in 0.000000458 sec
  1:        75 bytes 31258 times -->  0.000001143 0.000001235 0.000001402 0.000001530 0.000001578 0.000001592 0.000001618 0.000001636 0.000001633 0.000001622 0.000001610 0.000001613 0.000001626 0.000001628 0.000001626
  2:        78 bytes 45512 times -->  519.29 Mbps in 0.000001146 sec
  2:        78 bytes 113579 times -->  1237.21 Mbps in 0.000000481 sec
  2:        78 bytes 31989 times -->  0.000001148 0.000001225 0.000001390 0.000001494 0.000001559 0.000001596 0.000001613 0.000001621 0.000001622 0.000001623 0.000001626 0.000001626 0.000001626 0.000001619 0.000001614
No errors.