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
14ad2913
Commit
14ad2913
authored
14 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
moved flag to correct location
parent
60995d4e
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
slurm/slurmdb.h
+2
-0
2 additions, 0 deletions
slurm/slurmdb.h
src/common/slurmdb_defs.h
+0
-3
0 additions, 3 deletions
src/common/slurmdb_defs.h
with
2 additions
and
3 deletions
slurm/slurmdb.h
+
2
−
0
View file @
14ad2913
...
...
@@ -152,6 +152,8 @@ typedef enum {
* the default */
#define SLURMDB_PURGE_ARCHIVE 0x00080000
/* Archive before purge */
/* Parent account should be used when calculating FairShare */
#define SLURMDB_FS_USE_PARENT 0x7FFFFFFF
#define SLURMDB_CLASSIFIED_FLAG 0x0100
#define SLURMDB_CLASS_BASE 0x00ff
...
...
This diff is collapsed.
Click to expand it.
src/common/slurmdb_defs.h
+
0
−
3
View file @
14ad2913
...
...
@@ -52,9 +52,6 @@
#define SLURMDB_PURGE_IN_MONTHS(_X) \
(_X & SLURMDB_PURGE_MONTHS)
/* Parent account should be used when calculating FairShare */
#define SLURMDB_FS_USE_PARENT 0x7FFFFFFF
extern
slurmdb_step_rec_t
*
slurmdb_create_step_rec
();
extern
slurmdb_job_rec_t
*
slurmdb_create_job_rec
();
...
...
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