Is there any way to run a function a maximum time without adding additional procs? I now use an implementation based on this StackOverflow answer:
http://stackoverflow.com/questions/23809515/julia-can-you-set-a-time-limit-on-eval but it requires waiting to add the procs, making sure code loads on all procs etc. Is there some simpler/shorter/quicker way? Best regards, Robert Feldt