Skip to content
Prev 23294 / 29559 Next

GStat 'predict.c' parallel estimation

On 08/28/2015 05:15 AM, Tim Peterson wrote:
Be careful: print_progress is called in the iteration over prediction
locations, and calls Rprintf(), not only to print progress, but also to
allow user interrupts; these need to be surpressed (can be done in
runtime, I believe). There are some R_CheckUserInterrupt()s, but not in
the prediction code.
I think that could work pretty well. Not only adding to msim, also
updating the search tree would have to be done in a single-threaded
synchronization event.