|
Philip Kovacs |
9be8f2 |
--- slurm-17.02.7/src/plugins/node_features/knl_generic/node_features_knl_generic.c 2017-08-15 14:37:07.000000000 -0400
|
|
Philip Kovacs |
9be8f2 |
+++ slurm-17.02.7/src/plugins/node_features/knl_generic/node_features_knl_generic.c.new 2017-08-21 01:35:38.352301060 -0400
|
|
Philip Kovacs |
9be8f2 |
@@ -1607,7 +1607,7 @@
|
|
Philip Kovacs |
9be8f2 |
// insmod /home/tim/kmod/xppsl-addons/zonesort_module.ko
|
|
Philip Kovacs |
9be8f2 |
struct stat sb;
|
|
Philip Kovacs |
9be8f2 |
int buf_len, fd, i, len;
|
|
Philip Kovacs |
9be8f2 |
- char buf[8];
|
|
Philip Kovacs |
9be8f2 |
+ char buf[16];
|
|
Philip Kovacs |
9be8f2 |
|
|
Philip Kovacs |
9be8f2 |
if (stat(ZONE_SORT_PATH, &sb) == -1)
|
|
Philip Kovacs |
9be8f2 |
(void) system(MODPROBE_PATH " zonesort_module");
|
|
Philip Kovacs |
9be8f2 |
--- slurm-17.02.7/src/plugins/select/bluegene/bg_core.c 2017-07-21 11:17:53.000000000 -0400
|
|
Philip Kovacs |
9be8f2 |
+++ slurm-17.02.7/src/plugins/select/bluegene/bg_core.c.new 2017-08-21 01:39:35.896506235 -0400
|
|
Philip Kovacs |
9be8f2 |
@@ -701,7 +701,7 @@
|
|
Philip Kovacs |
9be8f2 |
*/
|
|
Philip Kovacs |
9be8f2 |
extern const char *bg_err_str(int inx)
|
|
Philip Kovacs |
9be8f2 |
{
|
|
Philip Kovacs |
9be8f2 |
- static char tmp_char[10];
|
|
Philip Kovacs |
9be8f2 |
+ static char tmp_char[32];
|
|
Philip Kovacs |
9be8f2 |
|
|
Philip Kovacs |
9be8f2 |
switch (inx) {
|
|
Philip Kovacs |
9be8f2 |
case SLURM_SUCCESS:
|
|
Philip Kovacs |
9be8f2 |
--- slurm-17.02.7/src/plugins/task/affinity/cpuset.c 2017-07-21 11:17:53.000000000 -0400
|
|
Philip Kovacs |
9be8f2 |
+++ slurm-17.02.7/src/plugins/task/affinity/cpuset.c.new 2017-08-21 01:42:53.872712983 -0400
|
|
Philip Kovacs |
9be8f2 |
@@ -354,7 +354,7 @@
|
|
Philip Kovacs |
9be8f2 |
int slurm_set_memset(char *path, nodemask_t *new_mask)
|
|
Philip Kovacs |
9be8f2 |
{
|
|
Philip Kovacs |
9be8f2 |
char file_path[PATH_MAX];
|
|
Philip Kovacs |
9be8f2 |
- char mstr[1 + CPU_SETSIZE * 4], tmp[10];
|
|
Philip Kovacs |
9be8f2 |
+ char mstr[1 + CPU_SETSIZE * 4], tmp[16];
|
|
Philip Kovacs |
9be8f2 |
int fd, i, max_node;
|
|
Philip Kovacs |
9be8f2 |
ssize_t rc;
|
|
Philip Kovacs |
9be8f2 |
|
|
Philip Kovacs |
9be8f2 |
--- slurm-17.02.7/src/slurmd/slurmd/read_proc.c 2017-07-21 11:17:53.000000000 -0400
|
|
Philip Kovacs |
9be8f2 |
+++ slurm-17.02.7/src/slurmd/slurmd/read_proc.c.new 2017-08-26 00:27:38.036289952 -0400
|
|
Philip Kovacs |
9be8f2 |
@@ -233,7 +233,7 @@
|
|
Philip Kovacs |
9be8f2 |
DIR *proc_fs;
|
|
Philip Kovacs |
9be8f2 |
struct dirent *proc_ent;
|
|
Philip Kovacs |
9be8f2 |
int proc_fd, proc_stat_size, found, n;
|
|
Philip Kovacs |
9be8f2 |
- char proc_name[22], *proc_stat;
|
|
Philip Kovacs |
9be8f2 |
+ char proc_name[272], *proc_stat;
|
|
Philip Kovacs |
9be8f2 |
struct stat buffer;
|
|
Philip Kovacs |
9be8f2 |
int uid, session;
|
|
Philip Kovacs |
9be8f2 |
long resident_set_size;
|