-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
47 lines (44 loc) · 1001 Bytes
/
_pkgdown.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
reference:
- title: "Main functions"
desc: >
Functions and classes to communicate, submit jobs,
and parallelize tasks using a SLURM cluster
contents:
- '`Job`'
- '`JobArray`'
- '`superApply`'
- title: "Side fucntions"
desc: >
Functions to do simple operations in a SLURM cluster
contents:
- '`cancelJob`'
- '`getJobState`'
- '`getJobNumber`'
- '`getMaxJobArrayLength`'
- title: "Helper functions"
desc: >
Internally used functions and classes
contents:
- '`JobInfo`'
- '`grepTempFile`'
- '`isWriteable`'
- '`parseArg`'
- '`printTime`'
- '`shellCmdExists`'
- '`systemSubmit`'
- '`trim`'
- '`createJobScriptsData`'
- '`createStringFunction`'
- '`getJobArray`'
- '`getPartitionIndeces`'
- '`getUserFunctions`'
- '`getUserPackages`'
- '`mergeListDir`'
articles:
- title: All vignettes
desc: >
contents:
- '`quick_start`'
- '`job_submission_management`'
- '`job_arrays`'
- '`config_file_instructions`'