jackhamel16 / Acoustics

Acoustic integral equation solver
1 stars 0 forks source link

Determine best way to run Julia codes without having to execute main file from repl #79

Closed jackhamel16 closed 3 years ago

jackhamel16 commented 3 years ago

I need an input deck to enable running my code.

jackhamel16 commented 3 years ago

How to run julia in command prompt https://www.youtube.com/watch?v=BIdDOgp7qRM&ab_channel=ExampleProgram

jackhamel16 commented 3 years ago

how to pass in arguments on command line https://discourse.julialang.org/t/how-to-pass-command-line-arguments-to-include-julia-file/4731

use this to pass in filename of input deck

jackhamel16 commented 3 years ago

can pull in a filename arg simply with filename = ARGS[1]