Evaluate arbitrary function calls using workers on HPC schedulers in single line of code. All processing is done on the network without accessing the file system. Remote schedulers are supported via SSH.
0.8.6
0.8.5
inst/
directory (#85)send_call
to worker to evaluate arbitrary expressions (drake#501; #86)clustermq.scheduler
is now respected if set after package load (#88)0.8.4
qsys$reusable
when using n_jobs=0
/local processing (#75)clustermq.template
insteadclustermq.defaults
to fill default template values (#71)0.8.3
rettype
for function calls where return type is known (#59)log_worker
flag were not working for SGE/SLURM0.8.2
0.8.1
0.8.0
clustermq:::worker
now takes only master as argumentcommon_data
are collected by gc too slowly (#19)workers
is now separated from Q
, enabling worker reuse (#45)export
ed explicitly (#47)multicore
qsys using the parallel
package (#49)Q_rows
using data.frame rows as iterated arguments (#43)gc
(#18)0.7.0