Goodmorning,
I am trying to run a job on a Linux Virtual Machine from command line.
Once the job is submitted, the command line interface stays "busy" because it is printing what seems to be a part of the .out file.
If I close the command line interface, the job is killed.
How can I submit the job from the command line in a "non-interactive" way? I want to be able to exit the command line or turn off the laptop without killing the job on the remote virtual machine (on a cloud service).
I am NOT using the option "-out" and I also tried "DSCREEN,AUTO,OFF" in the input file, but nothing changed.
Thank you