ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/renders/Makefile
(Generate patch)

Comparing ray/test/renders/Makefile (file contents):
Revision 1.26 by greg, Wed Jul 29 23:38:22 2020 UTC vs.
Revision 1.27 by greg, Thu Jul 30 02:19:27 2020 UTC

# Line 4 | Line 4
4   #
5  
6   # Number of processes to use on tests that run multi-core
7 < NPROC = 2
7 > ifeq ($(OS),Windows_NT)  # is Windows
8 >        NPROC := 1
9 > else
10 >        NPROC := 2
11 > endif
12  
13   # Image reduction for comparisons
14   RDU_PFILT = pfilt -1 -r 1 -x 128 -y 128 -pa 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines