dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 6e2025c516b069090c143675346b6e3f18af21cc
parent 07a05270f23b3ec5244b443b5284f1f595b24dca
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue,  9 May 2017 11:59:48 -0400

run with 1 process

Diffstat:
Mbin/julia-fast | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/julia-fast b/bin/julia-fast @@ -1,2 +1,3 @@ #!/bin/bash -julia --procs auto --optimize=3 --math-mode=fast $@ +#julia --procs auto --optimize=3 --math-mode=fast $@ +julia --procs 1 --optimize=3 --math-mode=fast $@