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
d24b1351
Commit
d24b1351
authored
20 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Correct some misleading comments (copied from other header).
parent
08169fef
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/plugins/switch/none/switch_none.c
+4
-6
4 additions, 6 deletions
src/plugins/switch/none/switch_none.c
with
4 additions
and
6 deletions
src/plugins/switch/none/switch_none.c
+
4
−
6
View file @
d24b1351
...
@@ -51,17 +51,15 @@
...
@@ -51,17 +51,15 @@
* <application>/<method>
* <application>/<method>
*
*
* where <application> is a description of the intended application of
* where <application> is a description of the intended application of
* the plugin (e.g., "jobcomp" for SLURM job completion logging) and <method>
* the plugin (e.g., "switch" for SLURM switch) and <method> is a description
* is a description of how this plugin satisfies that application. SLURM will
* of how this plugin satisfies that application. SLURM will only load
* only load job completion logging plugins if the plugin_type string has a
* a switch plugin if the plugin_type string has a prefix of "switch/".
* prefix of "jobcomp/".
*
*
* plugin_version - an unsigned 32-bit integer giving the version number
* plugin_version - an unsigned 32-bit integer giving the version number
* of the plugin. If major and minor revisions are desired, the major
* of the plugin. If major and minor revisions are desired, the major
* version number may be multiplied by a suitable magnitude constant such
* version number may be multiplied by a suitable magnitude constant such
* as 100 or 1000. Various SLURM versions will likely require a certain
* as 100 or 1000. Various SLURM versions will likely require a certain
* minimum versions for their plugins as the job completion logging API
* minimum versions for their plugins as this API matures.
* matures.
*/
*/
const
char
plugin_name
[]
=
"switch NONE plugin"
;
const
char
plugin_name
[]
=
"switch NONE plugin"
;
const
char
plugin_type
[]
=
"switch/none"
;
const
char
plugin_type
[]
=
"switch/none"
;
...
...
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