🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Non-interactive command line interface

User: "Danilo Moretti_20542"
New Altair Community Member
Updated by Danilo Moretti_20542

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

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "etembras"
    Altair Employee
    Updated by etembras
    User: "Fadi Chamoun_21158"
    Altair Community Member
    Updated by unknown

    Hello, I have the same issue, i tried "nohup" with "&" but the job still ends up receiving SIGHUP.

    Also tried running it as usual then pausing it with Ctrl+Z then putting it in the background with "bg" then disowning it with "disown -h". And it still ends up stopping (eventhough with this method it just stops without printing SIGHUP in the out file).

     

    Any ideas ?