Skip to content

error in running command #93

Description

@aguang

I've tried to troubleshoot this for a while, but I simply cannot get future.batchtools to work here. I also don't see this error in any of the other issues or anywhere. What is going wrong?

> library("future.batchtools")
Loading required package: parallelly
Loading required package: future
> plan(batchtools_slurm)
> x %<-% { Sys.sleep(5); 3.14 }
Error: Failed to submit BatchtoolsSlurmFuture (<none>). The reason was: error in running command
TROUBLESHOOTING INFORMATION:
batchtools::submitJobs() was called with the following 'resources' argument:
 list()

Additional output:

Error in system2(command = sys.cmd, args = sys.args, stdin = stdin, stdout = TRUE,  : 
  error in running command

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions