-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 980 Bytes
/
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
Package: tasktools
Type: Package
Title: Tools for Task Parallelism with MPI
Version: 0.2-0
Description: Tools for task-based parallelism with MPI via 'pbdMPI'.
Several utilities are provided, each with an apply-like interface. There is
support for 'pre-scheduling' tasks as well as a "load-balancing" mode that
farms them out from a central process. Finally, the functions support
'checkpointing', which allows the task runs to be interrupted and restarted
from their last completed task.
License: BSD 2-clause License + file LICENSE
Depends:
R (>= 3.1.0),
pbdMPI (>= 0.4-3)
Imports:
crlapply (>= 0.1-0)
ByteCompile: yes
URL: https://github.com/wrathematics/tasktools
BugReports: https://github.com/wrathematics/tasktools/issues
Authors@R: c(
person("Drew", "Schmidt", role=c("aut", "cre"), email="[email protected]"),
person("ORNL", role = "cph")
)
Maintainer: Drew Schmidt <[email protected]>
HPCRAN: mpi
RoxygenNote: 7.1.0