Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
Workload Manager
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Peter-Bernd Otte
Workload Manager
Commits
51af49af
Commit
51af49af
authored
May 28, 2019
by
Peter-Bernd Otte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allows more than 4 parameters per variable
parent
665f5542
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wkmgr.py
wkmgr.py
+1
-1
No files found.
wkmgr.py
View file @
51af49af
...
...
@@ -82,7 +82,7 @@ if rank == 0:
if
len
(
v
)
==
1
:
argvariables
[
i
]
=
[
v
[
0
],
0
,
1
,
1
]
if
len
(
v
)
==
2
:
argvariables
[
i
]
=
[
v
[
0
],
0
,
float
(
v
[
1
]),
1
]
if
len
(
v
)
==
3
:
argvariables
[
i
]
=
[
v
[
0
],
float
(
v
[
1
]),
float
(
v
[
2
]),
1
]
if
len
(
v
)
=
=
4
:
argvariables
[
i
]
=
[
v
[
0
],
float
(
v
[
1
]),
float
(
v
[
2
]),
float
(
v
[
3
])]
if
len
(
v
)
>
=
4
:
argvariables
[
i
]
=
[
v
[
0
],
float
(
v
[
1
]),
float
(
v
[
2
]),
float
(
v
[
3
])]
logger
.
debug
(
"Interpreted as:"
)
logger
.
debug
(
argvariables
)
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment