Skip to content
Snippets Groups Projects
Commit 128148c1 authored by Morris Jette's avatar Morris Jette
Browse files

Merge branch 'slurm-14.11'

parents d32dac43 5391b8cc
No related branches found
No related tags found
No related merge requests found
...@@ -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
========================== ==========================
......
...@@ -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>
......
...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment