We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db1a99 commit cd10d1cCopy full SHA for cd10d1c
1 file changed
driver/others/memory.c
@@ -2985,7 +2985,7 @@ void *blas_memory_alloc(int procpos){
2985
2986
error:
2987
if (memory_overflowed) goto terminate;
2988
- fprintf(stderr,"OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata.\n")
+ fprintf(stderr,"OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata.\n");
2989
memory_overflowed=1;
2990
new_release_info = (struct release_t*) malloc(512*sizeof(struct release_t));
2991
newmemory = (struct newmemstruct*) malloc(512*sizeof(struct newmemstruct));
0 commit comments