Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
ca41b786
Commit
ca41b786
authored
Oct 27, 2020
by
Alessio Netti
Browse files
Minor fix to dcdbslurmjob tool
parent
df5ceb94
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/dcdbslurmjob/dcdbslurmjob.cpp
View file @
ca41b786
...
...
@@ -480,7 +480,7 @@ int main(int argc, char** argv) {
splitNodeList
(
pnodelist
,
pnl
);
convertNodeList
(
pnl
,
substitution
);
std
::
cout
<<
"PACK ="
;
for
(
auto
&
n
:
nl
)
{
for
(
auto
&
n
:
p
nl
)
{
std
::
cout
<<
" "
<<
n
;
}
std
::
cout
<<
std
::
endl
;
...
...
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