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
I am trying to run the example code in the future.batchtools Git Hub README, as follows.
But I failed due to error message shown below.
Could you help me out?
Thank you.
Haibo
library(future.batchtools)
plan(batchtools_lsf(template = "lsf.tmpl", workers = 2,
resources = list(walltime = 3600*8, num.cpu = 4,
mpp = 1024*4, queue = "long")))
x %<-% { Sys.sleep(5); 3.14 }
y %<-% { Sys.sleep(5); 2.71 }
x + y
I got the following error message inconsistently
err message 1:
Error: Log file '/project/umw_arthur_mercurio/Haibo/InPAS/.future/20211220_104348-sqIN0l/batchtools_2107070426/logs/job74e5f3ce70dd44fe91a775b79b221d03.log'
for job with id 1 not available
I am trying to run the example code in the future.batchtools Git Hub README, as follows.
But I failed due to error message shown below.
Could you help me out?
Thank you.
Haibo
I got the following error message inconsistently
Error: Log file '/project/umw_arthur_mercurio/Haibo/InPAS/.future/20211220_104348-sqIN0l/batchtools_2107070426/logs/job74e5f3ce70dd44fe91a775b79b221d03.log'
for job with id 1 not available
Error: BatchtoolsExpiration: Future ('') expired (registry path /project/umw_arthur_mercurio/Haibo/InPAS/.future/20211220_104348-sqIN0l/batchtools_290284087)
.. No logged output exist.
The contents of my lsf.tmpl file is as follow:
The text was updated successfully, but these errors were encountered: