P2P
P2P cases: Includes all basic P2P cases in MBI and COBE with the following exceptions:
- No Datatype/count related cases
- No Missing/Init-Finalize cases (which where classified as P2P in cobe)
- No P2P + COLL and P2P + RMA cases from MBI
- no OpenMP cases from cobe
Apart from these cases, all P2P errors should be covered
Edited by Jammer, Tim
Merge request reports
Activity
added 5 commits
-
8c1a48e7...18268cb6 - 4 commits from branch
main
- 0ae7e980 - Merge remote-tracking branch 'origin/main' into p2p
-
8c1a48e7...18268cb6 - 4 commits from branch
added 10 commits
- b46af858 - added Recv before Send generator
- c6fa2035 - fix InstructionBlock when one removes all instructions from an if branch
- 0f92eb34 - added Probe to recv before send case
- c871bcc1 - remove debug printing
- 036deb08 - added mrecv case for Recv before send
- e165f547 - added Insert after and before capability in Template Manager
- 84394d7d - Fix bsend default template
- 1cd2be24 - Default Send/recv Template only creates one wait block
- f7581aa6 - Fix non-blocking cases to wait before sending
- 6733c245 - Fix invalidBuffer case with merged alloc block
Toggle commit listadded 27 commits
-
92450a18...aa92cbe4 - 3 commits from branch
main
- aa92cbe4...8775aca0 - 14 earlier commits
- 71fc822e - remove invalid import
- 33cbbe4c - direct Instruction creations from strings in register_instruction
- 93fc3c35 - fix default send/recv Template and template.to_str
- 7934c2f2 - Ported Unmatched error generator to new TemplateManager
- 959f3ba6 - Replace instructions by giving instructions
- 749519d8 - Simplified InvalidBuf case
- cbbecd07 - Simplified InvalidBuf case
- 8a0f158b - Allowed to insert lists of Instructions
- da2d4b75 - worked on Porting InvalidComm case
- ec25ab32 - Port get_comm and fix insertion into Template
Toggle commit list-
92450a18...aa92cbe4 - 3 commits from branch
added 10 commits
- d3a91d47 - TemplateManager manages stack Variables (#8 (closed))
- 4e2ca215 - Renamed Default Parameter names so they match the stack variable naming sceme
- 1ebcb7e1 - Optimized Imports
- 2d17da7c - fix name of flag
- 184650bb - use TemplateManager to manage MPI_Comm variables when communicators are created
- ecf1c3a7 - fix invalid comm case
- 1e37ea6c - port Invalid Tag case
- df6e5e59 - port localConcurrency
- 50d1141a - port recv before send
- 5643ba4a - port Message Race case
Toggle commit listadded 1 commit
- 853f7bd8 - allow the templateManager to re-order instructions to group by rank (can be disabled)
added 6 commits
Toggle commit listadded 10 commits
- 3f1402ac - Refactoring: moved code
- 10f9a1d0 - Fix wrong while !flag loop
- a86a6519 - fix testsome case
- 19f71885 - fix replace_wait function using wrong status
- 01c9f725 - add invalid flag case
- 0c4fe90f - moved some common code and fixed the flag usage
- bbb8c0b4 - added retrival based on rank
- 8c8098de - fix invalidStatus to use insert_probe
- f2f4ff29 - use insert_probe in other casesd as well
- 1873df7c - added Sendrecv case for invalid status
Toggle commit listadded 25 commits
-
407f89ef...5f2a2eb5 - 24 commits from branch
main
- 9eb0b500 - Merge branch 'main' into p2p
-
407f89ef...5f2a2eb5 - 24 commits from branch
requested review from @esaillar
added 2 commits
added 8 commits
-
e5d9ce6e...ca4a5732 - 6 commits from branch
main
- 6d6f9037 - Merge branch 'main' into p2p
- b9a5ebda - fix Communicator cases
-
e5d9ce6e...ca4a5732 - 6 commits from branch
added 7 commits
Toggle commit list
Please register or sign in to reply