File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if [[ -z "$CTF_MAXDETEXT" ]]; then export CTF_MAXDETEXT=0; fi # exte
4646if [[ -z " $TFDELAY " ]]; then export TFDELAY=100; fi # Delay in seconds between publishing time frames
4747if [[ -z " $GPUTYPE " ]]; then export GPUTYPE=CPU; fi # GPU Tracking backend to use, can be CPU / CUDA / HIP / OCL / OCL2
4848if [[ -z " $DDSHMSIZE " ]]; then export DDSHMSIZE=$(( 8 << 10 )) ; fi # Size of shared memory for DD Input
49- if [[ -z " $DDHDRSIZE " ]]; then export DDHDRSIZE=$(( 2 << 10 )) ; fi # Size of shared memory for DD Input
49+ if [[ -z " $DDHDRSIZE " ]]; then export DDHDRSIZE=$(( 1 << 10 )) ; fi # Size of shared memory for DD Input
5050if [[ -z " $GPUMEMSIZE " ]]; then export GPUMEMSIZE=$(( 24 << 30 )) ; fi # Size of allocated GPU memory (if GPUTYPE != CPU)
5151if [[ -z " $HOSTMEMSIZE " ]]; then export HOSTMEMSIZE=0; fi # Size of allocated host memory for GPU reconstruction (0 = default)
5252if [[ -z " $CREATECTFDICT " ]]; then export CREATECTFDICT=0; fi # Create CTF dictionary
You can’t perform that action at this time.
0 commit comments