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
0a361464
Commit
0a361464
authored
20 years ago
by
Mark Grondona
Browse files
Options
Downloads
Patches
Plain Diff
o Don't use context numbers below RMS_BASE_CONTEX_NUM
parent
dbf81e02
No related branches found
Branches containing commit
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/elan/qsw.c
+1
-10
1 addition, 10 deletions
src/plugins/switch/elan/qsw.c
with
1 addition
and
10 deletions
src/plugins/switch/elan/qsw.c
+
1
−
10
View file @
0a361464
...
@@ -56,17 +56,8 @@
...
@@ -56,17 +56,8 @@
* want to include here since we are using the new
* want to include here since we are using the new
* version-nonspecific libelanctrl.
* version-nonspecific libelanctrl.
* (XXX: What is the equivalent in libelanctrl?)
* (XXX: What is the equivalent in libelanctrl?)
*
* slurm/482: the elan USER context range is now split
* into two segments, regular user context and RMS
* context ranges. Do not allow a context range
* (lowcontext -- highcontext) to span these two segments,
* as this will generate and elan initialization error
* when MPI tries to attach to the capability. For now,
* restrict SLURM's range to the RMS one (starting at 0x400)
*
*/
*/
# define ELAN_USER_BASE_CONTEXT_NUM 0x
400
/* act. RMS_BASE_CONTEXT_NUM */
# define ELAN_USER_BASE_CONTEXT_NUM 0x
020
# define ELAN_USER_TOP_CONTEXT_NUM 0x7ff
# define ELAN_USER_TOP_CONTEXT_NUM 0x7ff
# define Version cap_version
# define Version cap_version
...
...
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