mschubert / clustermq

R package to send function calls as jobs on LSF, SGE, Slurm, PBS/Torque, or each via SSH
https://mschubert.github.io/clustermq/
Apache License 2.0
146 stars 27 forks source link

Checklist for release #201

Closed mschubert closed 4 years ago

mschubert commented 4 years ago

This all concerns the develop branch and should not impact users on master or the stable CRAN release.

Optional

mschubert commented 4 years ago

@mstr3336 I've updated the PBS scheduler to produce cmq-specific default log names, using $PBS_ARRAY_INDEX as per PBS User Guide, page 160. Can you confirm this works?

remotes::install_github("mschubert/clustermq", ref="develop")
clustermq::Q(function(x) x*2, x=1:5, n_jobs=1, log_worker=T) # should create cmqXXXX-1.log in $(pwd)
strazto commented 4 years ago

Looks awesome, I'll test it out on the HPC soon