File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3012,7 +3012,7 @@ void *blas_memory_alloc(int procpos){
30123012 if (memory_overflowed ) goto terminate ;
30133013 fprintf (stderr ,"OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata.\n" );
30143014 fprintf (stderr ,"To avoid this warning, please rebuild your copy of OpenBLAS with a larger NUM_THREADS setting\n" );
3015- fprintf (stderr ,"or set the environment variable OPENBLAS_NUM_THREADS to %d or lower\n" , NUM_BUFFERS );
3015+ fprintf (stderr ,"or set the environment variable OPENBLAS_NUM_THREADS to %d or lower\n" , MAX_CPU_NUMBER );
30163016 memory_overflowed = 1 ;
30173017 new_release_info = (struct release_t * ) malloc (512 * sizeof (struct release_t ));
30183018 newmemory = (struct newmemstruct * ) malloc (512 * sizeof (struct newmemstruct ));
You can’t perform that action at this time.
0 commit comments