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
84fa93e9
Commit
84fa93e9
authored
22 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
No logic changed, just clean-up
parent
4f05a7f2
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/common/slurm_protocol_common.h
+8
-2
8 additions, 2 deletions
src/common/slurm_protocol_common.h
with
8 additions
and
2 deletions
src/common/slurm_protocol_common.h
+
8
−
2
View file @
84fa93e9
...
@@ -7,16 +7,22 @@
...
@@ -7,16 +7,22 @@
/* for sendto and recvfrom commands */
/* for sendto and recvfrom commands */
#define SLURM_PROTOCOL_NO_SEND_RECV_FLAGS 0
#define SLURM_PROTOCOL_NO_SEND_RECV_FLAGS 0
/* for accpet commands */
/* for accpet commands */
#define SLURM_PROTOCOL_DEFAULT_LISTEN_BACKLOG 128
#define SLURM_PROTOCOL_DEFAULT_LISTEN_BACKLOG 128
/* used in interface methods */
/* used in interface methods */
#define SLURM_PROTOCOL_FUNCTION_NOT_IMPLEMENTED -2
#define SLURM_PROTOCOL_FUNCTION_NOT_IMPLEMENTED -2
/* max slurm message send and receive buffer size
/* max slurm message send and receive buffer size
this may need to be increased to 350k-512k */
*
this may need to be increased to 350k-512k */
#define SLURM_PROTOCOL_MAX_MESSAGE_BUFFER_SIZE (512*1024)
#define SLURM_PROTOCOL_MAX_MESSAGE_BUFFER_SIZE (512*1024)
/* slurm protocol header defines */
/* slurm protocol header defines */
#define SLURM_PROTOCOL_VERSION 1
#define SLURM_PROTOCOL_VERSION 1
#define SLURM_PROTOCOL_NO_FLAGS 0
/* used in the header to set flags to empty */
/* used to set flags to empty */
#define SLURM_PROTOCOL_NO_FLAGS 0
#if MONGO_IMPLEMENTATION
#if MONGO_IMPLEMENTATION
# include <src/common/slurm_protocol_mongo_common.h>
# include <src/common/slurm_protocol_mongo_common.h>
...
...
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