forked from bhollister179/Backtest.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.envrc
31 lines (27 loc) · 1.09 KB
/
.envrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# julia
export JULIA_LOAD_PATH=":$PWD"
export JULIA_PROJECT="$PWD/PingPong"
export JULIA_NUM_THREADS=$(($(nproc)-2))
export JULIA_CPU_TARGET=generic
# pingpong
# export PINGPONG_OFFLINE=true
# export PINGPONG_ATOL=5e-16
# export PINGPONG_FLOAT_TYPE=Float64
export PINGPONG_LIQUIDATION_BUFFER=0.02
# condapkg
export JULIA_CONDAPKG_ENV="$(realpath $PWD/.conda)"
# export JULIA_CONDAPKG_OFFINE=yes
# export JULIA_CONDAPKG_VERBOSITY=-1
# precomp
# export JULIA_NOPRECOMP=PingPong,Engine,Strategies,Executors,Watchers,Plotting,Stats,SimMode,LiveMode,PaperMode
# export JULIA_NOPRECOMP=PingPong,Engine,Plotting,LiveMode,PaperMode,SimMode,Fetch
# export JULIA_NOPRECOMP=PingPong,Watchers,Plotting
# export JULIA_NOPRECOMP=Watchers,Plotting
# export JULIA_NOPRECOMP=PingPong
# export JULIA_NOPRECOMP=all
export JULIA_NOPRECOMP=
# Only precompile during releases
export JULIA_PRECOMP=Remote,PaperMode,LiveMode,Fetch,Optimization,Plotting
# All the packages that support optional precompilation (for building releases)
export JULIA_FULL_PRECOMP=Remote,PaperMode,LiveMode,Fetch,Optimization,Plotting
source user/.envrc