Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MPI-BugBench
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
High Performance Computing - Public
MPI-BugBench
Commits
a0a708b4
Commit
a0a708b4
authored
1 year ago
by
Jammer, Tim
Browse files
Options
Downloads
Patches
Plain Diff
added One case to produce deadlocks
parent
fe041bcc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/Infrastructure/Template.py
+1
-1
1 addition, 1 deletion
scripts/Infrastructure/Template.py
scripts/errors/pt2pt/InvalidComm.py
+4
-0
4 additions, 0 deletions
scripts/errors/pt2pt/InvalidComm.py
with
5 additions
and
1 deletion
scripts/Infrastructure/Template.py
+
1
−
1
View file @
a0a708b4
...
...
@@ -7,7 +7,7 @@ from scripts.Infrastructure.Instruction import Instruction
from
scripts.Infrastructure.MPICall
import
MPICall
from
scripts.Infrastructure.CorrectParameter
import
CorrectParameterFactory
deadlock_marker
=
"
\n\n
This testcase can result in a Deadlock
\n
\n
"
deadlock_marker
=
"
\n\n
This testcase can result in a Deadlock
\n
"
"""
THIS BLOCK IS CURRENTLY NOT USED:
...
...
This diff is collapsed.
Click to expand it.
scripts/errors/pt2pt/InvalidComm.py
+
4
−
0
View file @
a0a708b4
...
...
@@ -73,6 +73,10 @@ class InvalidCommErrorP2P(ErrorGenerator):
i
+=
1
tm
=
get_invalid_param_p2p_case
(
"
comm
"
,
comm_to_use
,
check_recv
,
send_func
,
recv_func
)
tm
.
set_cad_deadlock
()
# deadlock if msg is send one one comm and not received on the other comm
# deadlock can be considered to occur even if comm=NULL as send/receive will not be matched
error_string
=
"
ParamMatching
"
if
comm_to_use
in
self
.
invalid_comm
:
error_string
=
"
InvalidParam
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment