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

index 4093776db007b10cf7dcf243121981cd02a11e31,3e6176967712b41a6ea56b7959efb9354d052ead..1f07a24acf2e11f702e523f15e9727224d38cded
@@@ -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