Commit db94dba
committed
Set reslice dir default value to output dir
Prior to this change, the default value for the `--reslice-dir` flag of
`None` was transformed into a temp dir.
However, there have been observations of:
- insufficient storage space
- sometimes very slow write speeds when on the cusp of filling up the
storage space
in `/tmp` of DLS cluster nodes.
This, together with noting that the output directory is very often at
DLS a dir within a GPFS mount and that write speeds are more consistent
and faster this way, motivated the decision to instead transform the
default value of `None` for the `--reslice-dir` flag to the output dir
that httomo creates.1 parent 856733c commit db94dba
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
281 | | - | |
| 282 | + | |
282 | 283 | | |
283 | 284 | | |
284 | 285 | | |
| |||
415 | 416 | | |
416 | 417 | | |
417 | 418 | | |
418 | | - | |
| 419 | + | |
419 | 420 | | |
420 | 421 | | |
421 | 422 | | |
| |||
426 | 427 | | |
427 | 428 | | |
428 | 429 | | |
429 | | - | |
430 | | - | |
431 | 430 | | |
432 | 431 | | |
433 | 432 | | |
| |||
0 commit comments