Skip to content

Batch scripts to allow to dynamically allocate a master/worker nodes for the redis server for pyABC

Notifications You must be signed in to change notification settings

EmadAlamoudi/Batch_pyABC

Repository files navigation

Batch_pyABC

Batch scripts to allow dynamically allocate master/worker nodes for the redis implementation in pyABC

Start a parallel pyABC run:

run submit_job.sh with the follwing parameters:

  • port number
  • Number of nodes
  • queue name
  • job time
  • CPUSPERTASK
  • python script

To kill all running jobs:

run kill_all.sh

Please note that you need to change the python file to take two arguments (the port_number and the host_id). This can be done using the argparse package.

About

Batch scripts to allow to dynamically allocate a master/worker nodes for the redis server for pyABC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages