| 251 |
|
goto badopt; |
| 252 |
|
} |
| 253 |
|
} |
| 254 |
< |
if (nproc > 1) { |
| 255 |
< |
if (persist) |
| 256 |
< |
error(USER, "multiprocessing incompatible with persist file"); |
| 257 |
< |
if (!vresolu && hresolu > 0 && hresolu < nproc) |
| 258 |
< |
error(WARNING, "number of cores should not exceed horizontal resolution"); |
| 259 |
< |
if (trace != NULL) |
| 260 |
< |
error(WARNING, "multiprocessing does not work properly with trace mode"); |
| 261 |
< |
} |
| 254 |
> |
if (nproc > 1 && persist) |
| 255 |
> |
error(USER, "multiprocessing incompatible with persist file"); |
| 256 |
|
/* initialize object types */ |
| 257 |
|
initotypes(); |
| 258 |
|
/* initialize urand */ |