You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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)
This all concerns the
develop
branch and should not impact users onmaster
or the stable CRAN release.issue withQ(... template=list(...))
does not submit jobs~
expansion on log files, usingnormalizePath
to avoidCtrl+c hangs when used to interrupt pollingwas locked in compiled code for excessive memory test, beyond the scope of this releasemultiprocess
test is "unable to terminate some child processes" (cf. e.g. Error while shutting down parallel: unable to terminate some child processes r-lib/processx#240, Error while shutting down parallel: unable to terminate some child processes r-lib/processx#236)Test on Windowscan not testmulticore
,callr
together because of Error while shutting down parallel: unable to terminate some child processes r-lib/processx#236QSys
automatically adding log splitters (e.g.%a
on Slurm)rzmq
qsys_impl
tests do not create logs with CRAN testsCheck fix issue with formating of object size #199Optional
multicore
(Enable logging of multicore workers #169),multiprocess
ssh
work on Windows #84, Trying to run clustermq on Windows 10 using SSH and Slurm #166)The text was updated successfully, but these errors were encountered: