Extend loop range to find SkylakeX in force_coretype
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 5 Jun 2018 08:26:49 +0000 (10:26 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Jun 2018 08:26:49 +0000 (10:26 +0200)
driver/others/dynamic.c

index 96612cc..acb2d8b 100644 (file)
@@ -506,7 +506,7 @@ static gotoblas_t *force_coretype(char *coretype){
        char message[128];
        //char mname[20];
 
-       for ( i=1 ; i <= 23; i++)
+       for ( i=1 ; i <= 24; i++)
        {
                if (!strncasecmp(coretype,corename[i],20))
                {