commit 3499beca1ca25a33d4f3aef683041fe4eee10ace parent fe79bcd5a6761204f74379416c43248444aa51d4 Author: Anders Damsgaard <andersd@riseup.net> Date: Mon, 1 May 2017 13:38:08 -0400 add script to launch an optimized julia process Diffstat:
A | bin/julia-fast | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/julia-fast b/bin/julia-fast @@ -0,0 +1,2 @@ +#!/bin/bash +julia --procs auto --optimize=3 --math-mode=fast $@