Multithreading troubleshooting using Parallel Assign
I'm on a Mac system trying to get multithreading to work on a large datatable (>8MM) on row-wise operations. They're just simple calculations like division or copying values as is. I can't attach my proprietary data, but in this post I'll include in the JSL a random matrix the same size as my dataset but with random data. Names Default To Here(1);...
//For JMP community.
dt = J(Random Integer(6000000
RVhydrA
vince_faller