Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
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
Hide 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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment