| 1387 |
|
int xdiv = 8+nprocs/3, ydiv = 8+nprocs/3; |
| 1388 |
|
if (rfdt >= oct1date) { |
| 1389 |
|
fprintf(stderr, |
| 1390 |
< |
"%s: partial output not created with rpiece\n", rawfile); |
| 1390 |
> |
"%s: partial output not created with %s\n", rawfile, c_rpiece); |
| 1391 |
|
quit(1); |
| 1392 |
|
} |
| 1393 |
|
if (rfdt) { /* start fresh */ |
| 1478 |
|
wait_process(1); |
| 1479 |
|
if (!syncf_done(sfile)) { |
| 1480 |
|
fprintf(stderr, |
| 1481 |
< |
"%s: rpiece did not complete rendering of view %s\n", |
| 1482 |
< |
progname, vs); |
| 1481 |
> |
"%s: %s did not complete rendering of view %s\n", |
| 1482 |
> |
progname, c_rpiece, vs); |
| 1483 |
|
quit(1); |
| 1484 |
|
} |
| 1485 |
|
} |