Giter Site home page Giter Site logo

Comments (2)

HenrikBengtsson avatar HenrikBengtsson commented on June 15, 2024

So for the late reply. This sounds like an issue with your job scheduler or your batchtools configuration. Also, I know too little about Rocks to know whether batchtools supports it or not. Here is how I would troubleshoot this:

  1. Start by confirming you can run batchtools::batchMap() with your customized Rocks batchtools template file.
  2. Only when (1) works, test with future.batchtools. Just launch a simple future, e.g. library(future.batchtools); plan(batchtools_custom, ...); f <- future(Sys.info()); v <- value(f). That "should work" if (1) works
  3. Retry with higher-level parallelization frameworks, e.g. foreach and doFuture. If (2) works, then those "should work" too.

from future.batchtools.

HenrikBengtsson avatar HenrikBengtsson commented on June 15, 2024

FYI, I've transferred this issue from doFuture to future.batchtools since it's very unlikely it's related to doFuture. It's more a future backend issue.

Also, I'll go ahead and close this issue since I think it's batchtools related, but feel free to reopen it if you think there's an issue with future.batchtools per se.

from future.batchtools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.