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
0707553b
Commit
0707553b
authored
15 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
unabstracted * from jobacctinfo_t
parent
091ef3f0
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/slurm.h.in
+2
-2
2 additions, 2 deletions
slurm/slurm.h.in
src/common/jobacct_common.h
+1
-1
1 addition, 1 deletion
src/common/jobacct_common.h
with
3 additions
and
3 deletions
slurm/slurm.h.in
+
2
−
2
View file @
0707553b
...
@@ -151,7 +151,7 @@ BEGIN_C_DECLS
...
@@ -151,7 +151,7 @@ BEGIN_C_DECLS
/* Define jobacctinfo_t below to avoid including extraneous slurm headers */
/* Define jobacctinfo_t below to avoid including extraneous slurm headers */
#ifndef __jobacctinfo_t_defined
#ifndef __jobacctinfo_t_defined
# define __jobacctinfo_t_defined
# define __jobacctinfo_t_defined
typedef struct jobacctinfo
*
jobacctinfo_t; /* opaque data type */
typedef struct jobacctinfo jobacctinfo_t; /* opaque data type */
#endif
#endif
/* Define allocation_msg_thread_t below to avoid including extraneous
/* Define allocation_msg_thread_t below to avoid including extraneous
...
@@ -343,7 +343,7 @@ enum select_node_cnt {
...
@@ -343,7 +343,7 @@ enum select_node_cnt {
/* jobacct data types */
/* jobacct data types */
enum jobacct_data_type {
enum jobacct_data_type {
JOBACCT_DATA_TOTAL, /* data-> jobacctinfo_t */
JOBACCT_DATA_TOTAL, /* data-> jobacctinfo_t
*
*/
JOBACCT_DATA_PIPE, /* data-> file descriptor */
JOBACCT_DATA_PIPE, /* data-> file descriptor */
JOBACCT_DATA_RUSAGE, /* data-> rusage set user_cpu_sec,
JOBACCT_DATA_RUSAGE, /* data-> rusage set user_cpu_sec,
* user_cpu_usec, sys_cpu_sec, sys_cpu_usec */
* user_cpu_usec, sys_cpu_sec, sys_cpu_usec */
...
...
This diff is collapsed.
Click to expand it.
src/common/jobacct_common.h
+
1
−
1
View file @
0707553b
...
@@ -193,7 +193,7 @@ struct jobacctinfo {
...
@@ -193,7 +193,7 @@ struct jobacctinfo {
/* Define jobacctinfo_t below to avoid including extraneous slurm headers */
/* Define jobacctinfo_t below to avoid including extraneous slurm headers */
#ifndef __jobacctinfo_t_defined
#ifndef __jobacctinfo_t_defined
# define __jobacctinfo_t_defined
# define __jobacctinfo_t_defined
typedef
struct
jobacctinfo
*
jobacctinfo_t
;
/* opaque data type */
typedef
struct
jobacctinfo
jobacctinfo_t
;
/* opaque data type */
#endif
#endif
extern
jobacct_step_rec_t
*
create_jobacct_step_rec
();
extern
jobacct_step_rec_t
*
create_jobacct_step_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