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
d3163c78
Commit
d3163c78
authored
1 year ago
by
Jammer, Tim
Browse files
Options
Downloads
Patches
Plain Diff
limnit amount of cases in BASIC level, for P2P
parent
0dc9c9e3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/errors/pt2pt/InvalidComm.py
+4
-2
4 additions, 2 deletions
scripts/errors/pt2pt/InvalidComm.py
scripts/errors/pt2pt/InvalidRank.py
+2
-2
2 additions, 2 deletions
scripts/errors/pt2pt/InvalidRank.py
with
6 additions
and
4 deletions
scripts/errors/pt2pt/InvalidComm.py
+
4
−
2
View file @
d3163c78
...
...
@@ -61,10 +61,12 @@ class InvalidCommErrorP2P(ErrorGenerator):
continue
# TODO add probe call
i
=
0
for
comm_to_use
in
self
.
comms_to_check
:
if
comm_to_use
in
self
.
missmatching_comms
+
self
.
intercomms
and
recv_func
==
"
mpi_irecv
"
and
generate_level
<
FULL_TEST_LEVEL
:
# combination repeated
continue
i
+=
1
tm
=
get_invalid_param_p2p_case
(
"
comm
"
,
comm_to_use
,
check_recv
,
send_func
,
recv_func
)
error_string
=
"
ParamMatching
"
...
...
@@ -97,7 +99,7 @@ class InvalidCommErrorP2P(ErrorGenerator):
if
comm_to_use
in
self
.
missmatching_comms
+
self
.
intercomms
and
comm_to_use
!=
"
MPI_COMM_SELF
"
:
tm
.
register_instruction
(
MPICallFactory
().
mpi_comm_free
(
"
&
"
+
comm_var_name
))
yield
tm
# end for comm to check
if
generate_level
<=
BASIC_TEST_LEVEL
:
if
generate_level
<=
BASIC_TEST_LEVEL
and
i
>
3
:
return
# end for comm to check
# end for send_func in funcs_to_check
This diff is collapsed.
Click to expand it.
scripts/errors/pt2pt/InvalidRank.py
+
2
−
2
View file @
d3163c78
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