... | @@ -4,8 +4,17 @@ processing pipelines and executing them on multiple data files either locally or |
... | @@ -4,8 +4,17 @@ processing pipelines and executing them on multiple data files either locally or |
|
on remote compute clusters. This extension also provides the tools needed to manages
|
|
on remote compute clusters. This extension also provides the tools needed to manages
|
|
remote server addresses and facilitates working with a remote environments.
|
|
remote server addresses and facilitates working with a remote environments.
|
|
***
|
|
***
|
|
|
|
|
|
|
|
## Benefits
|
|
|
|
* Interact with different cluster schedulers in a portable way
|
|
|
|
* Write your own adapters for your own custom schedulers in a contained way
|
|
|
|
* Run jobs on clusters in a highly parallel environments
|
|
|
|
* Submit jobs with dynamic resource parameters that optimize resource allocation leading to lower queue times in competitive resource allocations.
|
|
|
|
* Provides simple front end to researchers to code written by programmers to submit data files to be processed in parallel
|
|
|
|
* Share and save configurations that are submitted with each job
|
|
|
|
|
|
*Code written by James A. Desjardins, supported by NSERC funding to Sidney J. Segalowitz
|
|
*Code written by James A. Desjardins, Allan Campopiano, Andrew Lofts, Mike Cichonski, and Brad Kennedy,
|
|
|
|
supported by NSERC funding to Sidney J. Segalowitz
|
|
at the Jack and Nora Walker Centre for Lifespan Development Research (Brock University),
|
|
at the Jack and Nora Walker Centre for Lifespan Development Research (Brock University),
|
|
and a Dedicated Programming award from SHARCNet, Compute Ontario.*
|
|
and a Dedicated Programming award from SHARCNet, Compute Ontario.*
|
|
|
|
|
... | @@ -55,8 +64,8 @@ All of these components will need to be selected and/or loaded into the main bat |
... | @@ -55,8 +64,8 @@ All of these components will need to be selected and/or loaded into the main bat |
|

|
|

|
|
|
|
|
|
|
|
|
|
## Copywrite
|
|
## Copyright
|
|
Copyright (C) 2013 James Desjardins
|
|
Copyright (C) 2017 James Desjardins
|
|
|
|
|
|
*This program is free software; you can redistribute it and/or modify
|
|
*This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
it under the terms of the GNU General Public License as published by
|
... | | ... | |