ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rad.c
(Generate patch)

Comparing ray/src/util/rad.c (file contents):
Revision 2.97 by greg, Fri May 28 17:29:14 2010 UTC vs.
Revision 2.105 by greg, Fri Feb 25 06:51:51 2011 UTC

# Line 165 | Line 165 | static int touch(char  *fn);
165   static int runcom(char  *cs);
166   static int rmfile(char  *fn);
167   static int mvfile(char  *fold, char     *fnew);
168 < static int next_process(void);
168 > static int next_process(int     reserve);
169   static void wait_process(int    all);
170   static void finish_process(void);
171   static void badvalue(int        vc);
# Line 751 | Line 751 | lowqopts(                      /* low quality rendering options */
751                  op = addarg(op, "-ds .4");
752          else
753                  op = addarg(op, "-ds 0");
754 <        op = addarg(op, "-dt .2 -dc .25 -dr 0 -sj 0 -st .5");
754 >        op = addarg(op, "-dt .2 -dc .25 -dr 0 -ss 0 -st .5");
755          if (vdef(AMBFILE)) {
756                  sprintf(op, " -af %s", vval(AMBFILE));
757                  op += strlen(op);
# Line 772 | Line 772 | lowqopts(                      /* low quality rendering options */
772          d = ambval();
773          sprintf(op, " -av %.2g %.2g %.2g", d, d, d);
774          op += strlen(op);
775 <        op = addarg(op, "-lr 6 -lw .01");
775 >        op = addarg(op, "-lr 6 -lw .003");
776   }
777  
778  
# Line 826 | Line 826 | medqopts(                      /* medium quality rendering options */
826                  op = addarg(op, "-ds .2 -dj .9");
827          else
828                  op = addarg(op, "-ds .3");
829 <        op = addarg(op, "-dt .1 -dc .5 -dr 1 -sj .7 -st .1");
829 >        op = addarg(op, "-dt .1 -dc .5 -dr 1 -ss 1 -st .1");
830          if ( (overture = vint(INDIRECT)) ) {
831                  sprintf(op, " -ab %d", overture);
832                  op += strlen(op);
# Line 850 | Line 850 | medqopts(                      /* medium quality rendering options */
850          d = ambval();
851          sprintf(op, " -av %.2g %.2g %.2g", d, d, d);
852          op += strlen(op);
853 <        op = addarg(op, "-lr 8 -lw .002");
853 >        op = addarg(op, "-lr 8 -lw 1e-4");
854   }
855  
856  
# Line 904 | Line 904 | hiqopts(                               /* high quality rendering options */
904                  op = addarg(op, "-ds .1 -dj .9");
905          else
906                  op = addarg(op, "-ds .2");
907 <        op = addarg(op, "-dt .05 -dc .75 -dr 3 -sj 1 -st .01");
907 >        op = addarg(op, "-dt .05 -dc .75 -dr 3 -ss 16 -st .01");
908          sprintf(op, " -ab %d", overture=vint(INDIRECT)+1);
909          op += strlen(op);
910          if (vdef(AMBFILE)) {
# Line 926 | Line 926 | hiqopts(                               /* high quality rendering options */
926          d = ambval();
927          sprintf(op, " -av %.2g %.2g %.2g", d, d, d);
928          op += strlen(op);
929 <        op = addarg(op, "-lr 12 -lw .0005");
929 >        op = addarg(op, "-lr 12 -lw 1e-5");
930   }
931  
932  
# Line 1261 | Line 1261 | rpict(                         /* run rpict and pfilt for each view */
1261   )
1262   {
1263   #define do_rpiece       (sfile[0]!='\0')
1264 <        char    combuf[4*PATH_MAX+512];
1264 >        char    combuf[5*PATH_MAX+512];
1265          char    rawfile[PATH_MAX], picfile[PATH_MAX];
1266          char    zopt[PATH_MAX+4], rep[PATH_MAX+16], res[32];
1267 <        char    rppopt[128], sfile[64], *pfile = NULL;
1267 >        char    rppopt[32], sfile[PATH_MAX], *pfile = NULL;
1268          char    pfopts[128];
1269          char    vs[32], *vw;
1270          int     vn, mult;
1271          FILE    *fp;
1272          time_t  rfdt, pfdt;
1273 +        int     xres, yres;
1274 +        double  aspect;
1275 +        int     n;
1276                                          /* get pfilt options */
1277          pfiltopts(pfopts);
1278                                          /* get resolution, reporting */
# Line 1284 | Line 1287 | rpict(                         /* run rpict and pfilt for each view */
1287                  mult = 3;
1288                  break;
1289          }
1290 <        {
1291 <                int     xres, yres;
1292 <                double  aspect;
1293 <                int     n;
1294 <                n = sscanf(vval(RESOLUTION), "%d %d %lf", &xres, &yres, &aspect);
1295 <                if (n == 3)
1296 <                        sprintf(res, "-x %d -y %d -pa %.3f",
1297 <                                        mult*xres, mult*yres, aspect);
1298 <                else if (n) {
1299 <                        if (n == 1) yres = xres;
1297 <                        sprintf(res, "-x %d -y %d", mult*xres, mult*yres);
1298 <                } else
1299 <                        badvalue(RESOLUTION);
1300 <        }
1290 >        n = sscanf(vval(RESOLUTION), "%d %d %lf", &xres, &yres, &aspect);
1291 >        if (n == 3)
1292 >                sprintf(res, "-x %d -y %d -pa %.3f",
1293 >                                mult*xres, mult*yres, aspect);
1294 >        else if (n) {
1295 >                aspect = 1.;
1296 >                if (n == 1) yres = xres;
1297 >                sprintf(res, "-x %d -y %d", mult*xres, mult*yres);
1298 >        } else
1299 >                badvalue(RESOLUTION);
1300          rep[0] = '\0';
1301          if (vdef(REPORT)) {
1302                  double  minutes;
1304                int     n;
1303                  n = sscanf(vval(REPORT), "%lf %s", &minutes, rawfile);
1304                  if (n == 2)
1305                          sprintf(rep, " -t %d -e %s", (int)(minutes*60), rawfile);
# Line 1316 | Line 1314 | rpict(                         /* run rpict and pfilt for each view */
1314                                          getview(0, vs) != NULL) {
1315                  if (!strcmp(c_rpict, DEF_RPICT_PATH) &&
1316                                  getview(1, NULL) == NULL) {
1317 <                        sprintf(sfile, "rpsync_%s.txt", vs);
1317 >                        sprintf(sfile, "%s_%s_rpsync.txt",
1318 >                                vdef(RAWFILE) ? vval(RAWFILE) : vval(PICTURE),
1319 >                                        vs);
1320                          strcpy(rppopt, "-PP pfXXXXXX");
1321                  } else {
1322                          strcpy(rppopt, "-S 1 -PP pfXXXXXX");
# Line 1359 | Line 1359 | rpict(                         /* run rpict and pfilt for each view */
1359                  if (do_rpiece) {
1360                          if (rfdt < oct1date || !fdate(sfile)) {
1361                                  int     xdiv = 8+nprocs/3, ydiv = 8+nprocs/3;
1362 <                                rfdt = 0;               /* start fresh */
1362 >                                if (rfdt >= oct1date) {
1363 >                                        fprintf(stderr,
1364 >                "%s: partial output not created with rpiece\n", rawfile);
1365 >                                        quit(1);
1366 >                                }
1367 >                                if (rfdt) {     /* start fresh */
1368 >                                        rmfile(rawfile);
1369 >                                        rfdt = 0;
1370 >                                }
1371                                  if (!silent)
1372                                          printf("\techo %d %d > %s\n",
1373                                                          xdiv, ydiv, sfile);
# Line 1371 | Line 1379 | rpict(                         /* run rpict and pfilt for each view */
1379                                  fprintf(fp, "%d %d\n", xdiv, ydiv);
1380                                  fclose(fp);
1381                          }
1382 <                } else if (next_process()) {
1382 >                } else if (next_process(0)) {
1383                          if (pfile != NULL)
1384                                  sleep(10);
1385                          continue;
# Line 1384 | Line 1392 | rpict(                         /* run rpict and pfilt for each view */
1392                                  sprintf(combuf, "%s -R %s %s%s %s %s%s%s -o %s %s",
1393                                                  c_rpiece, sfile, rppopt, rep, vw,
1394                                                  res, opts, po, rawfile, oct1name);
1395 <                                while (children_running < nprocs-1 &&
1388 <                                                        next_process()) {
1395 >                                while (next_process(1)) {
1396                                          sleep(10);
1397                                          combuf[strlen(c_rpiece)+2] = 'F';
1398                                  }
# Line 1397 | Line 1404 | rpict(                         /* run rpict and pfilt for each view */
1404                  } else {
1405                          if (overture) {         /* run overture calculation */
1406                                  sprintf(combuf,
1407 <                                "%s%s %s%s -x 64 -y 64 -ps 1 %s > %s",
1407 >                                        "%s%s %s%s -x 64 -y 64 -ps 1 %s > %s",
1408                                                  c_rpict, rep, vw, opts,
1409                                                  oct1name, overfile);
1410 <                                if (do_rpiece)
1411 <                                        while (children_running < nprocs-1 &&
1412 <                                                        next_process())
1406 <                                                sleep(5);
1407 <                                if (runcom(combuf)) {
1408 <                                        fprintf(stderr,
1410 >                                if (!do_rpiece || !next_process(0)) {
1411 >                                        if (runcom(combuf)) {
1412 >                                                fprintf(stderr,
1413                                          "%s: error in overture for view %s\n",
1414 <                                                progname, vs);
1415 <                                        quit(1);
1416 <                                }
1413 <                                if (do_rpiece) {
1414 <                                        finish_process();
1415 <                                        wait_process(1);
1416 <                                }
1414 >                                                        progname, vs);
1415 >                                                quit(1);
1416 >                                        }
1417   #ifndef NULL_DEVICE
1418 <                                rmfile(overfile);
1418 >                                        rmfile(overfile);
1419   #endif
1420 +                                } else if (do_rpiece)
1421 +                                        sleep(20);
1422                          }
1423                          if (do_rpiece) {
1424                                  sprintf(combuf, "%s -F %s %s%s %s %s%s%s -o %s %s",
1425                                                  c_rpiece, sfile, rppopt, rep, vw,
1426                                                  res, opts, po, rawfile, oct1name);
1427 <                                while (children_running < nprocs-1 &&
1426 <                                                        next_process())
1427 >                                while (next_process(1))
1428                                          sleep(10);
1429                          } else {
1430                                  sprintf(combuf, "%s%s %s %s%s%s%s %s > %s",
# Line 1453 | Line 1454 | rpict(                         /* run rpict and pfilt for each view */
1454                  }
1455                  if (!vdef(RAWFILE) || strcmp(vval(RAWFILE),vval(PICTURE))) {
1456                                                  /* build pfilt command */
1457 <                        if (mult > 1)
1457 >                        if (do_rpiece)
1458 >                                sprintf(combuf,
1459 >                                        "%s%s -x %d -y %d -p %.3f %s > %s",
1460 >                                        c_pfilt, pfopts, xres, yres, aspect,
1461 >                                        rawfile, picfile);
1462 >                        else if (mult > 1)
1463                                  sprintf(combuf, "%s%s -x /%d -y /%d %s > %s",
1464                                          c_pfilt, pfopts, mult, mult,
1465                                          rawfile, picfile);
# Line 1554 | Line 1560 | mvfile(                /* move a file */
1560  
1561   #ifdef RHAS_FORK_EXEC
1562   static int
1563 < next_process(void)                      /* fork the next process (max. nprocs) */
1563 > next_process(int reserve)               /* fork the next process */
1564   {
1565          RT_PID  child_pid;
1566  
# Line 1565 | Line 1571 | next_process(void)                     /* fork the next process (max. np
1571                                  progname);
1572                  quit(1);
1573          }
1574 +        if (reserve > 0 && children_running >= nprocs-reserve)
1575 +                return(0);              /* caller holding back process(es) */
1576          if (children_running >= nprocs)
1577                  wait_process(0);        /* wait for someone to finish */
1578          fflush(NULL);                   /* flush output */
1579          child_pid = fork();             /* split process */
1580          if (child_pid == 0) {           /* we're the child */
1581                  children_running = -1;
1582 +                nprocs = 1;
1583                  return(0);
1584          }
1585          if (child_pid > 0) {            /* we're the parent */
# Line 1612 | Line 1621 | wait_process(                  /* wait for process(es) to finish */
1621   }
1622   #else   /* ! RHAS_FORK_EXEC */
1623   static int
1624 < next_process(void)
1624 > next_process(int reserve)
1625   {
1626          return(0);                      /* cannot start new process */
1627   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines