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
f0073b0e
Commit
f0073b0e
authored
13 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
minor cosmetic mods
parent
38cdabaa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/scancel/opt.c
+3
-3
3 additions, 3 deletions
src/scancel/opt.c
with
3 additions
and
3 deletions
src/scancel/opt.c
+
3
−
3
View file @
f0073b0e
...
@@ -203,7 +203,7 @@ static uint16_t _xlate_signal_name(const char *signal_name)
...
@@ -203,7 +203,7 @@ static uint16_t _xlate_signal_name(const char *signal_name)
/*
/*
* opt_default(): used by initialize_and_process_args to set defaults
* opt_default(): used by initialize_and_process_args to set defaults
*/
*/
static
void
_opt_default
()
static
void
_opt_default
(
void
)
{
{
opt
.
account
=
NULL
;
opt
.
account
=
NULL
;
opt
.
batch
=
false
;
opt
.
batch
=
false
;
...
@@ -233,7 +233,7 @@ static void _opt_default()
...
@@ -233,7 +233,7 @@ static void _opt_default()
* environment variables. See comments above for how to
* environment variables. See comments above for how to
* extend srun to process different vars
* extend srun to process different vars
*/
*/
static
void
_opt_env
()
static
void
_opt_env
(
void
)
{
{
char
*
val
;
char
*
val
;
...
@@ -548,7 +548,7 @@ static void _help(void)
...
@@ -548,7 +548,7 @@ static void _help(void)
printf
(
"Usage: scancel [OPTIONS] [job_id[.step_id]]
\n
"
);
printf
(
"Usage: scancel [OPTIONS] [job_id[.step_id]]
\n
"
);
printf
(
" -A, --account=account act only on jobs charging this account
\n
"
);
printf
(
" -A, --account=account act only on jobs charging this account
\n
"
);
printf
(
" -b, --batch signal batch shell for specified job
\n
"
);
printf
(
" -b, --batch signal batch shell for specified job
\n
"
);
/* printf(" --ctld
route
request
through
slurmctld\n"); */
/* printf(" --ctld
send
request
directly to
slurmctld\n"); */
printf
(
" -i, --interactive require response from user for each job
\n
"
);
printf
(
" -i, --interactive require response from user for each job
\n
"
);
printf
(
" -n, --name=job_name act only on jobs with this name
\n
"
);
printf
(
" -n, --name=job_name act only on jobs with this name
\n
"
);
printf
(
" -p, --partition=partition act only on jobs in this partition
\n
"
);
printf
(
" -p, --partition=partition act only on jobs in this partition
\n
"
);
...
...
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