Merge branch 'develop' into cgroups
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 15 Jul 2017 08:40:42 +0000 (10:40 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Jul 2017 08:40:42 +0000 (10:40 +0200)
1  2 
driver/others/init.c

@@@ -825,10 -825,7 +825,11 @@@ void gotoblas_affinity_init(void) 
  
    common -> shmid = pshmid;
  
--  if (common -> magic != SH_MAGIC) {
++  if (common -> magic != SH_MAGIC) 
 +    cpu_set_t *cpusetp;
 +    int nums;
 +    int ret;
++
  #ifdef DEBUG
      fprintf(stderr, "Shared Memory Initialization.\n");
  #endif