1% test GxB_select
2
3% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved.
4% SPDX-License-Identifier: Apache-2.0
5
6clear all ; make
7
8for k = 32 % [1 2 4 8 16 32]
9    nthreads_set (k)
10    debug_off
11    grbinfo
12    test27  % LoHi_band, for user-defined
13    debug_on
14    grbinfo
15    test27
16end
17
18