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){
3012
3012
if (memory_overflowed ) goto terminate ;
3013
3013
fprintf (stderr ,"OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata.\n" );
3014
3014
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 );
3016
3016
memory_overflowed = 1 ;
3017
3017
new_release_info = (struct release_t * ) malloc (512 * sizeof (struct release_t ));
3018
3018
newmemory = (struct newmemstruct * ) malloc (512 * sizeof (struct newmemstruct ));
You can’t perform that action at this time.
0 commit comments