File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 71
71
:gmt-docs:`gmt.html#f-full`.""" ,
72
72
"cores" : r"""
73
73
cores : bool or int
74
- [[**-**]\ *n*].
75
- Limit the number of cores to be used in any OpenMP-enabled
76
- multi-threaded algorithms. By default we try to use all available
77
- cores. Set a number *n* to only use n cores (if too large it will
78
- be truncated to the maximum cores available). Finally, give a
79
- negative number *-n* to select (all - *n*) cores (or at least 1 if
80
- *n* equals or exceeds all).
81
- """ ,
74
+ Specify the number of active cores to be used in any OpenMP-enabled
75
+ multi-threaded algorithms. By default, all available cores are used. Set a
76
+ positive number *n* to use *n* cores (if too large it will be truncated to
77
+ the maximum cores available); or set a negative number *-n* to select
78
+ (all - *n*) cores (or at least 1 if *n* equals or exceeds all).""" ,
82
79
"distcalc" : r"""
83
80
distcalc : str
84
81
Determine how spherical distances are calculated
You can’t perform that action at this time.
0 commit comments