ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/rcomb.1
(Generate patch)

Comparing ray/doc/man/man1/rcomb.1 (file contents):
Revision 1.7 by greg, Tue May 7 17:15:31 2024 UTC vs.
Revision 1.8 by greg, Mon May 20 23:21:28 2024 UTC

# Line 11 | Line 11 | rcomb - combine and convert matrices a row at a time
11   ][
12   .B \-f[afdc]
13   ][
14 + .B "\-n nproc"
15 + ][
16   .B "\-f file"
17   ][
18   .B "\-e expr"
# Line 250 | Line 252 | The
252   .I \-w
253   option turns off warnings about divide-by-zero and other non-fatal
254   calculation errors.
255 + .PP
256 + The
257 + .I \-n
258 + option specifies how many execution processes to employ,
259 + which may improve performance on multi-core architectures,
260 + especially for matrix multiplication
261 + and complex operations on long input rows.
262   .SH EXAMPLES
263   To convert two hyperspectral inputs to RGB color space,
264   average them together, and write them out as a RADIANCE picture:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines