These JIT kernels a subset of those created by test145.
They are placed here to use a PreJIT kernels for the Tcov tests.

This file has an intentionally stale function definition:

    GB_jit__AxB_dot2__4000bbb0bbbcd__plus_my_rdiv.c

This file has an intentionally stale GraphBLAS version:

    GB_jit__AxB_dot2__4000bba0bbac7__plus_my_rdiv2.c

These files should be valid PreJIT kernels:

    GB_jit__AxB_dot2__0b000bba0bbacf__plus_my_rdiv2.c
    GB_jit__AxB_dot2__0b100bba0baacf__plus_my_rdiv2.c
    GB_jit__AxB_dot2__0b100bba0babcd__plus_my_rdiv2.c
    GB_jit__AxB_dot2__0b100bba0babcf__plus_my_rdiv2.c
    GB_jit__AxB_dot2__0b100bba0bbac7__plus_my_rdiv2.c
    GB_jit__AxB_dot2__0b046bbb0bbbcd.c
    GB_jit__user_op__0__my_rdiv.c

This file will contain an index of the kernels listed above:

    GB_prejit.c

These kernels are generated by test145 but are not copied here:

    GB_jit__AxB_dot4__4014bbb0bbbc5.c
    GB_jit__AxB_dot4__4014bbb0bbbcd.c
    GB_jit__AxB_dot4__4014bbb0bbbcf.c
    GB_jit__AxB_dot4__4900bba0baacf__plus_my_rdiv2.c
    GB_jit__AxB_dot4__4900bba0babcf__plus_my_rdiv2.c
    GB_jit__AxB_dot4__4900bba0bbac7__plus_my_rdiv2.c

If GraphBLAS is modified, test145 should be run again to create these JIT
kernels, using the Test/test145.m script.  Next, copy the above files into
GraphBLAS/Tcov/PreJIT.  Copy them into GraphBLAS/PreJIT and rerun
'make' for the main GraphBLAS library, and then copy Config/GB_prejit.c here.

Finally, modify Test/GB_mex_rdiv.c to trigger the stale PreJIT kernel case, by
changing the string MY_RDIV.  After modifying it, rerun test145 and copy the
final GB_jit__user_op__0__my_rdiv.c here.

