We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f38a94 + e5538a6 commit 4e597aeCopy full SHA for 4e597ae
driver/others/memory.c
@@ -3015,6 +3015,8 @@ void *blas_memory_alloc(int procpos){
3015
#endif
3016
if (memory_overflowed) goto terminate;
3017
fprintf(stderr,"OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata.\n");
3018
+ fprintf(stderr,"To avoid this warning, please rebuild your copy of OpenBLAS with a larger NUM_THREADS setting\n");
3019
+ fprintf(stderr,"or set the environment variable OPENBLAS_NUM_THREADS to %d or lower\n", NUM_BUFFERS);
3020
memory_overflowed=1;
3021
new_release_info = (struct release_t*) malloc(512*sizeof(struct release_t));
3022
newmemory = (struct newmemstruct*) malloc(512*sizeof(struct newmemstruct));
0 commit comments