1% test GrB_assign and GxB_subassign 2 3% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. 4% SPDX-License-Identifier: Apache-2.0 5 6clear all ; make 7addpath ('~/ssget') ; 8addpath ('spok') ; 9 10for nth = [2 1] 11 nthreads_set (nth,1) ; 12 13 for d = 0 % [1 0] 14 if (d) 15 debug_on 16 else 17 debug_off 18 end 19 grbinfo 20 21 test07 22 test07b 23 24 test08 25 test08b 26 27 test09 28 test09b 29 30 test106 31 32 testc7 33 test29 34 35 test30 36 test30b 37 test39 38 39 test54 40 test55 41 test55b 42 43 test64 44 test64b 45 46 test69 47 test83 48 test84 49 test97 50 51 test19 52 test19b 53 test21 54 test21b 55 56 end 57end 58 59% performance tests 60test46 61test46b 62test51 63test51b 64