1%TESTALL2 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
7for k = [4 1] %  8 20]
8
9    nthreads_set (k,1) ;
10
11    % if (k == 1)
12        debug_on
13        testall
14    % end
15
16    debug_off ;
17    testall
18end
19
20mtest
21