ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/notes/compile_switches
(Generate patch)

Comparing ray/doc/notes/compile_switches (file contents):
Revision 1.5 by schorsch, Mon Sep 19 11:35:38 2005 UTC vs.
Revision 1.6 by greg, Mon Sep 19 15:27:19 2005 UTC

# Line 1 | Line 1
1   Here is a list of compile switches, used to customize Radiance code
2   for specific machines and users:
3  
4 < -DALIGN=(type)  Alignment type, machine-dependent.  Most RISC
4 > -DALIGNT=(type) Alignment type, machine-dependent.  Most RISC
5                  architectures align on 8-word boundaries (double).
6                  The default alignment type is int.
7  
8   -DWFLUSH=(rays) Override for number of rays before flush in rvu.
9  
10 < -DBSD   Operating system has a strong Berkeley flavor, which
10 > -DBSD           Operating system has a strong Berkeley flavor, which
11                  affects certain system calls, such as signal handling and
12                  resource tracking.
13  
# Line 29 | Line 29 | for specific machines and users:
29   -DAVGREFL=R     Set the average surface reflectance for the purpose
30                  of indirect irradiance calculations to R, where
31                  R is a real number in the range (0,1.0).  The
32 <                default value is 0.50 (50%).  This value indirectly
33 <                controls the maximum number of ambient bounces,
34 <                which can never be more than the log of the -ad
35 <                setting times the log of AVGREFL.
32 >                default value is 0.50 (50%).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines