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
355b9df2
Commit
355b9df2
authored
1 year ago
by
Jammer, Tim
Browse files
Options
Downloads
Patches
Plain Diff
fix allocCall
parent
5cae8501
No related branches found
No related tags found
1 merge request
!3
more work on infrastructure II
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/Infrastructure/AllocCall.py
+1
-1
1 addition, 1 deletion
scripts/Infrastructure/AllocCall.py
with
1 addition
and
1 deletion
scripts/Infrastructure/AllocCall.py
+
1
−
1
View file @
355b9df2
...
@@ -49,7 +49,7 @@ class AllocCall:
...
@@ -49,7 +49,7 @@ class AllocCall:
.
replace
(
"
@{NAME}@
"
,
self
.
_name
)
.
replace
(
"
@{NAME}@
"
,
self
.
_name
)
.
replace
(
"
@{TYPE}@
"
,
self
.
_type
)
.
replace
(
"
@{TYPE}@
"
,
self
.
_type
)
.
replace
(
"
@{FUNCTION}@
"
,
func
)
.
replace
(
"
@{FUNCTION}@
"
,
func
)
.
replace
(
"
@{NUM}@
"
,
self
.
_num_elements
)
.
replace
(
"
@{NUM}@
"
,
str
(
self
.
_num_elements
)
)
.
replace
(
"
@{SEP}
"
,
delim
))
.
replace
(
"
@{SEP}
"
,
delim
))
def
set_num_elements
(
self
,
num_elements
):
def
set_num_elements
(
self
,
num_elements
):
...
...
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