File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ There are a few additional options available in the `jobmanagers/config.json`
297
297
file which apply in both cluster and local modes, under the ` settings ` key.
298
298
299
299
Several popular third-party libraries use environment variables to control
300
- the number of threads they parallize jobs over, for example ` OMP_NUM_THREADS `
300
+ the number of threads they parallelize jobs over, for example ` OMP_NUM_THREADS `
301
301
for OpenMP. The ` thread_envs ` key specifies a list of environment variables
302
302
which should be set to be equal to the job thread reservation. These are
303
303
applied in cluster mode, and in local mode if the number of threads is
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ logs. A chunk directory may contain the following:
61
61
62
62
There are several other metadata files which may be present, either as sentinel
63
63
values for the pipeline runtime, or optional debugging information from stage
64
- code, for example from performace profiling tools.
64
+ code, for example from performance profiling tools.
65
65
66
66
## Pipestance Metadata
67
67
@@ -104,7 +104,7 @@ directory.
104
104
The start of the ` _log ` contains information on how ` mrp ` was started,
105
105
including command-line options used, relevant environment variables, and job
106
106
manager settings. The balance of the log largely comprises notifications of
107
- stage progess . One can use this logging to monitor the progress of the ` mrp `
107
+ stage progress . One can use this logging to monitor the progress of the ` mrp `
108
108
through the pipeline's graph.
109
109
110
110
Here is an example of the top of a log:
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ already assigned in the input call explicitly (e.g. `foo` in the example).
161
161
### Collection types
162
162
163
163
Martian also supports collections of values as arrays or typed maps. These are
164
- declared using a syntax that is familar to users of C-style languages. Arrays
164
+ declared using a syntax that is familiar to users of C-style languages. Arrays
165
165
are declared as for example ` int[] ` . Typed maps (available in the martian 4.0
166
166
preview) always have string keys, and
167
167
are declared as for example ` map<int> ` . These can be combined as for example
You can’t perform that action at this time.
0 commit comments