Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
9e09e604
Commit
9e09e604
authored
18 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
minor reformatting of the code
parent
335e813e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/api/job_info.c
+2
-1
2 additions, 1 deletion
src/api/job_info.c
src/api/node_info.c
+1
-1
1 addition, 1 deletion
src/api/node_info.c
with
3 additions
and
2 deletions
src/api/job_info.c
+
2
−
1
View file @
9e09e604
...
@@ -321,7 +321,8 @@ slurm_sprint_job_info ( job_info_t * job_ptr, int one_liner )
...
@@ -321,7 +321,8 @@ slurm_sprint_job_info ( job_info_t * job_ptr, int one_liner )
strcat
(
tmp1
,
":"
);
strcat
(
tmp1
,
":"
);
strcat
(
tmp1
,
tmp2
);
strcat
(
tmp1
,
tmp2
);
if
(
job_ptr
->
min_threads
>
0
)
{
if
(
job_ptr
->
min_threads
>
0
)
{
_sprint_range
(
tmp2
,
job_ptr
->
min_threads
,
job_ptr
->
max_threads
);
_sprint_range
(
tmp2
,
job_ptr
->
min_threads
,
job_ptr
->
max_threads
);
strcat
(
tmp1
,
":"
);
strcat
(
tmp1
,
":"
);
strcat
(
tmp1
,
tmp2
);
strcat
(
tmp1
,
tmp2
);
}
}
...
...
This diff is collapsed.
Click to expand it.
src/api/node_info.c
+
1
−
1
View file @
9e09e604
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* any later version.
* any later version.
*
*
* In addition, as a special exception, the copyright holders give permission
* In addition, as a special exception, the copyright holders give permission
* to link the code of portions of this program with the OpenSSL library under
* to link the code of portions of this program with the OpenSSL library under
* certain conditions as described in each individual source file, and
* certain conditions as described in each individual source file, and
* distribute linked combinations including the two. You must obey the GNU
* distribute linked combinations including the two. You must obey the GNU
* General Public License in all respects for all of the code used other than
* General Public License in all respects for all of the code used other than
...
...
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