ChrisSuess / Project-Xbow

A computional chemistry cloud based project.
6 stars 2 forks source link

Xbow-run needs to add check for task-spooler #20

Closed ChrisSuess closed 6 years ago

ChrisSuess commented 6 years ago

The xbow-run command needs to add a command that checks if task spooler is installed on the scheduler machine and if it is not will install it.

It also needs to include the command tsp -S $number_of_workers at the start otherwise task spooler will only schedule one job at a time and not allow xbow to use all available resources.

ChrisSuess commented 6 years ago

This has been fixed and now does this in the xbow-run command. Commit 5d86c52 fixes this.