We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 466e611 + 6a611db commit bb2f1ecCopy full SHA for bb2f1ec
1 file changed
driver/others/memory.c
@@ -3012,7 +3012,7 @@ void *blas_memory_alloc(int procpos){
3012
if (memory_overflowed) goto terminate;
3013
fprintf(stderr,"OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata.\n");
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);
+ fprintf(stderr,"or set the environment variable OPENBLAS_NUM_THREADS to %d or lower\n", MAX_CPU_NUMBER);
3016
memory_overflowed=1;
3017
new_release_info = (struct release_t*) malloc(512*sizeof(struct release_t));
3018
newmemory = (struct newmemstruct*) malloc(512*sizeof(struct newmemstruct));
0 commit comments