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
128148c1
Commit
128148c1
authored
10 years ago
by
Morris Jette
Browse files
Options
Downloads
Plain Diff
Merge branch 'slurm-14.11'
parents
d32dac43
5391b8cc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+1
-0
1 addition, 0 deletions
NEWS
doc/html/team.shtml
+1
-0
1 addition, 0 deletions
doc/html/team.shtml
src/plugins/select/alps/libalps/basil_mysql_routines.c
+1
-0
1 addition, 0 deletions
src/plugins/select/alps/libalps/basil_mysql_routines.c
with
3 additions
and
0 deletions
NEWS
+
1
−
0
View file @
128148c1
...
@@ -153,6 +153,7 @@ documents those changes that are of interest to users and administrators.
...
@@ -153,6 +153,7 @@ documents those changes that are of interest to users and administrators.
-- Fix wrong variables used in the wrapper functions needed for systems that
-- Fix wrong variables used in the wrapper functions needed for systems that
don't support strong_alias
don't support strong_alias
-- Fix code for apple computers SOL_TCP is not defined
-- Fix code for apple computers SOL_TCP is not defined
-- Cray/BASIL - Check for mysql credentials in /root/.my.cnf.
* Changes in Slurm 14.11.4
* Changes in Slurm 14.11.4
==========================
==========================
...
...
This diff is collapsed.
Click to expand it.
doc/html/team.shtml
+
1
−
0
View file @
128148c1
...
@@ -196,6 +196,7 @@ Lead Slurm developers are:
...
@@ -196,6 +196,7 @@ Lead Slurm developers are:
<li>Marcin Stolarek</li>
<li>Marcin Stolarek</li>
<li>Tyler Strickland (University of Florida)</li>
<li>Tyler Strickland (University of Florida)</li>
<li>Jeff Squyres (LAM MPI)</li>
<li>Jeff Squyres (LAM MPI)</li>
<li>Nina Suvanphim (Cray)</li>
<br>
<br>
<li>Prashanth Tamraparni (HP, India)</li>
<li>Prashanth Tamraparni (HP, India)</li>
<li>Jimmy Tang (Trinity College, Ireland)</li>
<li>Jimmy Tang (Trinity College, Ireland)</li>
...
...
This diff is collapsed.
Click to expand it.
src/plugins/select/alps/libalps/basil_mysql_routines.c
+
1
−
0
View file @
128148c1
...
@@ -14,6 +14,7 @@ static int cray_get_options_from_default_conf(MYSQL *handle)
...
@@ -14,6 +14,7 @@ static int cray_get_options_from_default_conf(MYSQL *handle)
* Hardcoded list of paths my.cnf is known to exist on a Cray XT/XE
* Hardcoded list of paths my.cnf is known to exist on a Cray XT/XE
*/
*/
const
char
*
default_conf_paths
[]
=
{
const
char
*
default_conf_paths
[]
=
{
"/root/.my.cnf"
,
"/etc/my.cnf"
,
"/etc/my.cnf"
,
"/etc/opt/cray/MySQL/my.cnf"
,
"/etc/opt/cray/MySQL/my.cnf"
,
"/etc/mysql/my.cnf"
,
"/etc/mysql/my.cnf"
,
...
...
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