1%TESTALL3 run testall with different # of threads
2
3% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved.
4% SPDX-License-Identifier: Apache-2.0
5
6clear all ; make
7grbinfo
8for k = [1 2 4]
9    nthreads_set (k) ;
10    debug_off ;
11    testall
12    debug_on
13    testall
14end
15