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
cd85c6f3
Commit
cd85c6f3
authored
14 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
largely revert previous change with respect to cray.conf.
parent
c85a7a1a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/man5/cray.conf.5
+2
-2
2 additions, 2 deletions
doc/man/man5/cray.conf.5
src/plugins/select/cray/cray_config.h
+2
-2
2 additions, 2 deletions
src/plugins/select/cray/cray_config.h
with
4 additions
and
4 deletions
doc/man/man5/cray.conf.5
+
2
−
2
View file @
cd85c6f3
...
@@ -48,7 +48,7 @@ The default value is \fIsdb\fR.
...
@@ -48,7 +48,7 @@ The default value is \fIsdb\fR.
.TP
.TP
\fBSDBpass\fR=<password>
\fBSDBpass\fR=<password>
Password used to access the ALPS database.
Password used to access the ALPS database.
The default value is
\fIbasic\fR
.
The default value is
NULL, which will load the password from the \fImy.cnf\fR file
.
.TP
.TP
\fBSDBport\fR=<port_number>
\fBSDBport\fR=<port_number>
...
@@ -58,7 +58,7 @@ The default value is 0.
...
@@ -58,7 +58,7 @@ The default value is 0.
.TP
.TP
\fBSDBuser\fR=<user_name>
\fBSDBuser\fR=<user_name>
Name of user used to access the ALPS database.
Name of user used to access the ALPS database.
The default value is
\fIbasic\fR
.
The default value is
NULL, which will load the user name from the \fImy.cnf\fR file
.
.SH "EXAMPLE"
.SH "EXAMPLE"
.LP
.LP
...
...
This diff is collapsed.
Click to expand it.
src/plugins/select/cray/cray_config.h
+
2
−
2
View file @
cd85c6f3
...
@@ -68,11 +68,11 @@ typedef struct {
...
@@ -68,11 +68,11 @@ typedef struct {
/* DNS name of SDB host */
/* DNS name of SDB host */
#define DEFAULT_CRAY_SDB_HOST "sdb"
#define DEFAULT_CRAY_SDB_HOST "sdb"
/* If NULL, use value from my.cnf */
/* If NULL, use value from my.cnf */
#define DEFAULT_CRAY_SDB_PASS
"basic"
#define DEFAULT_CRAY_SDB_PASS
NULL
/* If NULL, use value from my.cnf */
/* If NULL, use value from my.cnf */
#define DEFAULT_CRAY_SDB_PORT 0
#define DEFAULT_CRAY_SDB_PORT 0
/* If NULL, use value from my.cnf */
/* If NULL, use value from my.cnf */
#define DEFAULT_CRAY_SDB_USER
"basic"
#define DEFAULT_CRAY_SDB_USER
NULL
extern
cray_config_t
*
cray_conf
;
extern
cray_config_t
*
cray_conf
;
...
...
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