Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
High Performance Computing - Public
MPI-BugBench
Commits
a86a6519
Commit
a86a6519
authored
Feb 29, 2024
by
Jammer, Tim
Browse files
Options
Downloads
Patches
Plain Diff
fix testsome case
parent
10f9a1d0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/Infrastructure/TemplateFactory.py
+1
-3
1 addition, 3 deletions
scripts/Infrastructure/TemplateFactory.py
with
1 addition
and
3 deletions
scripts/Infrastructure/TemplateFactory.py
+
1
−
3
View file @
a86a6519
...
...
@@ -245,10 +245,8 @@ def replace_wait(wait_call, tm, wait_func_to_use):
return
if
wait_func_to_use
==
"
mpi_testsome
"
:
flag_name
=
tm
.
add_stack_variable
(
"
int
"
)
idx_name
=
tm
.
add_stack_variable
(
"
int
"
)
idx_array
=
tm
.
add_stack_variable
(
"
int
"
)
test_call
=
MPICallFactory
.
mpi_testsome
(
"
1
"
,
wait_call
.
get_arg
(
"
request
"
),
"
&
"
+
idx_name
,
"
&
"
+
idx_array
,
"
&
"
+
flag_name
,
test_call
=
MPICallFactory
.
mpi_testsome
(
"
1
"
,
wait_call
.
get_arg
(
"
request
"
),
"
&
"
+
flag_name
,
"
&
"
+
idx_array
,
wait_call
.
get_arg
(
"
status
"
))
test_call
.
set_rank_executing
(
wait_call
.
get_rank_executing
())
test_call
.
set_identifier
(
wait_call
.
get_identifier
())
...
...
...
...
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
sign in
to comment