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

C++ improvements #204

Closed klmr closed 4 years ago

klmr commented 4 years ago

Some side-notes on the C++. This PR intentionally doesn’t tackle the topic of (global) static object initialisation, as that requires more discussion. By contrast, the changes below should not necessitate discussion.