# In the linux terminal, juliapro can't receive argument to -O

**URL:** https://discourse.julialang.org/t/in-the-linux-terminal-juliapro-cant-receive-argument-to-o/6495
**Category:** General Usage
**Tags:** juliapro
**Created:** [October 17, 2017, 9:25am UTC](https://discourse.julialang.org/t/in-the-linux-terminal-juliapro-cant-receive-argument-to-o/6495 "2017-10-17T09:25:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![111](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/111/32/33971_2.png) [@111](https://discourse.julialang.org/u/111)
#### Post date: [October 17, 2017, 9:25am UTC](https://discourse.julialang.org/t/in-the-linux-terminal-juliapro-cant-receive-argument-to-o/6495/1 "2017-10-17T09:25:38Z")

</div>

I installed the free version of juliapro-mkl in manjaro. When using julia from the terminal by typing

> julia -O3 test.jl

I got "ERROR: julia: invalid argument to -O (3 test.jl)

when I type

> julia --math-mode=fast test.jl

I got "ERROR: julia: invalid argument to --math-mode (fast tdse.jl)  
when I type

> julia test.jl -O3

I got “ERROR: could not open file /home/cyb/test.jl -O3”
