I am running a big julia simulation in AWS machine (linux). I use putty to run from the command line.
I type: julia myscript.jl
However, whenever I close the command prompt, or putty or my laptop, the run on the AWS server will stop. I wonder if anyone knows is there a way to keep julia running when I close the command line prompt. As I do not want to keep my laptop open and putty stay connected for several days
Thanks