MPI Test Suite Result Details for
MPT MPI 2.24 on Warhawk (WARHAWK.AFRL.HPC.MIL)
Run Environment
- HPC Center:AFRL
- HPC System: HPE Cray-EX (Warhawk)
- Run Date: Fri Sep 8 15:16:59 EDT 2023
- MPI: MPT MPI 2.24 (Implements MPI 3.1 Standard)
- Shell:/bin/tcsh
- Launch Command:/opt/cray/pe/pals/1.2.4/bin/aprun
Language | Executable | Path |
---|---|---|
C | cc | /opt/cray/pe/craype/2.7.10/bin/cc |
C++ | CC | /opt/cray/pe/craype/2.7.10/bin/CC |
F77 | ftn | /opt/cray/pe/craype/2.7.10/bin/ftn |
F90 | ftn | /opt/cray/pe/craype/2.7.10/bin/ftn |
The following modules were loaded when the MPI Test Suite was run:
- bct-env/0.1
- bc_mod/1.3.4
- /p/app/startup/shell.module
- /p/app/startup/alias.module
- /p/app/startup/login.module
- /p/app/startup/set_ACCOUNT.module
- /p/app/startup/login2.module
- cce/12.0.3
- craype/2.7.10
- craype-x86-rome
- libfabric/1.11.0.4.97
- craype-network-ofi
- cray-dsmml/0.2.1
- perftools-base/21.09.0
- cray-libsci/21.08.1.2
- PrgEnv-cray/8.1.0
- cray-pals/1.2.4
- pals-lib/1.0
- intel/2022.0.2
- mpt/2.24
Variable Name | Value |
---|---|
PBS_ACCOUNT | withheld |
PBS_ENVIRONMENT | PBS_BATCH |
PBS_JOBDIR | /p/home/withheld |
PBS_JOBNAME | MPT_2.24 |
PBS_MOMPORT | 15003 |
PBS_NODEFILE | /var/spool/pbs/aux/1285630.warhawk-pbs |
PBS_NODENUM | withheld |
PBS_O_HOME | withheld |
PBS_O_HOST | warhawk05.hsn0.warhawk.afrl.hpc.mil |
PBS_O_LOGNAME | withheld |
PBS_O_PATH | /opt/cray/pe/pals/1.2.4/bin:/opt/cray/pe/perftools/21.09.0/bin:/opt/cray/pe/papi/6.0.0.9/bin:/opt/cray/libfabric/1.11.0.4.97/bin:/opt/cray/pe/craype/2.7.10/bin:/opt/cray/pe/cce/12.0.3/binutils/x86_64/x86_64-pc-linux-gnu/bin:/opt/cray/pe/cce/12.0.3/binutils/cross/x86_64-aarch64/aarch64-linux-gnu/../bin:/opt/cray/pe/cce/12.0.3/utils/x86_64/bin:/opt/cray/pe/cce/12.0.3/bin:/usr/local/ossh/bin:/p/app/Modules/4.7.1/bin:/opt/clmgr/sbin:/opt/clmgr/bin:/opt/sgi/sbin:/opt/sgi/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/openssh-8.6p1a.SLES12/bin:/usr/local/bin:/opt/c3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/pbs/bin:/app/bin:/app/COTS/bin:/usr/local/krb5/bin:/app/BCT/bin:/p/home/withheld/bin:/p/home/withheld/bin/x86_64:/p/app/local/bin:/usr/lib64/jvm/jre-11-openjdk/bin:.:/opt/cray/pe/bin |
PBS_O_QUEUE | standard |
PBS_O_SHELL | /bin/tcsh |
PBS_O_SYSTEM | Linux |
PBS_O_WORKDIR | withheld |
PBS_QUEUE | standard |
PBS_TASKNUM | 1 |
Variable Name | Value |
---|---|
MPI_DISPLAY_SETTINGS | false |
MPI_ROOT | /opt/hpe/hpc/mpt/mpt-2.24 |
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:992.629, finish:993.629, duration:1.00007 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 MPICH ERROR [Rank 0] [job id 86806d98-b0a1-46e3-9788-f5b9fc523ba0] [Fri Sep 8 15:15:13 2023] [x1000c7s5b1n1] - Abort(6) (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 6) - process 0 x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 6
Passed MPI_BOTTOM basic - bottom
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
Simple test using MPI_BOTTOM for MPI_Send() and MPI_Recv().
No errors
Passed MPI_Bsend alignment - bsend1
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
Simple test for MPI_Bsend() that sends and receives multiple messages with message sizes chosen to expose alignment problems.
No errors
Passed MPI_Bsend buffer alignment - bsendalign
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
Test bsend with a buffer with alignment between 1 and 7 bytes.
No errors
Passed MPI_Bsend detach - bsendpending
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
Test the handling of MPI_Bsend() operations when a detach occurs between MPI_Bsend() and MPI_Recv(). Uses busy wait to ensure detach occurs between MPI routines and tests with a selection of communicators.
No errors
Passed MPI_Bsend ordered - bsendfrag
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
Test bsend message handling where different messages are received in different orders.
No errors
Passed MPI_Bsend repeat - bsend2
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
Simple test for MPI_Bsend() that repeatedly sends and receives messages.
No errors
Passed MPI_Bsend with init and start - bsend3
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
Simple test for MPI_Bsend() that uses MPI_Bsend_init() to create a persistent communication request and then repeatedly sends and receives messages. Includes tests using MPI_Start() and MPI_Startall().
No errors
Passed MPI_Bsend() intercomm - bsend5
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 4
Test Description:
Simple test for MPI_Bsend() that creates an intercommunicator with two evenly sized groups and then repeatedly sends and receives messages between groups.
No errors
Passed MPI_Cancel completed sends - scancel2
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
Calls MPI_Isend(), forces it to complete with a barrier, calls MPI_Cancel(), then checks cancel status. Such a cancel operation should silently fail. This test returns a failure status if the cancel succeeds.
Starting scancel test (0) About to create isend and cancel Starting scancel test Completed wait on isend (1) About to create isend and cancel Completed wait on isend (2) About to create isend and cancel Completed wait on isend (3) About to create isend and cancel Completed wait on isend No errors
Failed MPI_Cancel sends - scancel
Build: Passed
Execution: Failed
Exit Status: Failed with signal 15
MPI Processes: 2
Test Description:
Test of various send cancel calls. Sends messages with MPI_Isend(), MPI_Ibsend(), MPI_Irsend(), and MPI_Issend() and then immediately cancels them. Then verifies message was cancelled and was not received by destination process.
Starting scancel test (0) About to create isend and cancel Starting scancel test Completed wait on isend Failed to cancel an Isend request About to create and cancel ibsend Failed to cancel an Ibsend request Assertion failed in file ../src/include/mpir_request.h at line 346: ((req))->ref_count >= 0 /opt/cray/pe/lib64/libmpi_cray.so.12(MPL_backtrace_show+0x26) [0x152fbc9bdb8b] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c54cd4) [0x152fbc448cd4] /opt/cray/pe/lib64/libmpi_cray.so.12(+0xd426f0) [0x152fbb5366f0] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1be7c58) [0x152fbc3dbc58] /opt/cray/pe/lib64/libmpi_cray.so.12(MPI_Buffer_detach+0xf7) [0x152fbae08397] ./scancel() [0x204662] /lib64/libc.so.6(__libc_start_main+0xea) [0x152fb8a483ea] ./scancel() [0x20413a] MPICH ERROR [Rank 0] [job id e853e02a-495b-4759-87dd-3ac1cdf80a57] [Fri Sep 8 15:16:01 2023] [x1000c7s5b1n1] - Abort(1): Internal error x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 1
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.
MPI VERSION : CRAY MPICH version 8.1.9.11 (ANL base 3.4a2) MPI BUILD INFO : Wed Aug 18 13:38 2021 (git hash 403e16f) 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 Message count 1 testing messages of size 1 Message count 0 testing messages of size 1 Message count 0 Message count 1 Message count 1 Message count 2 Message count 2 Message count 2 Message count 3 Message count 1 Message count 4 testing messages of size 2 Message count 0 Message count 1 Message count 3 Message count 4 Message count 3 Message count 4 testing messages of size 2 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 4 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 2 Message count 0 Message count 2 Message count 3 Message count 4 testing messages of size 4 Message count 0 Message count 1 Message count 2 Message count 3 testing messages of size 2 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 4 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 8 Message count 0 Message count 1 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 4 Message count 0 Message count 1 Message count 2 Message count 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 2 Message count 3 Message count 4 testing messages of size 8 Message count 0 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 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 32 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 8 Message count 0 Message count 1 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 64 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 Message count 4 testing messages of size 64 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 testing messages of size 16 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 32 Message count 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 32 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 2 Message count 3 Message count 4 testing messages of size 256 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 256 Message count 0 Message count 1 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 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 2 Message count 3 Message count 4 testing messages of size 256 Message count 0 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 256 Message count 0 Message count 3 Message count 4 testing messages of size 512 Message count 0 Message count 1 Message count 1 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 2 Message count 3 Message count 4 testing messages of size 1024 Message count 0 Message count 1 Message count 2 Message count 3 Message count 2 Message count 3 Message count 2 Message count 3 Message count 4 testing messages of size 2048 Message count 0 Message count 1 Message count 2 Message count 4 testing messages of size 512 Message count 0 Message count 1 Message count 2 Message count 4 testing messages of size 2048 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 4096 Message count 0 Message count 4 testing messages of size 512 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 4096 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 4 testing messages of size 8192 Message count 0 Message count 3 Message count 4 testing messages of size 1024 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 8192 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 2048 Message count 0 Message count 1 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 16384 Message count 0 Message count 3 Message count 4 testing messages of size 2048 Message count 0 Message count 1 testing messages of size 16384 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 Message count 1 Message count 2 Message count 3 Message count 4 Message count 2 Message count 3 testing messages of size 4096 Message count 0 Message count 1 Message count 2 Message count 2 Message count 3 Message count 4 testing messages of size 32768 Message count 0 testing messages of size 4096 Message count 0 Message count 1 Message count 2 Message count 4 testing messages of size 32768 Message count 0 Message count 3 Message count 4 testing messages of size 8192 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 8192 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 65536 Message count 0 Message count 1 Message count 1 Message count 2 Message count 3 Message count 4 Message count 4 testing messages of size 65536 Message count 0 Message count 1 testing messages of size 16384 Message count 0 Message count 2 Message count 3 testing messages of size 16384 Message count 0 Message count 2 Message count 3 Message count 4 Message count 1 Message count 4 testing messages of size 131072 Message count 0 Message count 1 Message count 2 Message count 3 Message count 4 testing messages of size 131072 Message count 0 Message count 2 Message count 3 Message count 4 Message count 1 Message count 2 testing messages of size 32768 Message count 0 Message count 1 Message count 1 Message count 2 testing messages of size 32768 Message count 0 Message count 1 Message count 3 Message count 4 Message count 2 Message count 3 Message count 4 Message count 3 Message count 4 testing messages of size 262144 Message count 0 Message count 2 Message count 3 Message count 4 testing messages of size 262144 Message count 0 Message count 1 testing messages of size 65536 Message count 0 Message count 1 Message count 1 testing messages of size 65536 Message count 0 Message count 1 Message count 2 Message count 2 Message count 3 Message count 2 Message count 2 Message count 3 Message count 3 Message count 4 testing messages of size 131072 Message count 0 Message count 3 Message count 4 testing messages of size 131072 Message count 0 Message count 4 testing messages of size 524288 Message count 0 Message count 1 Message count 2 Message count 4 testing messages of size 524288 Message count 0 Message count 1 Message count 1 Message count 3 Message count 1 Message count 2 Message count 3 Message count 2 Message count 4 testing messages of size 262144 Message count 0 Message count 2 Message count 4 testing messages of size 262144 Message count 0 Message count 3 Message count 1 Message count 3 Message count 1 Message count 4 Message count 2 Message count 4 Message count 2 testing messages of size 1048576 Message count 0 Message count 3 testing messages of size 1048576 Message count 0 Message count 3 Message count 1 Message count 4 Message count 1 Message count 4 Message count 2 testing messages of size 524288 Message count 0 Message count 2 testing messages of size 524288 Message count 3 Message count 0 Message count 3 Message count 1 Message count 4 Message count 1 Message count 4 Message count 2 testing messages of size 2097152 Message count 2 Message count 0 Message count 3 testing messages of size 2097152 Message count 3 Message count 0 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 1 Message count 2 Message count 2 Message count 3 Message count 3 Message count 4 Message count 4 testing messages of size 2097152 Message count 0 testing messages of size 2097152 Message count 0 Message count 1 Message count 1 Message count 1 Message count 2 Message count 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 testing messages of size 4194304 Message count 0 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
Passed MPI_{Send,Receive} basic - sendrecv1
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
Failed MPI_{Send,Receive} large backoff - sendrecv3
Build: Passed
Execution: Failed
Exit Status: Application_ended_with_error(s)
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.
Isends for 100 messages of size 100 took too long (1.001004 seconds) 100 Isends for size = 100 took 1.001004 seconds 100 Isends for size = 100 took 0.000986 seconds 10 Isends for size = 1000 took 0.000004 seconds 10 Isends for size = 1000 took 0.000015 seconds 10 Isends for size = 10000 took 0.000030 seconds 10 Isends for size = 10000 took 0.000024 seconds 4 Isends for size = 100000 took 0.000002 seconds Found 1 errors 4 Isends for size = 100000 took 0.000005 seconds x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 1
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: Failed with signal 15
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 Assertion failed in file ../src/include/mpir_request.h at line 346: ((req))->ref_count >= 0 /opt/cray/pe/lib64/libmpi_cray.so.12(MPL_backtrace_show+0x26) [0x14f3b2b21b8b] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c54cd4) [0x14f3b25accd4] /opt/cray/pe/lib64/libmpi_cray.so.12(+0xd426f0) [0x14f3b169a6f0] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1be7c58) [0x14f3b253fc58] /opt/cray/pe/lib64/libmpi_cray.so.12(MPI_Buffer_detach+0xf7) [0x14f3b0f6c397] ./pscancel() [0x20463b] /lib64/libc.so.6(__libc_start_main+0xea) [0x14f3aebac3ea] ./pscancel() [0x20414a] MPICH ERROR [Rank 0] [job id 0f590fda-5d6b-47f9-94d4-dbba0823129c] [Fri Sep 8 15:16:00 2023] [x1000c7s5b1n1] - Abort(1): Internal error x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 1
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 Testing comm MPI_COMM_WORLD from ghigh Creating groups Creating groups Testing comm MPI_COMM_WORLD from ghigh Testing comm MPI_COMM_WORLD from ghigh Testing comm MPI_COMM_WORLD from ghigh Testing comm MPI_COMM_WORLD from ghigh 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 Done testing comm MPI_COMM_WORLD from ghigh Testing comm MPI_COMM_WORLD from godd 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 godd Testing comm MPI_COMM_WORLD from godd Testing comm MPI_COMM_WORLD from godd Done 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 Done testing comm MPI_COMM_WORLD from godd Done testing comm MPI_COMM_WORLD from godd Testing comm MPI_COMM_WORLD from geven Testing comm MPI_COMM_WORLD from geven Done testing comm MPI_COMM_WORLD from godd Testing comm MPI_COMM_WORLD from geven Testing comm MPI_COMM_WORLD from geven Testing comm MPI_COMM_WORLD from geven Done testing comm MPI_COMM_WORLD from geven Testing comm Dup of world from ghigh Testing comm MPI_COMM_WORLD from geven Done testing comm MPI_COMM_WORLD from geven Testing comm Dup of world from ghigh 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 ghigh Done testing comm MPI_COMM_WORLD from geven Testing comm Dup of world from ghigh Testing comm Dup of world from godd Testing comm Dup of world from geven Done testing comm Dup of world from geven 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 Testing comm Dup of world from ghigh Testing comm Dup of world from godd Done testing comm Dup of world from godd Testing comm Dup of world from geven Testing comm MPI_COMM_WORLD from godd+geven Done testing comm MPI_COMM_WORLD from godd+geven Testing comm Dup of world from godd+geven Done testing comm Dup of world from godd+geven Testing comm MPI_COMM_WORLD from MPI_GROUP_EMPTY Testing comm Dup of world from MPI_GROUP_EMPTY Testing comm Dup of world from ghigh Done testing comm Dup of world from ghigh Testing comm Dup of world from godd Testing comm Dup of world from 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 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 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 Testing comm Dup of world from ghigh Testing comm Dup of world from godd Done testing comm Dup of world from godd Testing comm Dup of world from geven Testing comm MPI_COMM_WORLD from godd+geven Done testing comm MPI_COMM_WORLD from godd+geven Testing comm Dup of world from godd+geven Done testing comm Dup of world from godd+geven Testing comm MPI_COMM_WORLD from MPI_GROUP_EMPTY Testing comm Dup of world from MPI_GROUP_EMPTY Done testing comm Dup of world from ghigh Testing comm Dup of world from godd Done testing comm Dup of world from godd Testing comm Dup of world from geven Testing comm MPI_COMM_WORLD from godd+geven Done testing comm MPI_COMM_WORLD from godd+geven No errors 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 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 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 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 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 Testing comm Dup of world from MPI_GROUP_EMPTY
Passed Comm_create group tests - icgroup
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 8
Test Description:
Simple test that gets the group of an intercommunicator using MPI_Group_rank() and MPI_Group_size() using a selection of intercommunicators.
No errors
Passed Comm_create intercommunicators - iccreate
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 8
Test Description:
This program tests MPI_Comm_create() using a selection of intercommunicators. Creates a new communicator from an intercommunicator, duplicates the communicator, and verifies that it works. Includes test with one side of intercommunicator being set with MPI_GROUP_EMPTY.
Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup) Testing communication on intercomm 'Single rank in each group', remote_size=1 Creating a new intercomm (manual dup) 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 (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 Creating a new intercomm (manual dup (done)) 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 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 my recvs completed, about to waitall my recvs completed, about to waitall 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 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Testing communication on intercomm 'Single rank in each group', remote_size=1 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup) 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=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=1 isends posted, about to recv my recvs completed, about to waitall my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=7 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=1 isends posted, about to recv my recvs completed, about to waitall 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=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=1 isends posted, about to recv my recvs completed, about to waitall my recvs completed, about to waitall Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 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) Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv Creating a new intercomm (manual dup) 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=2 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) 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 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 my recvs completed, about to waitall my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=6 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=6 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=2 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=2 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 Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (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 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) my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv my recvs completed, about to waitall my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm 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 (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 0-0 Creating a new intercomm 0-0 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 0-0 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv 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) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup) 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) 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 Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv my recvs completed, about to waitall my recvs completed, about to waitall Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup) Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv Creating a new intercomm (manual dup) Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv 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 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) 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 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 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=3 isends posted, about to recv Testing communication on intercomm 'Single rank in each group', remote_size=1 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=3 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup) 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 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 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 (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=3 isends posted, about to recv my recvs completed, about to waitall No errors 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
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 Testing communication on intercomm 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 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 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 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 Testing communication on intercomm Testing communication on intercomm 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 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 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 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 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 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 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 (discarding rank 0 in the left group) then MPI_Intercomm_create'ing 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 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 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 (discarding rank 0 in the left group) then MPI_Intercomm_create'ing 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 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 Testing communication on intercomm Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing No errors 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 Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'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 discarding 0 ranks with MPI_Comm_create 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
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 (4882.703068) After 200 (9346.523771) After 300 (13487.262562) After 400 (17287.732789) After 500 (20799.653494) After 600 (24075.003265) After 700 (27127.381581) After 800 (29980.587944) After 900 (32652.138376) After 1000 (35163.293235) After 1100 (37518.172865) After 1200 (39748.030609) After 1300 (41836.509486) After 1400 (43792.086933) After 1500 (45692.699961) After 1600 (47477.839199) After 1700 (49200.810968) After 1800 (50805.583206) After 1900 (52309.723450) After 2000 (53756.386057) After 2100 (55138.456471) After 2200 (56491.364974) After 2300 (57736.856794) After 2400 (58920.204759) After 2500 (60087.402174) After 2600 (61205.987716) After 2700 (62257.128026) After 2800 (63270.534842) After 2900 (64194.779535) After 3000 (65125.878119) After 3100 (66035.811647) After 3200 (66886.392647) After 3300 (67709.970620) After 3400 (68520.571337) After 3500 (69289.125446) After 3600 (70020.637027) After 3700 (70755.208587) After 3800 (71466.339777) After 3900 (72172.471332) After 4000 (72850.229344) After 4100 (73462.266779) After 4200 (74093.531793) After 4300 (74708.105875) After 4400 (75322.542683) After 4500 (75919.587390) After 4600 (76490.370386) After 4700 (77063.496452) After 4800 (77608.913358) After 4900 (77921.059765) After 5000 (78433.129451) After 5100 (78941.192434) After 5200 (79441.640155) After 5300 (79923.577377) After 5400 (80399.629036) After 5500 (80863.075422) After 5600 (81307.451700) After 5700 (81755.633673) After 5800 (82159.464636) After 5900 (82548.588904) After 6000 (82940.184189) After 6100 (83297.626873) After 6200 (83665.746114) After 6300 (84031.602605) After 6400 (84358.653451) After 6500 (84685.696594) After 6600 (85027.797777) After 6700 (85342.608283) After 6800 (85657.467101) After 6900 (85954.068737) After 7000 (86249.727189) After 7100 (86544.772134) After 7200 (86831.853011) After 7300 (87096.511095) After 7400 (87384.488039) After 7500 (87670.090203) After 7600 (87948.967473) After 7700 (88203.346515) After 7800 (88432.818421) After 7900 (88673.695415) After 8000 (88929.761007) After 8100 (89171.656738) After 8200 (89388.065762) After 8300 (89615.356315) After 8400 (89859.797855) After 8500 (90079.132610) After 8600 (90287.003908) After 8700 (90465.880881) After 8800 (90653.409897) After 8900 (90870.923265) After 9000 (91069.265189) After 9100 (91265.674378) After 9200 (91442.623377) After 9300 (91623.034070) After 9400 (91814.941204) After 9500 (91998.696175) After 9600 (92165.229676) After 9700 (92360.599623) After 9800 (92563.182968) After 9900 (92771.317073) 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: 100% Passed
This group features tests of MPI error processing.
Passed Error Handling - errors
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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. Error code: 67775494 Error string: Invalid rank, error stack: PMPI_Send(163): MPI_Send(buf=0x7ffca4ac815c, count=1, MPI_INT, dest=1, tag=MPI_ANY_TAG, MPI_COMM_WORLD) failed PMPI_Send(100): Invalid rank has value 1 but must be nonnegative and less than 1 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_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 MPICH ERROR [Rank 0] [job id 86806d98-b0a1-46e3-9788-f5b9fc523ba0] [Fri Sep 8 15:15:13 2023] [x1000c7s5b1n1] - Abort(6) (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 6) - process 0 x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 6
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 MPI error msg for 1 is Invalid buffer pointer msg for 2 is Invalid count msg for 3 is Invalid datatype msg for 4 is Invalid tag msg for 5 is Invalid communicator msg for 6 is Invalid rank msg for 7 is Invalid root msg for 8 is Invalid group msg for 9 is Invalid MPI_Op msg for 10 is Invalid topology msg for 11 is Invalid dimension argument msg for 12 is Invalid argument msg for 13 is Unknown error. Please file a bug report. msg for 14 is Message truncated msg for 15 is Other MPI error msg for 16 is Internal MPI error! msg for 17 is See the MPI_ERROR field in MPI_Status for the error code msg for 18 is Pending request (no error) msg for 19 is Request pending due to failure msg for 20 is Access denied to file msg for 21 is Invalid amode value in MPI_File_open msg for 22 is Invalid file name msg for 23 is An error occurred in a user-defined data conversion function msg for 24 is The requested datarep name has already been specified to MPI_REGISTER_DATAREP msg for 25 is File exists msg for 26 is File in use by some process msg for 27 is Invalid MPI_File msg for 28 is Invalid MPI_Info msg for 29 is Invalid key for MPI_Info msg for 30 is Invalid MPI_Info value msg for 31 is MPI_Info key is not defined msg for 32 is Other I/O error msg for 33 is Invalid service name (see MPI_Publish_name) msg for 34 is Unable to allocate memory for MPI_Alloc_mem msg for 35 is Inconsistent arguments to collective routine msg for 36 is Not enough space for file msg for 37 is File does not exist msg for 38 is Invalid port msg for 39 is Quota exceeded for files msg for 40 is Read-only file or filesystem name msg for 41 is Attempt to lookup an unknown service name msg for 42 is Error in spawn call msg for 43 is Unsupported datarep passed to MPI_File_set_view msg for 44 is Unsupported file operation msg for 45 is Invalid MPI_Win msg for 46 is Invalid base address msg for 47 is Invalid lock type msg for 48 is Invalid keyval msg for 49 is Conflicting accesses to window msg for 50 is Wrong synchronization of RMA calls msg for 51 is Invalid size argument in RMA call msg for 52 is Invalid displacement argument in RMA call msg for 53 is Invalid assert argument 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 verified by const integer. 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 verified by integer assignment. 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: 76 of 76 Number of successful FORTRAN constants: 70 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 not verified. 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 not verified. 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: 21 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" is not verified: (execution). 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" is not verified: (execution). 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" is not verified: (execution). 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" is not verified: (execution). c "MPI_LONG_DOUBLE_INT" is not verified: (execution). 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" is not verified: (execution). 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 = 4 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" is not verified: (execution). c "MPI_2INT" Size = 8 is verified. c "MPI_SHORT_INT" Size = 6 is verified. c "MPI_LONG_DOUBLE_INT" is not verified: (execution). 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" is not verified: (execution). C "MPI_CXX_FLOAT_COMPLEX" is not verified: (execution). C "MPI_CXX_DOUBLE_COMPLEX" is not verified: (execution). C "MPI_CXX_LONG_DOUBLE_COMPLEX" is not verified: (execution). f "MPI_BYTE" Size =1 is verified. f "MPI_CHARACTER" Size =1 is verified. f "MPI_COMPLEX" Size =8 is verified. f "MPI_DOUBLE_COMPLEX" Size =16 is verified. f "MPI_DOUBLE_PRECISION" Size =8 is verified. f "MPI_INTEGER" Size =4 is verified. f "MPI_INTEGER1" Size =1 is verified. f "MPI_INTEGER2" Size =2 is verified. f "MPI_INTEGER4" Size =4 is verified. f "MPI_LOGICAL" Size =4 is verified. f "MPI_REAL" Size =4 is verified. f "MPI_REAL2" is not verified: (execution). f "MPI_REAL4" Size =4 is verified. f "MPI_REAL8" Size =8 is verified. f "MPI_PACKED" Size =1 is verified. f "MPI_2REAL" Size =8 is verified. f "MPI_2DOUBLE_PRECISION" Size =16 is verified. f "MPI_2INTEGER" Size =8 is verified. No errors.
Passed Deprecated routines - deprecated
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
Checks all MPI deprecated routines as of MPI-2.2, but not including routines removed by MPI-3 if this is an MPI-3 implementation.
MPI_Attr_delete(): is functional. MPI_Attr_get(): is functional. MPI_Attr_put(): is functional. MPI_Keyval_create(): is functional. MPI_Keyval_free(): is functional. MPI_Address(): is removed by MPI 3.0+. MPI_Errhandler_create(): is removed by MPI 3.0+. MPI_Errhandler_get(): is removed by MPI 3.0+. MPI_Errhandler_set(): is removed by MPI 3.0+. MPI_Type_extent(): is removed by MPI 3.0+. MPI_Type_hindexed(): is removed by MPI 3.0+. MPI_Type_hvector(): is removed by MPI 3.0+. MPI_Type_lb(): is removed by MPI 3.0+. MPI_Type_struct(): is removed by MPI 3.0+. MPI_Type_ub(): is removed by MPI 3.0+. No errors
Passed Error Handling - errors
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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. Error code: 67775494 Error string: Invalid rank, error stack: PMPI_Send(163): MPI_Send(buf=0x7ffca4ac815c, count=1, MPI_INT, dest=1, tag=MPI_ANY_TAG, MPI_COMM_WORLD) failed PMPI_Send(100): Invalid rank has value 1 but must be nonnegative and less than 1 No errors
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" (20) is verified. c "MPI_ERR_AMODE" (21) is verified. c "MPI_ERR_ARG" (12) is verified. c "MPI_ERR_ASSERT" (53) is verified. c "MPI_ERR_BAD_FILE" (22) is verified. c "MPI_ERR_BASE" (46) is verified. c "MPI_ERR_BUFFER" (1) is verified. c "MPI_ERR_COMM" (5) is verified. c "MPI_ERR_CONVERSION" (23) is verified. c "MPI_ERR_COUNT" (2) is verified. c "MPI_ERR_DIMS" (11) is verified. c "MPI_ERR_DISP" (52) is verified. c "MPI_ERR_DUP_DATAREP" (24) is verified. c "MPI_ERR_FILE" (27) is verified. c "MPI_ERR_FILE_EXISTS" (25) is verified. c "MPI_ERR_FILE_IN_USE" (26) is verified. c "MPI_ERR_GROUP" (8) is verified. c "MPI_ERR_IN_STATUS" (17) is verified. c "MPI_ERR_INFO" (28) is verified. c "MPI_ERR_INFO_KEY" (29) is verified. c "MPI_ERR_INFO_NOKEY" (31) is verified. c "MPI_ERR_INFO_VALUE" (30) is verified. c "MPI_ERR_INTERN" (16) is verified. c "MPI_ERR_IO" (32) is verified. c "MPI_ERR_KEYVAL" (48) is verified. c "MPI_ERR_LASTCODE" (1073741823) is verified. c "MPI_ERR_LOCKTYPE" (47) is verified. c "MPI_ERR_NAME" (33) is verified. c "MPI_ERR_NO_MEM" (34) is verified. c "MPI_ERR_NO_SPACE" (36) is verified. c "MPI_ERR_NO_SUCH_FILE" (37) is verified. c "MPI_ERR_NOT_SAME" (35) is verified. c "MPI_ERR_OP" (9) is verified. c "MPI_ERR_OTHER" (15) is verified. c "MPI_ERR_PENDING" (18) is verified. c "MPI_ERR_PORT" (38) is verified. c "MPI_ERR_QUOTA" (39) is verified. c "MPI_ERR_RANK" (6) is verified. c "MPI_ERR_READ_ONLY" (40) is verified. c "MPI_ERR_REQUEST" (19) is verified. c "MPI_ERR_RMA_ATTACH" (56) is verified. c "MPI_ERR_RMA_CONFLICT" (49) is verified. c "MPI_ERR_RMA_FLAVOR" (58) is verified. c "MPI_ERR_RMA_RANGE" (55) is verified. c "MPI_ERR_RMA_SHARED" (57) is verified. c "MPI_ERR_RMA_SYNC" (50) is verified. c "MPI_ERR_ROOT" (7) is verified. c "MPI_ERR_SERVICE" (41) is verified. c "MPI_ERR_SIZE" (51) is verified. c "MPI_ERR_SPAWN" (42) is verified. c "MPI_ERR_TAG" (4) is verified. c "MPI_ERR_TOPOLOGY" (10) is verified. c "MPI_ERR_TRUNCATE" (14) is verified. c "MPI_ERR_TYPE" (3) is verified. c "MPI_ERR_UNKNOWN" (13) is verified. c "MPI_ERR_UNSUPPORTED_DATAREP" (43) is verified. c "MPI_ERR_UNSUPPORTED_OPERATION" (44) is verified. c "MPI_ERR_WIN" (45) is verified. c "MPI_SUCCESS" (0) is verified. c "MPI_T_ERR_CANNOT_INIT" (61) is verified. c "MPI_T_ERR_CVAR_SET_NEVER" (69) is verified. c "MPI_T_ERR_CVAR_SET_NOT_NOW" (68) is verified. c "MPI_T_ERR_INVALID_HANDLE" (64) is verified. c "MPI_T_ERR_INVALID_INDEX" (62) is verified. c "MPI_T_ERR_INVALID_ITEM" (63) is verified. c "MPI_T_ERR_INVALID_SESSION" (67) is verified. c "MPI_T_ERR_MEMORY" (59) is verified. c "MPI_T_ERR_NOT_INITIALIZED" (60) is verified. c "MPI_T_ERR_OUT_OF_HANDLES" (65) is verified. c "MPI_T_ERR_OUT_OF_SESSIONS" (66) is verified. c "MPI_T_ERR_PVAR_NO_ATOMIC" (72) is verified. c "MPI_T_ERR_PVAR_NO_STARTSTOP" (70) is verified. c "MPI_T_ERR_PVAR_NO_WRITE" (71) is verified. F "MPI_ERR_ACCESS" (20) is verified F "MPI_ERR_AMODE" (21) is verified F "MPI_ERR_ARG" (12) is verified F "MPI_ERR_ASSERT" (53) is verified F "MPI_ERR_BAD_FILE" (22) is verified F "MPI_ERR_BASE" (46) is verified F "MPI_ERR_BUFFER" (1) is verified F "MPI_ERR_COMM" (5) is verified F "MPI_ERR_CONVERSION" (23) is verified F "MPI_ERR_COUNT" (2) is verified F "MPI_ERR_DIMS" (11) is verified F "MPI_ERR_DISP" (52) is verified F "MPI_ERR_DUP_DATAREP" (24) is verified F "MPI_ERR_FILE" (27) is verified F "MPI_ERR_FILE_EXISTS" (25) is verified F "MPI_ERR_FILE_IN_USE" (26) is verified F "MPI_ERR_GROUP" (8) is verified F "MPI_ERR_IN_STATUS" (17) is verified F "MPI_ERR_INFO" (28) is verified F "MPI_ERR_INFO_KEY" (29) is verified F "MPI_ERR_INFO_NOKEY" (31) is verified F "MPI_ERR_INFO_VALUE" (30) is verified F "MPI_ERR_INTERN" (16) is verified F "MPI_ERR_IO" (32) is verified F "MPI_ERR_KEYVAL" (48) is verified F "MPI_ERR_LASTCODE" (1073741823) is verified F "MPI_ERR_LOCKTYPE" (47) is verified F "MPI_ERR_NAME" (33) is verified F "MPI_ERR_NO_MEM" (34) is verified F "MPI_ERR_NO_SPACE" (36) is verified F "MPI_ERR_NO_SUCH_FILE" (37) is verified F "MPI_ERR_NOT_SAME" (35) is verified F "MPI_ERR_OP" (9) is verified F "MPI_ERR_OTHER" (15) is verified F "MPI_ERR_PENDING" (18) is verified F "MPI_ERR_PORT" (38) is verified F "MPI_ERR_QUOTA" (39) is verified F "MPI_ERR_RANK" (6) is verified F "MPI_ERR_READ_ONLY" (40) is verified F "MPI_ERR_REQUEST" (19) is verified F "MPI_ERR_RMA_ATTACH" (56) is verified F "MPI_ERR_RMA_CONFLICT" (49) is verified F "MPI_ERR_RMA_FLAVOR" (58) is verified F "MPI_ERR_RMA_RANGE" (55) is verified F "MPI_ERR_RMA_SHARED" (57) is verified F "MPI_ERR_RMA_SYNC" (50) is verified F "MPI_ERR_ROOT" (7) is verified F "MPI_ERR_SERVICE" (41) is verified F "MPI_ERR_SIZE" (51) is verified F "MPI_ERR_SPAWN" (42) is verified F "MPI_ERR_TAG" (4) is verified F "MPI_ERR_TOPOLOGY" (10) is verified F "MPI_ERR_TRUNCATE" (14) is verified F "MPI_ERR_TYPE" (3) is verified F "MPI_ERR_UNKNOWN" (13) is verified F "MPI_ERR_UNSUPPORTED_DATAREP" is not verified: (compilation). F "MPI_ERR_UNSUPPORTED_OPERATION" is not verified: (compilation). F "MPI_ERR_WIN" (45) is verified F "MPI_SUCCESS" (0) is verified F "MPI_T_ERR_CANNOT_INIT" is not verified: (compilation). F "MPI_T_ERR_CVAR_SET_NEVER" is not verified: (compilation). F "MPI_T_ERR_CVAR_SET_NOT_NOW" is not verified: (compilation). F "MPI_T_ERR_INVALID_HANDLE" is not verified: (compilation). F "MPI_T_ERR_INVALID_INDEX" is not verified: (compilation). F "MPI_T_ERR_INVALID_ITEM" is not verified: (compilation). F "MPI_T_ERR_INVALID_SESSION" is not verified: (compilation). F "MPI_T_ERR_MEMORY" is not verified: (compilation). F "MPI_T_ERR_NOT_INITIALIZED" is not verified: (compilation). F "MPI_T_ERR_OUT_OF_HANDLES" is not verified: (compilation). F "MPI_T_ERR_OUT_OF_SESSIONS" is not verified: (compilation). F "MPI_T_ERR_PVAR_NO_ATOMIC" is not verified: (compilation). F "MPI_T_ERR_PVAR_NO_STARTSTOP" is not verified: (compilation). F "MPI_T_ERR_PVAR_NO_WRITE" is not verified: (compilation). C errorcodes successful: 73 out of 73 FORTRAN errorcodes successful:57 out of 73 No errors.
Passed Extended collectives - collectives
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 4
Test Description:
Checks if "extended collectives" are supported, i.e., collective operations with MPI-2 intercommunicators.
No errors
Passed Init arguments - init_args
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
In MPI-1.1, it is explicitly stated that an implementation is allowed to require that the arguments argc and argv passed by an application to MPI_Init in C be the same arguments passed into the application as the arguments to main. In MPI-2 implementations are not allowed to impose this requirement. Conforming implementations of MPI allow applications to pass NULL for both the argc and argv arguments of MPI_Init(). This test prints the result of the error status of MPI_Init(). If the test completes without error, it reports 'No errors.'
MPI_INIT accepts Null arguments for MPI_init(). No errors
Passed MPI-2 replaced routines - mpi_2_functions
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
Checks the presence of all MPI-2.2 routines that replaced deprecated routines.
No errors
Passed MPI-2 type routines - mpi_2_functions_bcast
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
This test checks that a subset of MPI-2 routines that replaced MPI-1 routines work correctly.
rank:0/2 c:'C',d[6]={3.141590,1.000000,12.310000,7.980000,5.670000,12.130000},b="123456" rank:0/2 MPI_Bcast() of struct. No errors 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.
Failed Master/slave - master
Build: Passed
Execution: Failed
Exit Status: Application_ended_with_error(s)
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 1 MPI_UNIVERSE_SIZE forced to 4 master rank creating 4 slave processes. Assertion failed in file ../src/mpid/ch4/netmod/ofi/ofi_spawn.c at line 753: 0 /opt/cray/pe/lib64/libmpi_cray.so.12(MPL_backtrace_show+0x26) [0x14869667cb8b] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c54cd4) [0x148696107cd4] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1f12da8) [0x1486963c5da8] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91c19) [0x148696144c19] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91f44) [0x148696144f44] /opt/cray/pe/lib64/libmpi_cray.so.12(MPI_Comm_spawn+0x1e2) [0x148695d329f2] ./master() [0x203e79] /lib64/libc.so.6(__libc_start_main+0xea) [0x1486927073ea] ./master() [0x203b6a] MPICH ERROR [Rank 0] [job id 0291846e-cb63-475b-90a5-785885ec1800] [Fri Sep 8 15:16:21 2023] [x1000c7s5b1n1] - Abort(1): Internal error x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 1
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: 93% 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
Failed Datatype inclusive typename - typename
Build: Passed
Execution: Failed
Exit Status: Application_ended_with_error(s)
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_COMPLEX8 Checking type MPI_COMPLEX16 Checking type MPI_INTEGER1 Checking type MPI_INTEGER2 Checking type MPI_INTEGER4 Checking type MPI_INTEGER8 Checking type MPI_LONG_LONG_INT Checking type MPI_LONG_LONG Checking type MPI_UNSIGNED_LONG_LONG Checking type MPI_AINT Checking type MPI_OFFSET Checking type MPI_COUNT Found 2 errors Expected MPI_C_FLOAT_COMPLEX but got MPI_C_COMPLEX Expected MPI_LONG_LONG but got MPI_LONG_LONG_INT x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 1
Failed Datatype match size - tmatchsize
Build: Passed
Execution: Failed
Exit Status: Application_ended_with_error(s)
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.
Long double: : Error class 12 (Invalid argument, error stack: PMPI_Type_match_size(201): MPI_Type_match_size(typeclass=1, size=16, datatype=0x7ffe63378170) failed PMPI_Type_match_size(178): No MPI datatype available for typeclass MPI_TYPECLASS_REAL and size 16) Found 1 errors x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 1
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" is not verified: (execution). 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" is not verified: (execution). 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" is not verified: (execution). 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" is not verified: (execution). c "MPI_LONG_DOUBLE_INT" is not verified: (execution). 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" is not verified: (execution). 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 = 4 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" is not verified: (execution). c "MPI_2INT" Size = 8 is verified. c "MPI_SHORT_INT" Size = 6 is verified. c "MPI_LONG_DOUBLE_INT" is not verified: (execution). 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" is not verified: (execution). C "MPI_CXX_FLOAT_COMPLEX" is not verified: (execution). C "MPI_CXX_DOUBLE_COMPLEX" is not verified: (execution). C "MPI_CXX_LONG_DOUBLE_COMPLEX" is not verified: (execution). f "MPI_BYTE" Size =1 is verified. f "MPI_CHARACTER" Size =1 is verified. f "MPI_COMPLEX" Size =8 is verified. f "MPI_DOUBLE_COMPLEX" Size =16 is verified. f "MPI_DOUBLE_PRECISION" Size =8 is verified. f "MPI_INTEGER" Size =4 is verified. f "MPI_INTEGER1" Size =1 is verified. f "MPI_INTEGER2" Size =2 is verified. f "MPI_INTEGER4" Size =4 is verified. f "MPI_LOGICAL" Size =4 is verified. f "MPI_REAL" Size =4 is verified. f "MPI_REAL2" is not verified: (execution). f "MPI_REAL4" Size =4 is verified. f "MPI_REAL8" Size =8 is verified. f "MPI_PACKED" Size =1 is verified. f "MPI_2REAL" Size =8 is verified. f "MPI_2DOUBLE_PRECISION" Size =16 is verified. f "MPI_2INTEGER" Size =8 is verified. No errors.
Failed Datatypes basic and derived - sendrecvt2
Build: Passed
Execution: Failed
Exit Status: Failed with signal 127
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.
MPICH ERROR [Rank 0] [job id cde22736-58e5-4ac4-a7ba-b2facd8dea30] [Fri Sep 8 15:16:02 2023] [x1000c7s5b1n1] - Abort(269113603) (rank 0 in comm 0): Fatal error in PMPI_Type_contiguous: Invalid datatype, error stack: PMPI_Type_contiguous(303): MPI_Type_contiguous(count=10, MPI_DATATYPE_NULL, new_type_p=0x4d8f06c) failed PMPI_Type_contiguous(271): Datatype for argument datatype is a null datatype aborting job: Fatal error in PMPI_Type_contiguous: Invalid datatype, error stack: PMPI_Type_contiguous(303): MPI_Type_contiguous(count=10, MPI_DATATYPE_NULL, new_type_p=0x4d8f06c) failed PMPI_Type_contiguous(271): Datatype for argument datatype is a null datatype MPICH ERROR [Rank 1] [job id cde22736-58e5-4ac4-a7ba-b2facd8dea30] [Fri Sep 8 15:16:02 2023] [x1000c7s6b1n0] - Abort(1007311107) (rank 1 in comm 0): Fatal error in PMPI_Type_contiguous: Invalid datatype, error stack: PMPI_Type_contiguous(303): MPI_Type_contiguous(count=10, MPI_DATATYPE_NULL, new_type_p=0x372e06c) failed PMPI_Type_contiguous(271): Datatype for argument datatype is a null datatype aborting job: Fatal error in PMPI_Type_contiguous: Invalid datatype, error stack: PMPI_Type_contiguous(303): MPI_Type_contiguous(count=10, MPI_DATATYPE_NULL, new_type_p=0x372e06c) failed PMPI_Type_contiguous(271): Datatype for argument datatype is a null datatype x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 255
Failed Datatypes comprehensive - sendrecvt4
Build: Passed
Execution: Failed
Exit Status: Failed with signal 127
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.
MPICH ERROR [Rank 0] [job id c864fc76-72e1-437a-a34b-d0d99b3f608e] [Fri Sep 8 15:16:02 2023] [x1000c7s5b1n1] - Abort(67787011) (rank 0 in comm 0): Fatal error in PMPI_Type_contiguous: Invalid datatype, error stack: PMPI_Type_contiguous(303): MPI_Type_contiguous(count=10, MPI_DATATYPE_NULL, new_type_p=0x3a8706c) failed PMPI_Type_contiguous(271): Datatype for argument datatype is a null datatype aborting job: Fatal error in PMPI_Type_contiguous: Invalid datatype, error stack: PMPI_Type_contiguous(303): MPI_Type_contiguous(count=10, MPI_DATATYPE_NULL, new_type_p=0x3a8706c) failed PMPI_Type_contiguous(271): Datatype for argument datatype is a null datatype MPICH ERROR [Rank 1] [job id c864fc76-72e1-437a-a34b-d0d99b3f608e] [Fri Sep 8 15:16:02 2023] [x1000c7s6b1n0] - Abort(403331331) (rank 1 in comm 0): Fatal error in PMPI_Type_contiguous: Invalid datatype, error stack: PMPI_Type_contiguous(303): MPI_Type_contiguous(count=10, MPI_DATATYPE_NULL, new_type_p=0x429906c) failed PMPI_Type_contiguous(271): Datatype for argument datatype is a null datatype aborting job: Fatal error in PMPI_Type_contiguous: Invalid datatype, error stack: PMPI_Type_contiguous(303): MPI_Type_contiguous(count=10, MPI_DATATYPE_NULL, new_type_p=0x429906c) failed PMPI_Type_contiguous(271): Datatype for argument datatype is a null datatype x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 255
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: 97% 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
Passed Allgather in-place null - allgather2
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No 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
Passed Allgatherv in-place - allgatherv2
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
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
Passed Allreduce non-commutative - allred6
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
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
Passed Alltoall communicators - alltoall1
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 8
Test Description:
Tests MPI_Alltoall() by calling it with a selection of communicators and datatypes. Includes test using MPI_IN_PLACE.
No 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
Passed Alltoallv communicators - alltoallv
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No 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 Begin Alltoallw... Allocated local arrays M = 20, N = 30 Allocated local arrays M = 20, N = 30 Begin Alltoallw... Allocated local arrays M = 20, N = 30 Begin Alltoallw... Allocated local arrays M = 20, N = 30 Begin Alltoallw... 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... Done with Alltoallw Done with Alltoallw Done with Alltoallw Done with Alltoallw Done with Alltoallw Done with Alltoallw Done with Alltoallw Done with Alltoallw No errors Done with Alltoallw Done with Alltoallw
Passed Alltoallw matrix transpose comm - alltoallw2
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No 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_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_CHAR Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_BYTE Reduce of MPI_SHORT Reduce of MPI_UNSIGNED_SHORT Reduce of MPI_UNSIGNED Reduce of MPI_LONG Reduce of MPI_UNSIGNED_LONG Reduce of MPI_LONG_LONG Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_BYTE Reduce of MPI_SHORT Reduce of MPI_UNSIGNED_SHORT Reduce of MPI_UNSIGNED Reduce of MPI_LONG Reduce of MPI_UNSIGNED_LONG Reduce of MPI_LONG_LONG No errors 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
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_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_SIGNED_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_BYTE Reduce of MPI_SHORT Reduce of MPI_UNSIGNED_SHORT Reduce of MPI_UNSIGNED Reduce of MPI_INT Reduce of MPI_LONG Reduce of MPI_UNSIGNED_LONG Reduce of MPI_LONG_LONG Reduce of MPI_UNSIGNED_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_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 No errors Reduce of MPI_INT Reduce of MPI_LONG Reduce of MPI_UNSIGNED_LONG 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_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 No errors Reduce of MPI_SIGNED_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_BYTE Reduce of MPI_SHORT Reduce of MPI_UNSIGNED_SHORT Reduce of MPI_UNSIGNED Reduce of MPI_INT Reduce of MPI_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_LONG Reduce of MPI_UNSIGNED_LONG Reduce of MPI_LONG_LONG
Passed Barrier intercommunicators - icbarrier
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 7
Test Description:
This test checks that MPI_Barrier() accepts intercommunicators. It does not check for the semantics of a intercomm barrier (all processes in the local group can exit when (but not before) all processes in the remote group enter the barrier.
No errors
Passed Bcast basic - bcast2
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 10
Test Description:
Test broadcast with various roots, datatypes, and communicators.
No errors
Passed Bcast intercommunicators - icbcast
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 10
Test Description:
Broadcast test using a selection of intercommunicators and increasing array sizes.
No errors
Passed Bcast intermediate - bcast3
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 10
Test Description:
Test broadcast with various roots, datatypes, sizes that are not powers of two, larger message sizes, and communicators.
No errors
Passed Bcast sizes - bcasttest
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 10
Test Description:
Tests MPI_Bcast() repeatedly using MPI_INT with a selection of data sizes.
No errors
Passed Bcast zero types - bcastzerotype
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 10
Test Description:
Tests broadcast behavior with non-zero counts but zero-sized types.
No errors
Passed Collectives array-of-struct - coll12
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 4
Test Description:
Tests various calls to MPI_Reduce(), MPI_Bcast(), and MPI_Allreduce() using arrays of structs.
No errors
Passed Exscan basic - exscan2
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 5
Test Description:
Simple test of MPI_Exscan() using single element int arrays.
No errors
Passed Exscan communicators - exscan
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
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 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
Passed Gather communicators - gather
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
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
Passed Iallreduce basic - iallred
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
Simple test for MPI_Iallreduce() and MPI_Allreduce().
No errors
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
Failed LAND operations - opland
Build: Passed
Execution: Failed
Exit Status: Failed with signal 15
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_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Reduce of MPI_DOUBLE Reduce of MPI_LONG_LONG Reduce of MPI_CHAR Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Assertion failed in file ../src/mpi/coll/op/opland.c at line 71: 0 Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Reduce of MPI_DOUBLE Reduce of MPI_LONG_LONG /opt/cray/pe/lib64/libmpi_cray.so.12(MPL_backtrace_show+0x26) [0x14d7560e5b8b] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c54cd4) [0x14d755b70cd4] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x3c4539) [0x14d7542e0539] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x18b791f) [0x14d7557d391f] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x2e06ef) [0x14d7541fc6ef] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x3283cf) [0x14d7542443cf] /opt/cray/pe/lib64/libmpi_cray.so.12(PMPI_Reduce+0x578) [0x14d754245248] ./opland() [0x204066] /lib64/libc.so.6(__libc_start_main+0xea) [0x14d7521703ea] ./opland() [0x203b5a] MPICH ERROR [Rank 2] [job id 881d208b-3ae1-4b19-a250-79865f8e6bb3] [Fri Sep 8 15:15:45 2023] [x1000c7s6b1n0] - Abort(1): Internal error x1000c7s6b1n0.hsn0.warhawk.afrl.hpc.mil: rank 2 exited with code 1
Failed LOR operations - oplor
Build: Passed
Execution: Failed
Exit Status: Failed with signal 15
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_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Reduce of MPI_DOUBLE Reduce of MPI_LONG_LONG Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Assertion failed in file ../src/mpi/coll/op/oplor.c at line 71: 0 /opt/cray/pe/lib64/libmpi_cray.so.12(MPL_backtrace_show+0x26) [0x14db54ff7b8b] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c54cd4) [0x14db54a82cd4] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x3c4539) [0x14db531f2539] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x18b791f) [0x14db546e591f] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x2e06ef) [0x14db5310e6ef] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x3283cf) [0x14db531563cf] /opt/cray/pe/lib64/libmpi_cray.so.12(PMPI_Reduce+0x578) [0x14db53157248] ./oplor() [0x20403d] /lib64/libc.so.6(__libc_start_main+0xea) [0x14db510823ea] ./oplor() [0x203b3a] MPICH ERROR [Rank 2] [job id 9d8a207e-f2bd-42e0-9cf2-e6a6010581bd] [Fri Sep 8 15:15:45 2023] [x1000c7s6b1n0] - Abort(1): Internal error Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Reduce of MPI_DOUBLE Reduce of MPI_LONG_LONG x1000c7s6b1n0.hsn0.warhawk.afrl.hpc.mil: rank 2 exited with code 1
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_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Reduce of MPI_DOUBLE Reduce of MPI_LONG_LONG Reduce of MPI_CHAR Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Reduce of MPI_DOUBLE Reduce of MPI_LONG_LONG 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_LONG Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Reduce of MPI_DOUBLE Reduce of MPI_LONG_LONG Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_FLOAT Reduce of MPI_DOUBLE Reduce of MPI_LONG_LONG No errors
Passed MAX operations - opmax
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 5
Test Description:
Test MPI_MAX operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.
Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_LONG_LONG No errors Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_LONG_LONG Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_LONG_LONG Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_LONG_LONG Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR 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_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_LONG_LONG Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_LONG_LONG Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_LONG_LONG No errors Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_LONG_LONG
Passed MINLOC operations - opminloc
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 4
Test Description:
Test MPI_MINLOC operations using MPI_Reduce() on optional datatypes. Note that failing this test does not mean that there is something wrong with the MPI implementation.
No errors
Passed MScan - coll11
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 4
Test Description:
Tests user defined collective operations for MPI_Scan(). The operations are inoutvec[i] += invec[i] op inoutvec[i] and inoutvec[i] = invec[i] op inoutvec[i] (see MPI-1.3 Message-Passing Interface section 4.9.4). The order of operation is important. Note that the computation is in process rank (in the communicator) order independant of the root process.
No errors
Passed Non-blocking basic - nonblocking4
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
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_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR No errors Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR
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
Passed Reduce basic - reduce
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
Passed Reduce communicators user-defined - red3
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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].
No errors
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
Passed Reduce_Scatter large data - redscat3
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No 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
Failed Reduce_scatter_block basic - red_scat_block
Build: Passed
Execution: Failed
Exit Status: Failed with signal 15
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.
Found 1 errors x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 3 exited with code 1
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_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_DOUBLE_COMPLEX Reduce of MPI_LONG_LONG Reduce of MPI_CHAR Reduce of MPI_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_DOUBLE_COMPLEX Reduce of MPI_LONG_LONG Reduce of MPI_SIGNED_CHAR Reduce of MPI_SIGNED_CHAR Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_DOUBLE_COMPLEX Reduce of MPI_LONG_LONG Reduce of MPI_UNSIGNED_CHAR Reduce of MPI_DOUBLE_COMPLEX Reduce of MPI_LONG_LONG No errors
Passed Scan basic - scantst
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No 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
Passed Scatter basic - scatter2
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, except for the root process that does not receive any data.
No 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: 93% 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. 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. No errors
Passed MPI_Comm_accept basic - selfconacc
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
This tests exercises MPI_Open_port(), MPI_Comm_accept(), and MPI_Comm_disconnect().
init. init. size. rank. open_port. 0: opened port: <746167233024636f6e6e656e74727923303230304244423530413936303046383030303030303030303030303030303024> send. size. rank. recv. accept. 1: received port: <746167233024636f6e6e656e74727923303230304244423530413936303046383030303030303030303030303030303024> 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. 1: received port1: <746167233024636f6e6e656e74727923303230304242324330413936303046383030303030303030303030303030303024> 1: connecting. 2: receiving port. 0: opened port1: <746167233024636f6e6e656e74727923303230304242324330413936303046383030303030303030303030303030303024> 0: opened port2: <746167233124636f6e6e656e74727923303230304242324330413936303046383030303030303030303030303030303024> 0: sending ports. 0: accepting port2. 2: received port2: <746167233124636f6e6e656e74727923303230304242324330413936303046383030303030303030303030303030303024> 2: connecting. 0: accepting port1. 0: closing ports. 0: sending 1 to process 1. 0: sending 2 to process 2. 0: disconnecting. 1: disconnecting. 2: disconnecting. No errors
Passed MPI_Comm_connect 3 processes - multiple_ports2
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 4
Test Description:
This test checks to make sure that three MPI_Comm_connections to three different MPI ports match their corresponding MPI_Comm_accepts.
0: opening ports. 1: receiving port. 0: opened port1: <746167233024636f6e6e656e74727923303230303845433930413936303046383030303030303030303030303030303024> 0: opened port2: <746167233124636f6e6e656e74727923303230303845433930413936303046383030303030303030303030303030303024> 0: opened port3: <746167233224636f6e6e656e74727923303230303845433930413936303046383030303030303030303030303030303024> 0: sending ports. 1: received port1: <746167233024636f6e6e656e74727923303230303845433930413936303046383030303030303030303030303030303024> 1: connecting. 3: receiving port. 2: receiving port. 0: accepting port3. 2: received port2: <746167233124636f6e6e656e74727923303230303845433930413936303046383030303030303030303030303030303024> 2: connecting. 2: received port2: <> 3: connecting. 0: accepting port2. 0: accepting port1. 0: closing ports. 0: sending 1 to process 1. 2: disconnecting. 0: sending 2 to process 2. 0: sending 3 to process 3. 0: disconnecting. 3: disconnecting. 1: 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.
No errors 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.
calling finalize No errors calling finalize 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.
calling finalize calling finalize No errors 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.
No errors [2113600] calling finalize [2113600] calling finalize [2113600] 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.
calling finalize No errors calling finalize 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. No errors No errors 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
Passed MPI_Publish_name basic - namepub
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
This test confirms the functionality of MPI_Open_port() and MPI_Publish_name().
PE 0: MPICH Warning: MPICH_DPM_DIR not set, trying HOME directory. See intro_mpi man page for more details. PE 1: MPICH Warning: MPICH_DPM_DIR not set, trying HOME directory. See intro_mpi man page for more details. No errors
Failed Multispawn - multispawn
Build: Passed
Execution: Failed
Exit Status: Application_ended_with_error(s)
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.
Assertion failed in file ../src/mpid/ch4/netmod/ofi/ofi_spawn.c at line 753: 0 /opt/cray/pe/lib64/libmpi_cray.so.12(MPL_backtrace_show+0x26) [0x1507d5870b8b] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c54cd4) [0x1507d52fbcd4] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1f12da8) [0x1507d55b9da8] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91c19) [0x1507d5338c19] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91f44) [0x1507d5338f44] /opt/cray/pe/lib64/libmpi_cray.so.12(MPI_Comm_spawn+0x1e2) [0x1507d4f269f2] ./multispawn() [0x203fc3] ./multispawn() [0x204123] /lib64/libc.so.6(__libc_start_main+0xea) [0x1507d18fb3ea] ./multispawn() [0x203eba] MPICH ERROR [Rank 0] [job id aed695f0-c588-4675-b262-487ab901ffe0] [Fri Sep 8 15:16:22 2023] [x1000c7s5b1n1] - Abort(1): Internal error x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 1
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
Failed Taskmaster threaded - th_taskmaster
Build: Passed
Execution: Failed
Exit Status: Application_ended_with_error(s)
MPI Processes: 1
Test Description:
This is a simple test that creates threads to verifiy compatibility between MPI and the pthread library.
Assertion failed in file ../src/mpid/ch4/netmod/ofi/ofi_spawn.c at line 753: 0 /opt/cray/pe/lib64/libmpi_cray.so.12(MPL_backtrace_show+0x26) [0x14b62cadcb8b] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c54cd4) [0x14b62c567cd4] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1f12da8) [0x14b62c825da8] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91c19) [0x14b62c5a4c19] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91f44) [0x14b62c5a4f44] /opt/cray/pe/lib64/libmpi_cray.so.12(MPI_Comm_spawn+0x1e2) [0x14b62c1929f2] ./th_taskmaster() [0x204106] ./th_taskmaster() [0x20428f] /lib64/libpthread.so.0(+0x8539) [0x14b628f06539] /lib64/libc.so.6(clone+0x3f) [0x14b628c3ecff] MPICH ERROR [Rank 0] [job id e8ff3f86-ee5a-4d98-8fb5-d163338cdaf7] [Fri Sep 8 15:16:30 2023] [x1000c7s5b1n1] - Abort(1): Internal error x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 1
Threads - Score: 92% 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
Passed MPI_T multithreaded - mpit_threading
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
109 MPI Control Variables MPIR_CVAR_REDUCE_SCATTER_COMMUTATIVE_LONG_MSG_SIZE=524288 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_REDUCE_SCATTER_MAX_COMMSIZE=1000 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NETWORK_BUFFER_COLL_OPT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_SYNC_FREQ=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_BLK_SIZE=16384 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_CHUNKING_MAX_NODES=90 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLGATHER_VSHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLGATHERV_VSHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLREDUCE_NO_SMP=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_SHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALLV_THROTTLE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_ONLY_TREE=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_INTERNODE_RADIX=4 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_INTRANODE_RADIX=4 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_COLL_OPT_OFF SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_COLL_SYNC SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_SHORT_MSG=131072 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_REDUCE_NO_SMP=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SYNCHRONOUS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SHARED_MEM_COLL_OPT SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLREDUCE_GPU_STAGING_THRESHOLD=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_STAGING_BUF_SIZE=262144 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_SYNC_FREQ=16 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_MAX_TMP_SIZE SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_MIN_COMM_SIZE=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SYNC_FREQ=16 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_MAX_TMP_SIZE SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_MIN_COMM_SIZE=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_ABORT_ON_RW_ERROR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_AGGREGATOR_PLACEMENT_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_AGGREGATOR_PLACEMENT_STRIDE=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_CB_ALIGN=2 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_DVS_MAXNODES=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_HINTS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_HINTS_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_NUM_IRECV=50 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_NUM_ISEND=50 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_SIZE_ISEND=10485760 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS_FILE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS_INTERVAL_MSEC SCOPE_READONLY NO_OBJECT MPI_UNSIGNED_LONG VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIMERS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIMERS_SCALE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIME_WAITS=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_WRITE_EXIT_BARRIER=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_DS_WRITE_CRAY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_OFI_STARTUP_CONNECT SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_OFI_STARTUP_NODES_AGGREGATOR=2 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_DPM_DIR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_SINGLE_HOST_ENABLED=1 SCOPE_ALL_EQ NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_XRCD_BASE_DIR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_POLICY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_MAPPING SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NUM_NICS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_SKIP_NIC_SELECTION=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_SKIP_NIC_SYMMETRY_TEST=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_STARTUP_CONNECT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_RMA_STARTUP_CONNECT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_DEFAULT_TCLASS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_TCLASS_ERRORS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_UCX_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_UCX_RC_MAX_RANKS=7 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SMP_SINGLE_COPY_MODE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_SMP_SINGLE_COPY_SIZE=8192 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SHM_PROGRESS_MAX_BATCH_SIZE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_CH4_RMA_THREAD_HOT=0 SCOPE_GROUP_EQ NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ABORT_ON_ERROR=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_CPUMASK_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ENV_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OPTIMIZED_MEMCPY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_VERBOSITY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_FILE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_RANK_REORDER_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RANK_REORDER_METHOD=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_USE_SYSTEM_MEMCPY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_VERSION_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_USE_GPU_STREAM_TRIGGERED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NUM_MAX_GPU_STREAMS=27 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MEMCPY_MEM_CHECK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MSG_QUEUE_DBG=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NO_BUFFER_ALIAS_CHECK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_AFFINITY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_INTERNAL_MEM_AFFINITY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_POLICY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_PG_SZ SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_OPT_THREAD_SYNC=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_THREAD_YIELD_FREQ=10000 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MEM_DEBUG_FNAME SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MALLOC_FALLBACK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NO_DIRECT_GPU_ACCESS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_G2G_PIPELINE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_SUPPORT_ENABLED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_MANAGED_MEMORY_SUPPORT_ENABLED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_STAGING_AREA_OPT=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_REGISTER_SHARED_MEM_REGION=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_ENABLED=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_THRESHOLD=1024 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_PROTOCOL SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_GPU_NO_ASYNC_COPY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ENABLE_YAKSA=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_EAGER_DEVICE_MEM=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_EAGER_REGISTER_HOST_MEM=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_ALLREDUCE_USE_KERNEL=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RMA_MAX_PENDING=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RMA_SHM_ACCUMULATE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC 0 MPI Performance Variables 24 MPI_T categories Category COLLECTIVE has 32 control variables, 0 performance variables, 0 subcategories Category COMMUNICATOR has 0 control variables, 0 performance variables, 0 subcategories Category DATALOOP has 0 control variables, 0 performance variables, 0 subcategories Category ERROR_HANDLING has 0 control variables, 0 performance variables, 0 subcategories Category THREADS has 0 control variables, 0 performance variables, 0 subcategories Category DEBUGGER has 0 control variables, 0 performance variables, 0 subcategories Category DEVELOPER has 0 control variables, 0 performance variables, 0 subcategories Category CRAY_MPIIO has 20 control variables, 0 performance variables, 0 subcategories Category DIMS has 0 control variables, 0 performance variables, 0 subcategories Category PROCESS_MANAGER has 1 control variables, 0 performance variables, 0 subcategories Category MEMORY has 0 control variables, 0 performance variables, 0 subcategories Category NODEMAP has 1 control variables, 0 performance variables, 0 subcategories Category REQUEST has 0 control variables, 0 performance variables, 0 subcategories Category CRAY_GNI has 0 control variables, 0 performance variables, 0 subcategories Category NEMESIS has 0 control variables, 0 performance variables, 0 subcategories Category FT has 0 control variables, 0 performance variables, 0 subcategories Category CH3 has 0 control variables, 0 performance variables, 0 subcategories Category CH4_OFI has 12 control variables, 0 performance variables, 0 subcategories Category CH4 has 1 control variables, 0 performance variables, 0 subcategories Category CRAY_CONTROL has 17 control variables, 0 performance variables, 0 subcategories Category CRAY_DISPLAY has 7 control variables, 0 performance variables, 0 subcategories Category CRAY_DMAPP has 0 control variables, 0 performance variables, 0 subcategories Category CRAY_GPU has 16 control variables, 0 performance variables, 0 subcategories Category CH4_UCX has 2 control variables, 0 performance variables, 0 subcategories No errors
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.000154 buf size 2: time 0.000005 buf size 4: time 0.000005 buf size 8: time 0.000005 buf size 16: time 0.000005 buf size 32: time 0.000005 buf size 64: time 0.000016 buf size 128: time 0.000007 buf size 256: time 0.000007 buf size 512: time 0.000007 buf size 1024: time 0.000010 buf size 2048: time 0.000013 buf size 4096: time 0.000019 buf size 8192: time 0.000015 buf size 16384: time 0.000017 buf size 32768: time 0.000043 buf size 65536: time 0.000044 buf size 131072: time 0.000050 buf size 262144: time 0.000085 buf size 524288: time 0.000128 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 0x1489c8000b10 (size 2640000) buf address 0x1489c0000b10 (size 2640000) buf address 0x1489c4000b10 (size 2640000) buf address 0x1489b8000b10 (size 2640000) buf size 4: time 0.001885 buf size 8: time 0.000022 buf size 16: time 0.000015 buf size 32: time 0.000009 buf size 64: time 0.000007 buf size 128: time 0.000026 buf size 256: time 0.000088 buf size 512: time 0.000022 buf size 1024: time 0.000012 buf size 2048: time 0.000014 buf size 4096: time 0.000019 buf size 8192: time 0.000018 buf size 16384: time 0.000101 buf size 32768: time 0.000023 buf size 65536: time 0.000037 buf size 131072: time 0.000052 buf size 262144: time 0.000086 buf size 524288: time 0.000226 buf size 1048576: time 0.000237 buf size 2097152: time 0.000438 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.002505 buf size 1: time 0.002246 buf size 1: time 0.002327 buf size 1: time 0.002498 buf size 1: time 0.002498 buf size 2: time 0.000043 buf size 2: time 0.000050 buf size 2: time 0.000055 buf size 2: time 0.000053 buf size 2: time 0.000046 buf size 4: time 0.000042 buf size 4: time 0.000044 buf size 4: time 0.000045 buf size 4: time 0.000041 buf size 4: time 0.000037 buf size 8: time 0.000055 buf size 8: time 0.000053 buf size 8: time 0.000054 buf size 8: time 0.000051 buf size 16: time 0.000035 buf size 16: time 0.000035 buf size 8: time 0.000045 buf size 16: time 0.000035 buf size 16: time 0.000033 buf size 16: time 0.000036 buf size 32: time 0.000031 buf size 32: time 0.000031 buf size 32: time 0.000029 buf size 32: time 0.000031 buf size 32: time 0.000029 buf size 64: time 0.000109 buf size 64: time 0.000113 buf size 64: time 0.000112 buf size 64: time 0.000113 buf size 64: time 0.000111 buf size 128: time 0.000036 buf size 128: time 0.000036 buf size 128: time 0.000036 buf size 128: time 0.000035 buf size 128: time 0.000038 buf size 256: time 0.000033 buf size 256: time 0.000035 buf size 256: time 0.000036 buf size 256: time 0.000036 buf size 256: time 0.000036 buf size 512: time 0.000046 buf size 512: time 0.000050 buf size 512: time 0.000047 buf size 512: time 0.000049 buf size 512: time 0.000047 buf size 1024: time 0.000051 buf size 1024: time 0.000051 buf size 1024: time 0.000051 buf size 1024: time 0.000048 buf size 1024: time 0.000051 buf size 2048: time 0.000051 buf size 2048: time 0.000052 buf size 2048: time 0.000048 buf size 2048: time 0.000048 buf size 2048: time 0.000051 buf size 4096: time 0.000160 buf size 4096: time 0.000161 buf size 4096: time 0.000161 buf size 4096: time 0.000161 buf size 4096: time 0.000165 buf size 8192: time 0.000096 buf size 8192: time 0.000090 buf size 8192: time 0.000091 buf size 8192: time 0.000091 buf size 8192: time 0.000095 buf size 16384: time 0.000180 buf size 16384: time 0.000170 buf size 16384: time 0.000182 buf size 16384: time 0.000175 buf size 16384: time 0.000178 buf size 32768: time 0.000235 buf size 32768: time 0.000238 buf size 32768: time 0.000237 buf size 32768: time 0.000241 buf size 32768: time 0.000240 buf size 65536: time 0.000371 buf size 65536: time 0.000366 buf size 65536: time 0.000373 buf size 65536: time 0.000366 buf size 65536: time 0.000370 buf size 131072: time 0.000467 buf size 131072: time 0.000471 buf size 131072: time 0.000466 buf size 131072: time 0.000473 buf size 131072: time 0.000461 buf size 262144: time 0.000804 buf size 262144: time 0.000802 buf size 262144: time 0.000798 buf size 262144: time 0.000804 buf size 262144: time 0.000804 buf size 524288: time 0.001486 buf size 524288: time 0.001508 buf size 524288: time 0.001507 No errors buf size 524288: time 0.001496 buf size 524288: time 0.001508
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: 70.404 Threads: 2; Latency: 1.313; Mrate: 1.524 Threads: 3; Latency: 1.968; Mrate: 1.524 Threads: 4; Latency: 3.509; Mrate: 1.140 Blocking communication with message size 0 bytes ------------------------------------------------------ Threads: 1; Latency: 0.397; Mrate: 2.517 Threads: 2; Latency: 7.086; Mrate: 0.282 Threads: 3; Latency: 11.353; Mrate: 0.264 Threads: 4; Latency: 14.706; Mrate: 0.272 Blocking communication with message size 1 bytes ------------------------------------------------------ Threads: 1; Latency: 0.513; Mrate: 1.948 Threads: 2; Latency: 7.081; Mrate: 0.282 Threads: 3; Latency: 11.004; Mrate: 0.273 Threads: 4; Latency: 13.439; Mrate: 0.298 Blocking communication with message size 4 bytes ------------------------------------------------------ Threads: 1; Latency: 0.526; Mrate: 1.900 Threads: 2; Latency: 6.694; Mrate: 0.299 Threads: 3; Latency: 9.690; Mrate: 0.310 Threads: 4; Latency: 15.205; Mrate: 0.263 Blocking communication with message size 16 bytes ------------------------------------------------------ Threads: 1; Latency: 0.528; Mrate: 1.893 Threads: 2; Latency: 6.986; Mrate: 0.286 Threads: 3; Latency: 9.910; Mrate: 0.303 Threads: 4; Latency: 14.750; Mrate: 0.271 Blocking communication with message size 64 bytes ------------------------------------------------------ Threads: 1; Latency: 0.534; Mrate: 1.871 Threads: 2; Latency: 7.002; Mrate: 0.286 Threads: 3; Latency: 11.628; Mrate: 0.258 Threads: 4; Latency: 13.104; Mrate: 0.305 Blocking communication with message size 256 bytes ------------------------------------------------------ Threads: 1; Latency: 0.607; Mrate: 1.649 Threads: 2; Latency: 7.089; Mrate: 0.282 Threads: 3; Latency: 10.325; Mrate: 0.291 Threads: 4; Latency: 15.463; Mrate: 0.259 Blocking communication with message size 1024 bytes ------------------------------------------------------ Threads: 1; Latency: 0.777; Mrate: 1.286 Threads: 2; Latency: 7.091; Mrate: 0.282 Threads: 3; Latency: 10.944; Mrate: 0.274 Threads: 4; Latency: 15.757; Mrate: 0.254 Non-blocking communication with message size 0 bytes ---------------------------------------------------------- Threads: 1; Latency: 0.520; Mrate: 1.925 Threads: 2; Latency: 5.155; Mrate: 0.388 Threads: 3; Latency: 8.641; Mrate: 0.347 Threads: 4; Latency: 12.185; Mrate: 0.328 Non-blocking communication with message size 1 bytes ---------------------------------------------------------- Threads: 1; Latency: 0.501; Mrate: 1.994 Threads: 2; Latency: 4.877; Mrate: 0.410 Threads: 3; Latency: 7.934; Mrate: 0.378 Threads: 4; Latency: 13.099; Mrate: 0.305 Non-blocking communication with message size 4 bytes ---------------------------------------------------------- Threads: 1; Latency: 0.507; Mrate: 1.972 Threads: 2; Latency: 4.863; Mrate: 0.411 Threads: 3; Latency: 8.630; Mrate: 0.348 Threads: 4; Latency: 12.737; Mrate: 0.314 Non-blocking communication with message size 16 bytes ---------------------------------------------------------- Threads: 1; Latency: 0.504; Mrate: 1.982 Threads: 2; Latency: 4.875; Mrate: 0.410 Threads: 3; Latency: 8.029; Mrate: 0.374 Threads: 4; Latency: 12.369; Mrate: 0.323 Non-blocking communication with message size 64 bytes ---------------------------------------------------------- Threads: 1; Latency: 0.505; Mrate: 1.979 Threads: 2; Latency: 4.917; Mrate: 0.407 Threads: 3; Latency: 9.404; Mrate: 0.319 Threads: 4; Latency: 12.296; Mrate: 0.325 Non-blocking communication with message size 256 bytes ---------------------------------------------------------- Threads: 1; Latency: 0.601; Mrate: 1.663 Threads: 2; Latency: 4.937; Mrate: 0.405 Threads: 3; Latency: 9.503; Mrate: 0.316 Threads: 4; Latency: 12.537; Mrate: 0.319 Non-blocking communication with message size 1024 bytes ---------------------------------------------------------- Threads: 1; Latency: 0.774; Mrate: 1.293 Threads: 2; Latency: 5.012; Mrate: 0.399 Threads: 3; Latency: 9.161; Mrate: 0.327 Threads: 4; Latency: 13.644; Mrate: 0.293 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
Failed Multispawn - multispawn
Build: Passed
Execution: Failed
Exit Status: Application_ended_with_error(s)
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.
Assertion failed in file ../src/mpid/ch4/netmod/ofi/ofi_spawn.c at line 753: 0 /opt/cray/pe/lib64/libmpi_cray.so.12(MPL_backtrace_show+0x26) [0x1507d5870b8b] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c54cd4) [0x1507d52fbcd4] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1f12da8) [0x1507d55b9da8] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91c19) [0x1507d5338c19] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91f44) [0x1507d5338f44] /opt/cray/pe/lib64/libmpi_cray.so.12(MPI_Comm_spawn+0x1e2) [0x1507d4f269f2] ./multispawn() [0x203fc3] ./multispawn() [0x204123] /lib64/libc.so.6(__libc_start_main+0xea) [0x1507d18fb3ea] ./multispawn() [0x203eba] MPICH ERROR [Rank 0] [job id aed695f0-c588-4675-b262-487ab901ffe0] [Fri Sep 8 15:16:22 2023] [x1000c7s5b1n1] - Abort(1): Internal error x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 1
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
Failed Taskmaster threaded - th_taskmaster
Build: Passed
Execution: Failed
Exit Status: Application_ended_with_error(s)
MPI Processes: 1
Test Description:
This is a simple test that creates threads to verifiy compatibility between MPI and the pthread library.
Assertion failed in file ../src/mpid/ch4/netmod/ofi/ofi_spawn.c at line 753: 0 /opt/cray/pe/lib64/libmpi_cray.so.12(MPL_backtrace_show+0x26) [0x14b62cadcb8b] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c54cd4) [0x14b62c567cd4] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1f12da8) [0x14b62c825da8] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91c19) [0x14b62c5a4c19] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91f44) [0x14b62c5a4f44] /opt/cray/pe/lib64/libmpi_cray.so.12(MPI_Comm_spawn+0x1e2) [0x14b62c1929f2] ./th_taskmaster() [0x204106] ./th_taskmaster() [0x20428f] /lib64/libpthread.so.0(+0x8539) [0x14b628f06539] /lib64/libc.so.6(clone+0x3f) [0x14b628c3ecff] MPICH ERROR [Rank 0] [job id e8ff3f86-ee5a-4d98-8fb5-d163338cdaf7] [Fri Sep 8 15:16:30 2023] [x1000c7s5b1n1] - Abort(1): Internal error x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 1
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: 80% 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.
109 MPI Control Variables MPIR_CVAR_REDUCE_SCATTER_COMMUTATIVE_LONG_MSG_SIZE=524288 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_REDUCE_SCATTER_MAX_COMMSIZE=1000 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NETWORK_BUFFER_COLL_OPT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_SYNC_FREQ=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_BLK_SIZE=16384 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_CHUNKING_MAX_NODES=90 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLGATHER_VSHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLGATHERV_VSHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLREDUCE_NO_SMP=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_SHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALLV_THROTTLE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_ONLY_TREE=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_INTERNODE_RADIX=4 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_INTRANODE_RADIX=4 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_COLL_OPT_OFF SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_COLL_SYNC SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_SHORT_MSG=131072 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_REDUCE_NO_SMP=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SYNCHRONOUS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SHARED_MEM_COLL_OPT SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLREDUCE_GPU_STAGING_THRESHOLD=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_STAGING_BUF_SIZE=262144 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_SYNC_FREQ=16 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_MAX_TMP_SIZE SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_MIN_COMM_SIZE=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SYNC_FREQ=16 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_MAX_TMP_SIZE SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_MIN_COMM_SIZE=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_ABORT_ON_RW_ERROR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_AGGREGATOR_PLACEMENT_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_AGGREGATOR_PLACEMENT_STRIDE=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_CB_ALIGN=2 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_DVS_MAXNODES=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_HINTS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_HINTS_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_NUM_IRECV=50 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_NUM_ISEND=50 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_SIZE_ISEND=10485760 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS_FILE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS_INTERVAL_MSEC SCOPE_READONLY NO_OBJECT MPI_UNSIGNED_LONG VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIMERS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIMERS_SCALE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIME_WAITS=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_WRITE_EXIT_BARRIER=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_DS_WRITE_CRAY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_OFI_STARTUP_CONNECT SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_OFI_STARTUP_NODES_AGGREGATOR=2 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_DPM_DIR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_SINGLE_HOST_ENABLED=1 SCOPE_ALL_EQ NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_XRCD_BASE_DIR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_POLICY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_MAPPING SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NUM_NICS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_SKIP_NIC_SELECTION=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_SKIP_NIC_SYMMETRY_TEST=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_STARTUP_CONNECT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_RMA_STARTUP_CONNECT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_DEFAULT_TCLASS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_TCLASS_ERRORS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_UCX_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_UCX_RC_MAX_RANKS=7 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SMP_SINGLE_COPY_MODE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_SMP_SINGLE_COPY_SIZE=8192 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SHM_PROGRESS_MAX_BATCH_SIZE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_CH4_RMA_THREAD_HOT=0 SCOPE_GROUP_EQ NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ABORT_ON_ERROR=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_CPUMASK_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ENV_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OPTIMIZED_MEMCPY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_VERBOSITY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_FILE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_RANK_REORDER_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RANK_REORDER_METHOD=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_USE_SYSTEM_MEMCPY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_VERSION_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_USE_GPU_STREAM_TRIGGERED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NUM_MAX_GPU_STREAMS=27 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MEMCPY_MEM_CHECK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MSG_QUEUE_DBG=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NO_BUFFER_ALIAS_CHECK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_AFFINITY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_INTERNAL_MEM_AFFINITY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_POLICY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_PG_SZ SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_OPT_THREAD_SYNC=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_THREAD_YIELD_FREQ=10000 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MEM_DEBUG_FNAME SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MALLOC_FALLBACK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NO_DIRECT_GPU_ACCESS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_G2G_PIPELINE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_SUPPORT_ENABLED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_MANAGED_MEMORY_SUPPORT_ENABLED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_STAGING_AREA_OPT=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_REGISTER_SHARED_MEM_REGION=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_ENABLED=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_THRESHOLD=1024 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_PROTOCOL SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_GPU_NO_ASYNC_COPY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ENABLE_YAKSA=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_EAGER_DEVICE_MEM=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_EAGER_REGISTER_HOST_MEM=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_ALLREDUCE_USE_KERNEL=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RMA_MAX_PENDING=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RMA_SHM_ACCUMULATE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC 0 MPI Performance Variables 24 MPI_T categories Category COLLECTIVE has 32 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 DATALOOP has 0 control variables, 0 performance variables, 0 subcategories Description: Dataloop-related CVARs Category ERROR_HANDLING has 0 control variables, 0 performance variables, 0 subcategories Description: cvars that control error handling behavior (stack traces, aborts, etc) Category THREADS has 0 control variables, 0 performance variables, 0 subcategories Description: multi-threading cvars Category DEBUGGER has 0 control variables, 0 performance variables, 0 subcategories Description: cvars relevant to the "MPIR" debugger interface Category DEVELOPER has 0 control variables, 0 performance variables, 0 subcategories Description: useful for developers working on MPICH itself Category CRAY_MPIIO has 20 control variables, 0 performance variables, 0 subcategories Description: A category for variables that control Cray's MPI-IO technology. Category DIMS has 0 control variables, 0 performance variables, 0 subcategories Description: Dims_create cvars Category PROCESS_MANAGER has 1 control variables, 0 performance variables, 0 subcategories Description: cvars that control the client-side process manager code Category MEMORY has 0 control variables, 0 performance variables, 0 subcategories Description: affects memory allocation and usage, including MPI object handles Category NODEMAP has 1 control variables, 0 performance variables, 0 subcategories Description: cvars that control behavior of nodemap Category REQUEST has 0 control variables, 0 performance variables, 0 subcategories Description: A category for requests mangement variables Category CRAY_GNI has 0 control variables, 0 performance variables, 0 subcategories Description: A category for variables that control Cray's GNI technology. Category NEMESIS has 0 control variables, 0 performance variables, 0 subcategories Description: cvars that control behavior of the ch3:nemesis channel Category FT has 0 control variables, 0 performance variables, 0 subcategories Description: cvars that control behavior of fault tolerance Category CH3 has 0 control variables, 0 performance variables, 0 subcategories Description: cvars that control behavior of ch3 Category CH4_OFI has 12 control variables, 0 performance variables, 0 subcategories Description: A category for CH4 OFI netmod variables Category CH4 has 1 control variables, 0 performance variables, 0 subcategories Description: cvars that control behavior of the CH4 device Category CRAY_CONTROL has 17 control variables, 0 performance variables, 0 subcategories Description: A category for variables that control the flow of Cray MPICH Category CRAY_DISPLAY has 7 control variables, 0 performance variables, 0 subcategories Description: A category for variables that enable displaying of system details. Has no effect on the flow of Cray MPICH. Category CRAY_DMAPP has 0 control variables, 0 performance variables, 0 subcategories Description: A category for variables that are specific to Cray DMAPP technology. Category CRAY_GPU has 16 control variables, 0 performance variables, 0 subcategories Description: A category for variables that affect Cray's GPU support Category CH4_UCX has 2 control variables, 0 performance variables, 0 subcategories Description: No errors
Passed MPI_T multithreaded - mpit_threading
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
109 MPI Control Variables MPIR_CVAR_REDUCE_SCATTER_COMMUTATIVE_LONG_MSG_SIZE=524288 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_REDUCE_SCATTER_MAX_COMMSIZE=1000 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NETWORK_BUFFER_COLL_OPT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_SYNC_FREQ=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_BLK_SIZE=16384 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_CHUNKING_MAX_NODES=90 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLGATHER_VSHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLGATHERV_VSHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLREDUCE_NO_SMP=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_SHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALLV_THROTTLE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_ONLY_TREE=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_INTERNODE_RADIX=4 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_INTRANODE_RADIX=4 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_COLL_OPT_OFF SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_COLL_SYNC SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_SHORT_MSG=131072 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_REDUCE_NO_SMP=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SYNCHRONOUS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SHARED_MEM_COLL_OPT SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLREDUCE_GPU_STAGING_THRESHOLD=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_STAGING_BUF_SIZE=262144 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_SYNC_FREQ=16 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_MAX_TMP_SIZE SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_MIN_COMM_SIZE=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SYNC_FREQ=16 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_MAX_TMP_SIZE SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_MIN_COMM_SIZE=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_ABORT_ON_RW_ERROR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_AGGREGATOR_PLACEMENT_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_AGGREGATOR_PLACEMENT_STRIDE=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_CB_ALIGN=2 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_DVS_MAXNODES=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_HINTS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_HINTS_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_NUM_IRECV=50 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_NUM_ISEND=50 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_SIZE_ISEND=10485760 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS_FILE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS_INTERVAL_MSEC SCOPE_READONLY NO_OBJECT MPI_UNSIGNED_LONG VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIMERS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIMERS_SCALE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIME_WAITS=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_WRITE_EXIT_BARRIER=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_DS_WRITE_CRAY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_OFI_STARTUP_CONNECT SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_OFI_STARTUP_NODES_AGGREGATOR=2 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_DPM_DIR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_SINGLE_HOST_ENABLED=1 SCOPE_ALL_EQ NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_XRCD_BASE_DIR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_POLICY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_MAPPING SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NUM_NICS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_SKIP_NIC_SELECTION=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_SKIP_NIC_SYMMETRY_TEST=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_STARTUP_CONNECT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_RMA_STARTUP_CONNECT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_DEFAULT_TCLASS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_TCLASS_ERRORS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_UCX_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_UCX_RC_MAX_RANKS=7 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SMP_SINGLE_COPY_MODE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_SMP_SINGLE_COPY_SIZE=8192 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SHM_PROGRESS_MAX_BATCH_SIZE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_CH4_RMA_THREAD_HOT=0 SCOPE_GROUP_EQ NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ABORT_ON_ERROR=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_CPUMASK_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ENV_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OPTIMIZED_MEMCPY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_VERBOSITY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_FILE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_RANK_REORDER_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RANK_REORDER_METHOD=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_USE_SYSTEM_MEMCPY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_VERSION_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_USE_GPU_STREAM_TRIGGERED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NUM_MAX_GPU_STREAMS=27 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MEMCPY_MEM_CHECK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MSG_QUEUE_DBG=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NO_BUFFER_ALIAS_CHECK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_AFFINITY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_INTERNAL_MEM_AFFINITY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_POLICY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_PG_SZ SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_OPT_THREAD_SYNC=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_THREAD_YIELD_FREQ=10000 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MEM_DEBUG_FNAME SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MALLOC_FALLBACK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NO_DIRECT_GPU_ACCESS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_G2G_PIPELINE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_SUPPORT_ENABLED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_MANAGED_MEMORY_SUPPORT_ENABLED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_STAGING_AREA_OPT=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_REGISTER_SHARED_MEM_REGION=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_ENABLED=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_THRESHOLD=1024 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_PROTOCOL SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_GPU_NO_ASYNC_COPY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ENABLE_YAKSA=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_EAGER_DEVICE_MEM=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_EAGER_REGISTER_HOST_MEM=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_ALLREDUCE_USE_KERNEL=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RMA_MAX_PENDING=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RMA_SHM_ACCUMULATE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC 0 MPI Performance Variables 24 MPI_T categories Category COLLECTIVE has 32 control variables, 0 performance variables, 0 subcategories Category COMMUNICATOR has 0 control variables, 0 performance variables, 0 subcategories Category DATALOOP has 0 control variables, 0 performance variables, 0 subcategories Category ERROR_HANDLING has 0 control variables, 0 performance variables, 0 subcategories Category THREADS has 0 control variables, 0 performance variables, 0 subcategories Category DEBUGGER has 0 control variables, 0 performance variables, 0 subcategories Category DEVELOPER has 0 control variables, 0 performance variables, 0 subcategories Category CRAY_MPIIO has 20 control variables, 0 performance variables, 0 subcategories Category DIMS has 0 control variables, 0 performance variables, 0 subcategories Category PROCESS_MANAGER has 1 control variables, 0 performance variables, 0 subcategories Category MEMORY has 0 control variables, 0 performance variables, 0 subcategories Category NODEMAP has 1 control variables, 0 performance variables, 0 subcategories Category REQUEST has 0 control variables, 0 performance variables, 0 subcategories Category CRAY_GNI has 0 control variables, 0 performance variables, 0 subcategories Category NEMESIS has 0 control variables, 0 performance variables, 0 subcategories Category FT has 0 control variables, 0 performance variables, 0 subcategories Category CH3 has 0 control variables, 0 performance variables, 0 subcategories Category CH4_OFI has 12 control variables, 0 performance variables, 0 subcategories Category CH4 has 1 control variables, 0 performance variables, 0 subcategories Category CRAY_CONTROL has 17 control variables, 0 performance variables, 0 subcategories Category CRAY_DISPLAY has 7 control variables, 0 performance variables, 0 subcategories Category CRAY_DMAPP has 0 control variables, 0 performance variables, 0 subcategories Category CRAY_GPU has 16 control variables, 0 performance variables, 0 subcategories Category CH4_UCX has 2 control variables, 0 performance variables, 0 subcategories No errors
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
Failed MPI_T write variable - cvarwrite
Build: Passed
Execution: Failed
Exit Status: Failed with signal 15
MPI Processes: 1
Test Description:
This test writes to control variables exposed by MPI_T functionality of MPI_3.0.
Total 109 MPI control variables INTERNAL ERROR: invalid error code 44 (Ring ids do not match) in PMPI_T_cvar_write:129 MPICH ERROR [Rank 0] [job id 895e79da-2271-4785-bfe5-9043a0cef1fe] [Fri Sep 8 15:16:13 2023] [x1000c7s5b1n1] - Abort(134889999) (rank 0 in comm 0): Fatal error in PMPI_T_cvar_write: Other MPI error, error stack: PMPI_T_cvar_write(143): MPI_T_cvar_write(handle=0x149d650, buf=0x7ffe7cc15e34) PMPI_T_cvar_write(129): x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 15
MPI-3.0 - Score: 99% 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
Passed Iallreduce basic - iallred
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
Simple test for MPI_Iallreduce() and MPI_Allreduce().
No errors
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.
MPI VERSION : CRAY MPICH version 8.1.9.11 (ANL base 3.4a2) MPI BUILD INFO : Wed Aug 18 13:38 2021 (git hash 403e16f) 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.
109 MPI Control Variables MPIR_CVAR_REDUCE_SCATTER_COMMUTATIVE_LONG_MSG_SIZE=524288 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_REDUCE_SCATTER_MAX_COMMSIZE=1000 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NETWORK_BUFFER_COLL_OPT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_SYNC_FREQ=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_BLK_SIZE=16384 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_CHUNKING_MAX_NODES=90 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLGATHER_VSHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLGATHERV_VSHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLREDUCE_NO_SMP=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_SHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALLV_THROTTLE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_ONLY_TREE=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_INTERNODE_RADIX=4 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_INTRANODE_RADIX=4 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_COLL_OPT_OFF SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_COLL_SYNC SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_SHORT_MSG=131072 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_REDUCE_NO_SMP=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SYNCHRONOUS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SHARED_MEM_COLL_OPT SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLREDUCE_GPU_STAGING_THRESHOLD=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_STAGING_BUF_SIZE=262144 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_SYNC_FREQ=16 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_MAX_TMP_SIZE SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_MIN_COMM_SIZE=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SYNC_FREQ=16 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_MAX_TMP_SIZE SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_MIN_COMM_SIZE=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_ABORT_ON_RW_ERROR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_AGGREGATOR_PLACEMENT_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_AGGREGATOR_PLACEMENT_STRIDE=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_CB_ALIGN=2 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_DVS_MAXNODES=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_HINTS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_HINTS_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_NUM_IRECV=50 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_NUM_ISEND=50 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_SIZE_ISEND=10485760 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS_FILE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS_INTERVAL_MSEC SCOPE_READONLY NO_OBJECT MPI_UNSIGNED_LONG VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIMERS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIMERS_SCALE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIME_WAITS=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_WRITE_EXIT_BARRIER=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_DS_WRITE_CRAY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_OFI_STARTUP_CONNECT SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_OFI_STARTUP_NODES_AGGREGATOR=2 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_DPM_DIR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_SINGLE_HOST_ENABLED=1 SCOPE_ALL_EQ NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_XRCD_BASE_DIR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_POLICY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_MAPPING SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NUM_NICS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_SKIP_NIC_SELECTION=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_SKIP_NIC_SYMMETRY_TEST=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_STARTUP_CONNECT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_RMA_STARTUP_CONNECT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_DEFAULT_TCLASS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_TCLASS_ERRORS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_UCX_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_UCX_RC_MAX_RANKS=7 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SMP_SINGLE_COPY_MODE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_SMP_SINGLE_COPY_SIZE=8192 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SHM_PROGRESS_MAX_BATCH_SIZE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_CH4_RMA_THREAD_HOT=0 SCOPE_GROUP_EQ NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ABORT_ON_ERROR=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_CPUMASK_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ENV_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OPTIMIZED_MEMCPY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_VERBOSITY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_FILE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_RANK_REORDER_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RANK_REORDER_METHOD=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_USE_SYSTEM_MEMCPY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_VERSION_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_USE_GPU_STREAM_TRIGGERED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NUM_MAX_GPU_STREAMS=27 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MEMCPY_MEM_CHECK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MSG_QUEUE_DBG=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NO_BUFFER_ALIAS_CHECK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_AFFINITY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_INTERNAL_MEM_AFFINITY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_POLICY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_PG_SZ SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_OPT_THREAD_SYNC=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_THREAD_YIELD_FREQ=10000 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MEM_DEBUG_FNAME SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MALLOC_FALLBACK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NO_DIRECT_GPU_ACCESS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_G2G_PIPELINE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_SUPPORT_ENABLED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_MANAGED_MEMORY_SUPPORT_ENABLED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_STAGING_AREA_OPT=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_REGISTER_SHARED_MEM_REGION=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_ENABLED=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_THRESHOLD=1024 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_PROTOCOL SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_GPU_NO_ASYNC_COPY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ENABLE_YAKSA=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_EAGER_DEVICE_MEM=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_EAGER_REGISTER_HOST_MEM=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_ALLREDUCE_USE_KERNEL=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RMA_MAX_PENDING=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RMA_SHM_ACCUMULATE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC 0 MPI Performance Variables 24 MPI_T categories Category COLLECTIVE has 32 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 DATALOOP has 0 control variables, 0 performance variables, 0 subcategories Description: Dataloop-related CVARs Category ERROR_HANDLING has 0 control variables, 0 performance variables, 0 subcategories Description: cvars that control error handling behavior (stack traces, aborts, etc) Category THREADS has 0 control variables, 0 performance variables, 0 subcategories Description: multi-threading cvars Category DEBUGGER has 0 control variables, 0 performance variables, 0 subcategories Description: cvars relevant to the "MPIR" debugger interface Category DEVELOPER has 0 control variables, 0 performance variables, 0 subcategories Description: useful for developers working on MPICH itself Category CRAY_MPIIO has 20 control variables, 0 performance variables, 0 subcategories Description: A category for variables that control Cray's MPI-IO technology. Category DIMS has 0 control variables, 0 performance variables, 0 subcategories Description: Dims_create cvars Category PROCESS_MANAGER has 1 control variables, 0 performance variables, 0 subcategories Description: cvars that control the client-side process manager code Category MEMORY has 0 control variables, 0 performance variables, 0 subcategories Description: affects memory allocation and usage, including MPI object handles Category NODEMAP has 1 control variables, 0 performance variables, 0 subcategories Description: cvars that control behavior of nodemap Category REQUEST has 0 control variables, 0 performance variables, 0 subcategories Description: A category for requests mangement variables Category CRAY_GNI has 0 control variables, 0 performance variables, 0 subcategories Description: A category for variables that control Cray's GNI technology. Category NEMESIS has 0 control variables, 0 performance variables, 0 subcategories Description: cvars that control behavior of the ch3:nemesis channel Category FT has 0 control variables, 0 performance variables, 0 subcategories Description: cvars that control behavior of fault tolerance Category CH3 has 0 control variables, 0 performance variables, 0 subcategories Description: cvars that control behavior of ch3 Category CH4_OFI has 12 control variables, 0 performance variables, 0 subcategories Description: A category for CH4 OFI netmod variables Category CH4 has 1 control variables, 0 performance variables, 0 subcategories Description: cvars that control behavior of the CH4 device Category CRAY_CONTROL has 17 control variables, 0 performance variables, 0 subcategories Description: A category for variables that control the flow of Cray MPICH Category CRAY_DISPLAY has 7 control variables, 0 performance variables, 0 subcategories Description: A category for variables that enable displaying of system details. Has no effect on the flow of Cray MPICH. Category CRAY_DMAPP has 0 control variables, 0 performance variables, 0 subcategories Description: A category for variables that are specific to Cray DMAPP technology. Category CRAY_GPU has 16 control variables, 0 performance variables, 0 subcategories Description: A category for variables that affect Cray's GPU support Category CH4_UCX has 2 control variables, 0 performance variables, 0 subcategories Description: No errors
Passed MPI_T multithreaded - mpit_threading
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
109 MPI Control Variables MPIR_CVAR_REDUCE_SCATTER_COMMUTATIVE_LONG_MSG_SIZE=524288 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_REDUCE_SCATTER_MAX_COMMSIZE=1000 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NETWORK_BUFFER_COLL_OPT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_SYNC_FREQ=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_BLK_SIZE=16384 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_CHUNKING_MAX_NODES=90 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLGATHER_VSHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLGATHERV_VSHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLREDUCE_NO_SMP=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALL_SHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLTOALLV_THROTTLE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_ONLY_TREE=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_INTERNODE_RADIX=4 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_BCAST_INTRANODE_RADIX=4 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_COLL_OPT_OFF SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_COLL_SYNC SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_SHORT_MSG=131072 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_REDUCE_NO_SMP=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SYNCHRONOUS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SHARED_MEM_COLL_OPT SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLREDUCE_GPU_STAGING_THRESHOLD=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_STAGING_BUF_SIZE=262144 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_SYNC_FREQ=16 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_MAX_TMP_SIZE SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_GATHERV_MIN_COMM_SIZE=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SHORT_MSG=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_SYNC_FREQ=16 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_MAX_TMP_SIZE SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_SCATTERV_MIN_COMM_SIZE=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_ABORT_ON_RW_ERROR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_AGGREGATOR_PLACEMENT_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_AGGREGATOR_PLACEMENT_STRIDE=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_CB_ALIGN=2 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_DVS_MAXNODES=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_HINTS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_HINTS_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_NUM_IRECV=50 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_NUM_ISEND=50 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_MAX_SIZE_ISEND=10485760 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS_FILE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_STATS_INTERVAL_MSEC SCOPE_READONLY NO_OBJECT MPI_UNSIGNED_LONG VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIMERS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIMERS_SCALE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_TIME_WAITS=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_WRITE_EXIT_BARRIER=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_DS_WRITE_CRAY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_OFI_STARTUP_CONNECT SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MPIIO_OFI_STARTUP_NODES_AGGREGATOR=2 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_DPM_DIR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_SINGLE_HOST_ENABLED=1 SCOPE_ALL_EQ NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_XRCD_BASE_DIR SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_POLICY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NIC_MAPPING SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_NUM_NICS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_SKIP_NIC_SELECTION=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_SKIP_NIC_SYMMETRY_TEST=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_STARTUP_CONNECT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_RMA_STARTUP_CONNECT=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OFI_DEFAULT_TCLASS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_OFI_TCLASS_ERRORS SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_UCX_VERBOSE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_UCX_RC_MAX_RANKS=7 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SMP_SINGLE_COPY_MODE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_SMP_SINGLE_COPY_SIZE=8192 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_SHM_PROGRESS_MAX_BATCH_SIZE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_CH4_RMA_THREAD_HOT=0 SCOPE_GROUP_EQ NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ABORT_ON_ERROR=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_CPUMASK_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ENV_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_OPTIMIZED_MEMCPY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_VERBOSITY=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_STATS_FILE SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_RANK_REORDER_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RANK_REORDER_METHOD=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_USE_SYSTEM_MEMCPY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_VERSION_DISPLAY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_USE_GPU_STREAM_TRIGGERED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NUM_MAX_GPU_STREAMS=27 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MEMCPY_MEM_CHECK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MSG_QUEUE_DBG=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NO_BUFFER_ALIAS_CHECK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_AFFINITY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_INTERNAL_MEM_AFFINITY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_POLICY SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_ALLOC_MEM_PG_SZ SCOPE_READONLY NO_OBJECT Invalid:MPI_LONG VERBOSITY_USER_BASIC MPIR_CVAR_OPT_THREAD_SYNC=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_THREAD_YIELD_FREQ=10000 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_MEM_DEBUG_FNAME SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_MALLOC_FALLBACK=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_NO_DIRECT_GPU_ACCESS=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_G2G_PIPELINE=8 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_SUPPORT_ENABLED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_MANAGED_MEMORY_SUPPORT_ENABLED=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_STAGING_AREA_OPT=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_COLL_REGISTER_SHARED_MEM_REGION=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_ENABLED=-1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_THRESHOLD=1024 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_IPC_PROTOCOL SCOPE_READONLY NO_OBJECT MPI_CHAR VERBOSITY_USER_BASIC MPIR_CVAR_GPU_NO_ASYNC_COPY=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_ENABLE_YAKSA=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_EAGER_DEVICE_MEM=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_EAGER_REGISTER_HOST_MEM=1 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_GPU_ALLREDUCE_USE_KERNEL=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RMA_MAX_PENDING=64 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC MPIR_CVAR_RMA_SHM_ACCUMULATE=0 SCOPE_READONLY NO_OBJECT MPI_INT VERBOSITY_USER_BASIC 0 MPI Performance Variables 24 MPI_T categories Category COLLECTIVE has 32 control variables, 0 performance variables, 0 subcategories Category COMMUNICATOR has 0 control variables, 0 performance variables, 0 subcategories Category DATALOOP has 0 control variables, 0 performance variables, 0 subcategories Category ERROR_HANDLING has 0 control variables, 0 performance variables, 0 subcategories Category THREADS has 0 control variables, 0 performance variables, 0 subcategories Category DEBUGGER has 0 control variables, 0 performance variables, 0 subcategories Category DEVELOPER has 0 control variables, 0 performance variables, 0 subcategories Category CRAY_MPIIO has 20 control variables, 0 performance variables, 0 subcategories Category DIMS has 0 control variables, 0 performance variables, 0 subcategories Category PROCESS_MANAGER has 1 control variables, 0 performance variables, 0 subcategories Category MEMORY has 0 control variables, 0 performance variables, 0 subcategories Category NODEMAP has 1 control variables, 0 performance variables, 0 subcategories Category REQUEST has 0 control variables, 0 performance variables, 0 subcategories Category CRAY_GNI has 0 control variables, 0 performance variables, 0 subcategories Category NEMESIS has 0 control variables, 0 performance variables, 0 subcategories Category FT has 0 control variables, 0 performance variables, 0 subcategories Category CH3 has 0 control variables, 0 performance variables, 0 subcategories Category CH4_OFI has 12 control variables, 0 performance variables, 0 subcategories Category CH4 has 1 control variables, 0 performance variables, 0 subcategories Category CRAY_CONTROL has 17 control variables, 0 performance variables, 0 subcategories Category CRAY_DISPLAY has 7 control variables, 0 performance variables, 0 subcategories Category CRAY_DMAPP has 0 control variables, 0 performance variables, 0 subcategories Category CRAY_GPU has 16 control variables, 0 performance variables, 0 subcategories Category CH4_UCX has 2 control variables, 0 performance variables, 0 subcategories No errors
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
Failed MPI_T write variable - cvarwrite
Build: Passed
Execution: Failed
Exit Status: Failed with signal 15
MPI Processes: 1
Test Description:
This test writes to control variables exposed by MPI_T functionality of MPI_3.0.
Total 109 MPI control variables INTERNAL ERROR: invalid error code 44 (Ring ids do not match) in PMPI_T_cvar_write:129 MPICH ERROR [Rank 0] [job id 895e79da-2271-4785-bfe5-9043a0cef1fe] [Fri Sep 8 15:16:13 2023] [x1000c7s5b1n1] - Abort(134889999) (rank 0 in comm 0): Fatal error in PMPI_T_cvar_write: Other MPI error, error stack: PMPI_T_cvar_write(143): MPI_T_cvar_write(handle=0x149d650, buf=0x7ffe7cc15e34) PMPI_T_cvar_write(129): x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 15
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 Matched Probe - mprobe
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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 0 used 4 read cycle. mpi_rank:1 thread 0 local memory request (bytes):400 of local allocation:800 mpi_rank:1 thread 0 recv'd 100 MPI_FLOATs from rank:0. mpi_rank:0 main() received message from rank:1 that the received message length was 400 bytes long. No errors. mpi_rank:1 thread 0 sending rank:0 the number of MPI_FLOATs received:100 mpi_rank:1 main() thread 0 exit status:0 mpi_rank:1 thread 2 giving up reading data. mpi_rank:1 thread 3 giving up reading data. mpi_rank:1 thread 1 giving up reading data. 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
Passed Non-blocking basic - nonblocking4
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
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 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
Passed RMA zero-size compliance - badrma
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
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 Window same_disp_unit - win_same_disp_unit
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
Test the acceptance of the MPI 3.1 standard same_disp_unit info key for window creation.
No errors
MPI-2.2 - Score: 95% Passed
This group features tests that exercises MPI functionality of MPI-2.2 and earlier.
Passed Alloc_mem - alloc
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
Simple check to see if MPI_Alloc_mem() is supported.
No errors
Passed C/Fortran interoperability supported - interoperability
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
Checks if the C-Fortran (F77) interoperability functions are supported using the MPI-2.2 specification.
No errors
Passed Comm_create intercommunicators - iccreate
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 8
Test Description:
This program tests MPI_Comm_create() using a selection of intercommunicators. Creates a new communicator from an intercommunicator, duplicates the communicator, and verifies that it works. Includes test with one side of intercommunicator being set with MPI_GROUP_EMPTY.
Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup) Testing communication on intercomm 'Single rank in each group', remote_size=1 Creating a new intercomm (manual dup) 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 (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 Creating a new intercomm (manual dup (done)) 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 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 my recvs completed, about to waitall my recvs completed, about to waitall 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 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Testing communication on intercomm 'Single rank in each group', remote_size=1 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup) 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=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=1 isends posted, about to recv my recvs completed, about to waitall my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=7 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=1 isends posted, about to recv my recvs completed, about to waitall 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=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=1 isends posted, about to recv my recvs completed, about to waitall my recvs completed, about to waitall Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 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) Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv Creating a new intercomm (manual dup) 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=2 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) 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 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 my recvs completed, about to waitall my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=6 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=6 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=2 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=2 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 Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (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 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) my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv my recvs completed, about to waitall my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm 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 (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 0-0 Creating a new intercomm 0-0 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 0-0 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv 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) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup) 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) 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 Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv my recvs completed, about to waitall my recvs completed, about to waitall Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup) Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup) Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv Creating a new intercomm (manual dup) Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=4 isends posted, about to recv 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 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) 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 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 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Creating a new intercomm 0-0 Testing communication on intercomm 'Single rank in each group', remote_size=1 isends posted, about to recv Creating a new intercomm 0-0 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=3 isends posted, about to recv Testing communication on intercomm 'Single rank in each group', remote_size=1 Creating a new intercomm (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=3 isends posted, about to recv my recvs completed, about to waitall Creating a new intercomm (manual dup) 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 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 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 (manual dup) Creating a new intercomm (manual dup (done)) Result of comm/intercomm compare is 1 Testing communication on intercomm 'Dup of original', remote_size=3 isends posted, about to recv my recvs completed, about to waitall No errors 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
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 Testing communication on intercomm 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 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 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 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 Testing communication on intercomm Testing communication on intercomm 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 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 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 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 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 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 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 (discarding rank 0 in the left group) then MPI_Intercomm_create'ing 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 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 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 (discarding rank 0 in the left group) then MPI_Intercomm_create'ing 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 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 Testing communication on intercomm Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'ing No errors 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 Created intercomm Intercomm by splitting MPI_COMM_WORLD (discarding rank 0 in the left group) then MPI_Intercomm_create'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 discarding 0 ranks with MPI_Comm_create 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
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
Passed Error Handling - errors
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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. Error code: 67775494 Error string: Invalid rank, error stack: PMPI_Send(163): MPI_Send(buf=0x7ffca4ac815c, count=1, MPI_INT, dest=1, tag=MPI_ANY_TAG, MPI_COMM_WORLD) failed PMPI_Send(100): Invalid rank has value 1 but must be nonnegative and less than 1 No errors
Passed Extended collectives - collectives
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 4
Test Description:
Checks if "extended collectives" are supported, i.e., collective operations with MPI-2 intercommunicators.
No errors
Passed Init arguments - init_args
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
In MPI-1.1, it is explicitly stated that an implementation is allowed to require that the arguments argc and argv passed by an application to MPI_Init in C be the same arguments passed into the application as the arguments to main. In MPI-2 implementations are not allowed to impose this requirement. Conforming implementations of MPI allow applications to pass NULL for both the argc and argv arguments of MPI_Init(). This test prints the result of the error status of MPI_Init(). If the test completes without error, it reports 'No errors.'
MPI_INIT accepts Null arguments for MPI_init(). No errors
Passed MPI-2 replaced routines - mpi_2_functions
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
Checks the presence of all MPI-2.2 routines that replaced deprecated routines.
No errors
Passed MPI-2 type routines - mpi_2_functions_bcast
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
This test checks that a subset of MPI-2 routines that replaced MPI-1 routines work correctly.
rank:0/2 c:'C',d[6]={3.141590,1.000000,12.310000,7.980000,5.670000,12.130000},b="123456" rank:0/2 MPI_Bcast() of struct. No errors 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.
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
Failed Master/slave - master
Build: Passed
Execution: Failed
Exit Status: Application_ended_with_error(s)
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 1 MPI_UNIVERSE_SIZE forced to 4 master rank creating 4 slave processes. Assertion failed in file ../src/mpid/ch4/netmod/ofi/ofi_spawn.c at line 753: 0 /opt/cray/pe/lib64/libmpi_cray.so.12(MPL_backtrace_show+0x26) [0x14869667cb8b] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c54cd4) [0x148696107cd4] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1f12da8) [0x1486963c5da8] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91c19) [0x148696144c19] /opt/cray/pe/lib64/libmpi_cray.so.12(+0x1c91f44) [0x148696144f44] /opt/cray/pe/lib64/libmpi_cray.so.12(MPI_Comm_spawn+0x1e2) [0x148695d329f2] ./master() [0x203e79] /lib64/libc.so.6(__libc_start_main+0xea) [0x1486927073ea] ./master() [0x203b6a] MPICH ERROR [Rank 0] [job id 0291846e-cb63-475b-90a5-785885ec1800] [Fri Sep 8 15:16:21 2023] [x1000c7s5b1n1] - Abort(1): Internal error x1000c7s5b1n1.hsn0.warhawk.afrl.hpc.mil: rank 0 exited with code 1
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: 100% 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.
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.1424259850010983, Error is 0.0008333314113051 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.1415927369231254, Error is 0.0000000833333322 Enter the number of intervals: (0 quits) Number if intervals used: 10000 pi is approximately 3.1415926544231318, Error is 0.0000000008333387 Enter the number of intervals: (0 quits) Number if intervals used: 100000 pi is approximately 3.1415926535981016, Error is 0.0000000000083085 Enter the number of intervals: (0 quits) Number if intervals used: 1000000 pi is approximately 3.1415926535899388, Error is 0.0000000000001457 Enter the number of intervals: (0 quits) Number if intervals used: 10000000 pi is approximately 3.1415926535899850, Error is 0.0000000000001918 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
Passed Accumulate with fence comms - accfence1
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 4
Test Description:
Simple test of Accumulate/Replace with fence for a selection of communicators and datatypes.
No errors
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 Beginning loop 0 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 About to start fence Finished with fence sync Finished with fence sync Finished with fence sync Beginning loop 1 of mixed sync put operations Finished with fence sync Beginning loop 1 of mixed sync put operations Beginning loop 1 of mixed sync put operations Beginning loop 1 of mixed sync put operations About to perform exclusive lock About to start fence About to start fence About to start fence Released exclusive lock About to start fence Finished with fence sync 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 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 Freeing the window No errors
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 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 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.868 0.843 1.225 8.792 9.053 6.229 0 16 0.860 0.852 1.221 17.752 17.908 12.492 0 32 0.844 0.839 1.237 36.166 36.366 24.665 0 64 0.865 0.869 1.237 70.526 70.208 49.354 0 128 0.856 0.853 1.272 142.662 143.088 95.987 0 256 0.858 0.852 1.284 284.711 286.703 190.131 0 512 0.864 0.847 1.317 565.324 576.262 370.838 0 1024 0.866 0.852 1.423 1128.305 1145.895 686.062 0 2048 0.871 0.857 1.714 2243.076 2277.957 1139.577 0 4096 0.891 0.882 2.092 4381.833 4427.361 1867.266 0 8192 0.919 0.920 2.974 8501.631 8490.603 2626.619 0 16384 1.267 1.237 4.856 12334.411 12626.324 3217.783 0 32768 1.586 1.565 8.090 19698.812 19966.252 3862.954 0 65536 2.228 2.187 14.720 28051.401 28576.736 4245.965 0 131072 3.453 3.439 29.681 36204.591 36348.896 4211.502 0 262144 7.362 7.267 58.789 33959.411 34404.402 4252.510 0 524288 15.867 14.601 114.202 31512.878 34244.311 4378.196 0 1048576 25.865 24.534 223.917 38662.932 40759.656 4465.934 0 2097152 49.144 47.627 443.290 40697.083 41992.974 4511.723 1 8 11.503 10.652 12.294 0.663 0.716 0.621 1 16 11.431 10.696 12.255 1.335 1.427 1.245 1 32 11.358 10.653 12.224 2.687 2.865 2.496 1 64 11.336 10.706 12.506 5.384 5.701 4.880 1 128 11.372 10.757 12.935 10.734 11.348 9.437 1 256 11.884 11.267 13.141 20.543 21.669 18.579 1 512 11.455 11.383 13.234 42.626 42.897 36.895 1 1024 11.614 11.383 13.605 84.084 85.790 71.780 1 2048 11.995 12.155 14.827 162.825 160.679 131.726 1 4096 28.824 33.636 15.456 135.522 116.134 252.732 1 8192 40.228 39.962 17.157 194.205 195.498 455.349 1 16384 40.991 39.554 22.145 381.181 395.028 705.590 1 32768 42.246 41.478 27.196 739.718 753.403 1149.052 1 65536 44.083 43.875 35.957 1417.780 1424.492 1738.176 1 131072 48.251 52.080 56.471 2590.606 2400.169 2213.525 1 262144 58.546 63.882 90.040 4270.136 3913.443 2776.552 1 524288 79.776 89.938 150.678 6267.556 5559.393 3318.344 1 1048576 125.702 134.215 277.436 7955.314 7450.722 3604.435 1 2097152 210.840 221.276 536.635 9485.869 9038.500 3726.928 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.370 0.358 0.661 20.634 21.323 11.548 0 16 0.379 0.361 0.661 40.285 42.317 23.082 0 32 0.367 0.363 0.669 83.118 84.142 45.606 0 64 0.367 0.357 0.662 166.247 170.966 92.233 0 128 0.363 0.354 0.679 336.390 345.071 179.881 0 256 0.377 0.368 0.726 648.344 663.870 336.510 0 512 0.374 0.366 0.763 1307.143 1333.233 640.202 0 1024 0.375 0.368 0.850 2601.532 2653.236 1148.881 0 2048 0.380 0.385 1.124 5142.749 5071.352 1737.020 0 4096 0.395 0.393 1.499 9878.496 9929.010 2605.687 0 8192 0.433 0.439 2.367 18025.611 17800.182 3300.299 0 16384 0.667 0.663 4.276 23421.525 23570.340 3653.777 0 32768 1.017 1.019 7.471 30741.194 30668.699 4182.947 0 65536 1.639 1.639 14.379 38144.372 38137.144 4346.569 0 131072 2.897 2.880 29.281 43151.645 43395.667 4269.033 0 262144 6.353 6.354 58.248 39353.380 39346.560 4291.984 0 524288 15.151 13.854 113.497 33000.541 36090.557 4405.421 0 1048576 27.789 26.911 223.503 35984.879 37159.766 4474.213 0 2097152 54.145 53.019 442.826 36937.527 37722.536 4516.447 1 8 3.410 2.667 4.322 2.237 2.861 1.765 1 16 3.437 2.696 4.283 4.439 5.659 3.563 1 32 3.443 2.724 4.277 8.863 11.202 7.135 1 64 3.470 2.746 4.283 17.588 22.225 14.252 1 128 3.502 2.776 4.811 34.861 43.970 25.373 1 256 3.555 3.331 4.924 68.673 73.300 49.582 1 512 3.618 3.406 5.080 134.968 143.375 96.126 1 1024 3.792 3.547 5.386 257.537 275.324 181.318 1 2048 4.121 3.818 6.061 473.983 511.590 322.245 1 4096 30.623 30.458 7.424 127.560 128.250 526.135 1 8192 30.956 32.146 9.105 252.374 243.036 858.025 1 16384 32.131 31.966 14.962 486.288 488.803 1044.316 1 32768 34.039 34.077 19.311 918.074 917.050 1618.243 1 65536 36.549 38.384 27.522 1710.013 1628.303 2270.883 1 131072 41.739 46.009 46.559 2994.798 2716.878 2684.749 1 262144 52.926 59.676 79.191 4723.608 4189.288 3156.936 1 524288 75.647 81.946 150.095 6609.650 6101.561 3331.222 1 1048576 122.141 124.508 270.102 8187.259 8031.623 3702.311 1 2097152 203.898 214.601 519.286 9808.849 9319.620 3851.441 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.844 0.830 1.203 9.035 9.191 6.342 0 16 0.841 0.831 1.216 18.142 18.359 12.549 0 32 0.850 0.840 1.218 35.901 36.325 25.045 0 64 0.842 0.831 1.219 72.502 73.411 50.076 0 128 0.838 0.828 1.230 145.721 147.451 99.231 0 256 0.839 0.833 1.255 291.122 293.178 194.463 0 512 0.845 0.827 1.300 577.651 590.590 375.517 0 1024 0.861 0.839 1.418 1133.817 1164.448 688.541 0 2048 0.850 0.832 1.679 2297.115 2346.471 1163.382 0 4096 0.873 0.852 2.051 4473.995 4587.224 1904.680 0 8192 0.905 0.892 2.922 8633.414 8757.473 2673.870 0 16384 1.245 1.236 4.779 12545.223 12641.184 3269.222 0 32768 1.577 1.549 8.044 19814.519 20171.039 3885.039 0 65536 2.209 2.174 14.728 28295.447 28747.275 4243.674 0 131072 3.441 3.442 29.794 36325.552 36312.169 4195.481 0 262144 7.395 7.311 59.052 33806.717 34196.519 4233.531 0 524288 15.700 14.493 114.046 31846.310 34498.900 4384.179 0 1048576 28.787 27.581 224.121 34738.395 36256.455 4461.869 0 2097152 54.400 54.239 445.898 36764.723 36874.174 4485.334 1 8 11.641 11.450 12.513 0.655 0.666 0.610 1 16 11.539 10.768 12.442 1.322 1.417 1.226 1 32 11.670 10.881 12.448 2.615 2.805 2.452 1 64 11.540 10.768 12.454 5.289 5.668 4.901 1 128 11.649 10.826 13.003 10.479 11.275 9.388 1 256 11.624 11.498 13.162 21.004 21.233 18.549 1 512 11.771 11.530 13.295 41.482 42.350 36.727 1 1024 11.913 11.652 13.576 81.972 83.810 71.931 1 2048 12.078 11.878 14.389 161.711 164.438 135.742 1 4096 40.159 38.828 15.342 97.269 100.605 254.606 1 8192 39.000 38.963 17.302 200.319 200.511 451.532 1 16384 40.737 40.607 22.638 383.555 384.789 690.204 1 32768 43.282 42.953 27.452 722.010 727.548 1138.361 1 65536 45.410 46.489 36.421 1376.360 1344.412 1716.052 1 131072 50.917 54.862 57.843 2454.999 2278.440 2161.012 1 262144 61.468 66.737 91.389 4067.168 3746.070 2735.552 1 524288 83.942 91.744 153.422 5956.489 5449.971 3258.976 1 1048576 131.363 136.759 276.205 7612.465 7312.127 3620.503 1 2097152 218.355 217.127 527.422 9159.415 9211.180 3792.028 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.373 0.359 0.679 20.441 21.222 11.242 0 16 0.374 0.357 0.673 40.800 42.713 22.661 0 32 0.368 0.356 0.669 82.989 85.789 45.651 0 64 0.363 0.352 0.669 168.333 173.337 91.248 0 128 0.361 0.354 0.685 338.475 345.196 178.195 0 256 0.374 0.356 0.723 653.608 686.557 337.543 0 512 0.375 0.357 0.767 1300.551 1368.409 636.471 0 1024 0.375 0.358 0.844 2604.752 2729.821 1157.493 0 2048 0.378 0.367 1.127 5165.822 5315.015 1733.324 0 4096 0.400 0.391 1.499 9775.372 9979.332 2605.611 0 8192 0.434 0.425 2.340 18003.062 18389.290 3338.313 0 16384 0.648 0.646 4.225 24112.972 24196.783 3698.542 0 32768 1.018 1.013 7.445 30704.075 30861.016 4197.599 0 65536 1.638 1.652 14.089 38149.874 37827.697 4436.052 0 131072 2.898 2.882 29.120 43129.916 43376.538 4292.571 0 262144 6.317 6.313 57.869 39574.922 39598.811 4320.108 0 524288 15.031 13.793 113.497 33264.412 36250.656 4405.399 0 1048576 28.087 26.921 223.659 35603.824 37145.463 4471.085 0 2097152 54.113 53.124 449.941 36959.604 37648.015 4445.029 1 8 3.460 2.721 4.281 2.205 2.804 1.782 1 16 3.544 2.748 4.297 4.305 5.553 3.551 1 32 3.458 2.736 4.298 8.824 11.152 7.100 1 64 3.507 2.736 4.311 17.402 22.311 14.157 1 128 3.731 2.779 5.006 32.721 43.923 24.385 1 256 3.727 3.497 5.811 65.510 69.805 42.013 1 512 3.635 3.599 5.247 134.333 135.683 93.055 1 1024 3.816 3.636 5.505 255.916 268.552 177.383 1 2048 4.160 4.415 7.329 469.463 442.389 266.480 1 4096 35.765 38.841 7.287 109.221 100.570 536.038 1 8192 34.223 34.228 8.943 228.280 228.246 873.632 1 16384 36.423 39.139 14.741 428.991 399.218 1059.987 1 32768 38.927 41.046 19.209 802.790 761.347 1626.823 1 65536 39.421 41.886 27.418 1585.465 1492.142 2279.553 1 131072 44.080 47.593 46.796 2835.773 2626.457 2671.164 1 262144 54.547 60.846 78.491 4583.170 4108.713 3185.081 1 524288 75.958 83.923 142.963 6582.628 5957.855 3497.404 1 1048576 118.946 126.517 269.907 8407.152 7904.075 3704.983 1 2097152 205.505 214.538 524.481 9732.103 9322.364 3813.291 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
Passed RMA lock contention optimized - lockcontention3
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
Passed RMA many ops basic - manyrma3
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
Many RMA operations. This simple test creates an RMA window, locks it, and performs many accumulate operations on it.
No errors
Passed RMA many ops sync - manyrma2
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
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
Passed RMA post/start/complete/wait - accpscw1
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
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
Passed RMA zero-size compliance - badrma
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
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 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: 100% 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
Passed Attribute type callback error - attrerrtype
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.
No errors
Passed Attribute/Datatype - attr2type
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
This program creates a contiguous datatype from type MPI_INT, attaches an attribute to the type, duplicates it, then deletes both the original and duplicate type.
No errors
Passed Basic Attributes - baseattrcomm
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
This test accesses many attributes such as MPI_TAG_UB, MPI_HOST, MPI_IO, MPI_WTIME_IS_GLOBAL, and many others and reports any errors.
No errors
Passed Basic MPI-3 attribute - baseattr2
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
This program tests the integrity of the MPI-3.0 base attributes. The attribute keys tested are: MPI_TAG_UB, MPI_HOST, MPI_IO, MPI_WTIME_IS_GLOBAL, MPI_APPNUM, MPI_UNIVERSE_SIZE, MPI_LASTUSEDCODE
No errors
Passed Communicator Attribute Order - attrordercomm
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
This test creates and inserts communicator attributes in different orders to ensure that the list management code handles all cases properly.
No errors
Passed Communicator attributes - attributes
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
Returns all communicator attributes that are not supported. The test is run as a single process MPI job and fails if any attributes are not supported.
No errors
Passed Function keyval - fkeyval
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
This test illustrates the use of the copy and delete functions used in the manipulation of keyvals. It also tests to confirm that attributes are copied when communicators are duplicated.
No errors
Passed Intercommunicators - attric
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 4
Test Description:
This test exercises communicator attribute routines for intercommunicators.
start while loop, isLeft=TRUE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 start while loop, isLeft=TRUE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup start while loop, isLeft=FALSE Comm_dup start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm Comm_free dup_comm start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup start while loop, isLeft=TRUE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=TRUE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=TRUE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=FALSE start while loop, isLeft=TRUE start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=TRUE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=TRUE start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=TRUE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=TRUE got COMM_NULL, skipping start while loop, isLeft=TRUE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm start while loop, isLeft=TRUE got COMM_NULL, skipping start while loop, isLeft=FALSE start while loop, isLeft=TRUE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm got COMM_NULL, skipping No errors start while loop, isLeft=FALSE Keyval_create key=0xa4400000 value=9 Keyval_create key=0xa4400001 value=7 Comm_dup Keyval_free key=0xa4400000 Keyval_free key=0xa4400001 Comm_free comm Comm_free dup_comm
Passed Keyval communicators - fkeyvalcomm
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
This test tests freeing of keyvals while still attached to a communicator, then tests to make sure that the keyval delete and copy functions are executed properly.
No errors
Passed Keyval test with types - fkeyvaltype
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 1
Test Description:
This tests illustrates the use of keyvals associated with datatypes.
No errors
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 3.868949e-04 2 1.063616e-04 4 7.580250e-05 8 3.903420e-05 16 3.799020e-05 32 4.024660e-05 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 29880, time is 1.216290e-02 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_{pack,unpack} perf - dtpack
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
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.016 0.015 0.015 0.015 0.015 0.015 0.015 0.015 0.015 0.015 [0.000] TestVecPackDouble (MPI): 0.017 0.016 0.016 0.016 0.016 0.016 0.016 0.017 0.016 0.016 [0.000] VecPackDouble : 1.65274e-05 1.53425e-05 (7.16948%) TestVecUnPackDouble (USER): 0.017 0.017 0.017 0.017 0.017 0.017 0.017 0.017 0.017 0.017 [0.000] TestVecUnPackDouble (MPI): 0.018 0.018 0.018 0.018 0.018 0.018 0.018 0.018 0.018 0.018 [0.000] VecUnPackDouble : 1.80119e-05 1.74037e-05 (3.37676%) TestIndexPackDouble (USER): 0.017 0.017 0.017 0.017 0.018 0.017 0.017 0.017 0.017 0.017 [0.000] TestIndexPackDouble (MPI): 0.017 0.017 0.017 0.017 0.017 0.017 0.017 0.017 0.017 0.017 [0.000] VecIndexDouble : 1.65431e-05 1.71879e-05 (3.75113%) TestVecPack2Double (USER): 0.023 0.023 0.023 0.023 0.023 0.023 0.023 0.023 0.023 0.023 [0.000] TestVecPack2Double (MPI): 0.023 0.023 0.023 0.023 0.023 0.023 0.023 0.023 0.023 0.023 [0.000] VecPack2Double : 2.34205e-05 2.30461e-05 (1.5987%) No errors
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: x1000c7s5b1n1 1: x1000c7s6b1n0 Latency: 0.000001944 Sync Time: 0.000005451 Now starting main loop 0: 997 bytes 64421 times --> 2642.70 Mbps in 0.000002878 sec 1: 1000 bytes 43384 times --> 2468.99 Mbps in 0.000003090 sec 2: 1003 bytes 40532 times --> 2618.42 Mbps in 0.000002922 sec 3: 1497 bytes 42985 times --> 3564.49 Mbps in 0.000003204 sec 4: 1500 bytes 52015 times --> 3621.41 Mbps in 0.000003160 sec 5: 1503 bytes 52793 times --> 3657.64 Mbps in 0.000003135 sec 6: 1997 bytes 53267 times --> 4593.23 Mbps in 0.000003317 sec 7: 2000 bytes 56535 times --> 4614.42 Mbps in 0.000003307 sec 8: 2003 bytes 56739 times --> 4630.35 Mbps in 0.000003300 sec 9: 2497 bytes 37969 times --> 5380.05 Mbps in 0.000003541 sec 10: 2500 bytes 42355 times --> 5444.63 Mbps in 0.000003503 sec 11: 2503 bytes 42846 times --> 5443.38 Mbps in 0.000003508 sec 12: 3497 bytes 42819 times --> 6852.74 Mbps in 0.000003893 sec 13: 3500 bytes 45868 times --> 6831.45 Mbps in 0.000003909 sec 14: 3503 bytes 45702 times --> 6870.20 Mbps in 0.000003890 sec 15: 4497 bytes 27592 times --> 8083.48 Mbps in 0.000004244 sec 16: 4500 bytes 32718 times --> 8209.82 Mbps in 0.000004182 sec 17: 4503 bytes 33225 times --> 8219.51 Mbps in 0.000004180 sec 18: 6497 bytes 33260 times --> 10682.92 Mbps in 0.000004640 sec 19: 6500 bytes 37302 times --> 10688.32 Mbps in 0.000004640 sec 20: 6503 bytes 37311 times --> 10624.52 Mbps in 0.000004670 sec 21: 8497 bytes 20614 times --> 12635.73 Mbps in 0.000005130 sec 22: 8500 bytes 25795 times --> 12635.26 Mbps in 0.000005132 sec 23: 8503 bytes 25793 times --> 12607.18 Mbps in 0.000005146 sec 24: 12497 bytes 25734 times --> 15593.64 Mbps in 0.000006114 sec 25: 12500 bytes 27803 times --> 15650.57 Mbps in 0.000006094 sec 26: 12503 bytes 27901 times --> 15637.17 Mbps in 0.000006100 sec 27: 16497 bytes 14763 times --> 16912.37 Mbps in 0.000007442 sec 28: 16500 bytes 17304 times --> 17116.73 Mbps in 0.000007355 sec 29: 16503 bytes 17513 times --> 17119.76 Mbps in 0.000007355 sec No errors.
Passed Send/Receive basic perf - sendrecvperf
Build: Passed
Execution: Passed
Exit Status: Execution_completed_no_errors
MPI Processes: 2
Test Description:
This program provides a simple test of send-receive performance between two (or more) processes. This test is sometimes called head-to-head or ping-ping test, as both processes send at the same time.
Irecv-send len time rate 1 2.56978 0.389138 2 2.10408 0.950533 4 2.65725 1.50532 8 2.47713 3.22955 16 2.04659 7.81789 32 2.10051 15.2344 64 2.04807 31.249 128 2.10595 60.7801 256 26.7137 9.58309 512 2.87949 177.809 1024 2.97727 343.939 2048 3.50244 584.736 4096 4.20579 973.896 8192 6.23859 1313.12 16384 32.4435 505.001 32768 11.478 2854.86 65536 14.7681 4437.69 131072 28.9716 4524.15 262144 56.9417 4603.73 524288 100.963 5192.88 Sendrecv len time (usec) rate (MB/s) 1 2.14194 0.466866 2 2.08465 0.959392 4 2.06775 1.93447 8 2.05674 3.88964 16 2.58872 6.18067 32 2.11009 15.1652 64 2.07766 30.8039 128 2.13484 59.9577 256 2.78133 92.0422 512 2.8961 176.79 1024 3.06595 333.991 2048 3.52249 581.407 4096 4.4845 913.368 8192 5.35797 1528.94 16384 8.88142 1844.75 32768 11.7766 2782.47 65536 14.6858 4462.53 131072 22.9193 5718.85 262144 40.5412 6466.12 524288 62.252 8422.02 Pingpong len time (usec) rate (MB/s) 1 4.11978 0.242731 2 3.95502 0.505686 4 3.80844 1.0503 8 3.81847 2.09508 16 3.86989 4.13448 32 3.87107 8.26646 64 4.43245 14.439 128 3.93274 32.5472 256 5.19245 49.3023 512 5.32985 96.0627 1024 5.6913 179.924 2048 6.62697 309.04 4096 8.14737 502.739 8192 11.1002 738.005 16384 14.8115 1106.17 32768 22.2987 1469.5 65536 27.3475 2396.42 131072 42.6394 3073.97 262144 70.6141 3712.35 524288 117.34 4468.13 1 2.57 2.14 4.12 2 2.10 2.08 3.96 4 2.66 2.07 3.81 8 2.48 2.06 3.82 16 2.05 2.59 3.87 32 2.10 2.11 3.87 64 2.05 2.08 4.43 128 2.11 2.13 3.93 256 26.71 2.78 5.19 512 2.88 2.90 5.33 1024 2.98 3.07 5.69 2048 3.50 3.52 6.63 4096 4.21 4.48 8.15 8192 6.24 5.36 11.10 16384 32.44 8.88 14.81 Irecv-Send too long: 16384 6.24 32.44 32768 11.48 11.78 22.30 65536 14.77 14.69 27.35 131072 28.97 22.92 42.64 262144 56.94 40.54 70.61 524288 100.96 62.25 117.34 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
Failed Transposition type - transp-datatype
Build: Passed
Execution: Failed
Exit Status: Application_ended_with_error(s)
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).
Found 1 errors Transpose time with datatypes is more than twice time without datatypes 0.000103 0.000015 0.000017 x1000c7s6b1n0.hsn0.warhawk.afrl.hpc.mil: rank 1 exited with code 1
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.
1: x1000c7s5b1n1 0: x1000c7s5b1n1 2: x1000c7s6b1n0 To determine 2 <-> 0 latency, using 65536 reps. To determine 0 <-> 1 latency, using 65536 reps. To determine 2 <-- 0 --> 1 latency, using 32768 reps Latency20_ : 0.000001952 Latency_01 : 0.000001204 Latency201 : 0.000003211 Now starting main loop 0: 72 bytes 26634 times --> 0: 72 bytes 43200 times --> 271.94 Mbps in 0.000002020 sec 547.02 Mbps in 0.000001004 sec 0: 72 bytes 16196 times --> 0.000002015 0.000002222 0.000002633 0.000002830 0.000002976 0.000003042 0.000003062 0.000003173 0.000003556 0.000003213 0.000003431 0.000003188 0.000003264 0.000003278 1: 75 bytes 24752 times --> 1: 75 bytes 49790 times --> 264.04 Mbps in 0.000002167 sec 559.16 Mbps in 0.000001023 sec 1: 75 bytes 15255 times --> 0.000002181 0.000002336 0.000002767 0.000002980 0.000003138 0.000003174 0.000003169 0.000003197 0.000003219 0.000003226 0.000003243 0.000003222 0.000003265 0.000003240 2: 78 bytes 23995 times --> 2: 78 bytes 50814 times --> 268.14 Mbps in 0.000002219 sec 576.07 Mbps in 0.000001033 sec 2: 78 bytes 16048 times --> 0.000002211 0.000002395 0.000002793 0.000003034 0.000003139 0.000003289 0.000003342 0.000003325 0.000003266 0.000003270 0.000003264 0.000003241 0.000003240 0.000003242 No errors.