Skip to content
/ bart Public

Commit a6595f7

Browse files
committed
document environment variables
1 parent ee0ea5e commit a6595f7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

doc/environment.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
The following environment variables are used in BART.
3+
4+
Generic Options
5+
6+
BART_TOOLBOX_PATH: Path to look for itself and extensions.
7+
BART_DEBUG_LEVEL: Output debug information at this level.
8+
BART_COMPAT_VERSION: Set compatibility to version X.Y.Z.
9+
10+
TMPDIR: Directory for temporary files (used for pipelines).
11+
12+
13+
Acceleration / Parallelization
14+
15+
OMP_NUM_THREADS: Number of threads for OpenMP.
16+
OMPI_COMM_WORLD_SIZE: Number of processed for MPI.
17+
18+
BART_GPU: Use GPUs.
19+
BART_GPU_STREAMS: Use cuda streams.
20+
BART_GPU_GLOBAL_MEMORY: Use global memory.
21+
22+
BART_CUDNN_USE_TENSORCORE: Use tensorcores for cudnn.
23+
BART_USE_FFTW_WISDOM: Use FFTW wisdom.
24+
BART_DELAYED_DEBUG_LEVEL: Debug level for delayed computation.
25+
BART_PARALLEL_CHUNK_SIZE: Set chunk size for parallelization.
26+
27+
28+
Streams (experimental)
29+
30+
BART_DEBUG_STREAM: Add command to debug output.
31+
BART_STREAM_LOG: Logging for streams.
32+
BART_TOOL_GRAPH: Directory to output graph information to.
33+

0 commit comments

Comments
 (0)