-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1.24 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: batchtoolscc
Type: Package
Title: Batchtools fine-tuned for Compute Canada HPC Systems
Version: 0.1.0
Author: Konstantinos Kyriakidis
Maintainer: Konstantinos Kyriakidis <kyriakidk@pharm.auth.gr>
Description: As a successor of the packages 'BatchJobs' and 'BatchExperiments',
this package provides a parallel implementation of the Map function for high
performance computing systems managed by schedulers 'IBM Spectrum LSF'
(<https://www.ibm.com/us-en/marketplace/hpc-workload-management>),
'OpenLava' (<http://www.openlava.org/>), 'Univa Grid Engine'/'Oracle Grid
Engine' (<http://www.univa.com/>), 'Slurm' (<http://slurm.schedmd.com/>),
'TORQUE/PBS'
(<http://www.adaptivecomputing.com/products/open-source/torque/>), or
'Docker Swarm' (<https://docs.docker.com/swarm/>).
A multicore and socket mode allow the parallelization on a local machines,
and multiple machines can be hooked up via SSH to create a makeshift
cluster. Moreover, the package provides an abstraction mechanism to define
large-scale computer experiments in a well-organized and reproducible way.
License: LGPL-3
Encoding: UTF-8
Depends:
R (>= 3.0.0),
data.table (>= 1.11.2),
stringr,
devtools,
batchtools
RoxygenNote: 6.1.1