SC2THREADTEST

Task for testing speeds of different threading schemes

Description:

This routine tests schemes for visiting large quantities of SCUBA-2 data using multiple threads. This is a developer tool.

Parameters:

MSG_FILTER = _CHAR (Read)
Control the verbosity of the application. Values can be NONE (no messages), QUIET (minimal messages), NORMAL, VERBOSE, DEBUG or ALL. [NORMAL]
NCHUNKS = _INTEGER (Read)
Number of time chunks. [2]
NSUB = _INTEGER (Read)
Number of subarrays. [4]
NTHREAD = _INTEGER (Read)
Number of threads to use. [2]
TSTEPS = _INTEGER (Read)
Number of time samples in simulated data chunk. [6000]