Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new "parallel unix" backend for running jobs over multiple local processors #75

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2011

  1. Configuration menu
    Copy the full SHA
    a1d0321 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2013

  1. add the punix 'parallel unix' backend, allowing local jobs to use mul…

    …tiple cores. also, added an option to specify the shell to be used for executing jobs instead of the default /bin/sh.
    jso committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    6af51c8 View commit details
    Browse the repository at this point in the history
  2. add 'inputfile' option, which allows the user to pass a file containi…

    …ng all the input files to be processed. in case of very large jobs, this works around the limit of what can be passed on the command line
    jso committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    e437327 View commit details
    Browse the repository at this point in the history
  3. merge

    jso committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    ec031b0 View commit details
    Browse the repository at this point in the history
  4. finish up the resolve/merge

    jso committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    303867a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ddb997 View commit details
    Browse the repository at this point in the history