acuSolve and shell script

Hi experts,

I want to invoke acusolve in a shell script in my local computer. I usually invoke it using acuRun command in my terminal, but I want to know what additional commands are necessary if I want to run the same using shell script instead of directly running in terminal.

So, I would write shell script>>open terminal>>invoke shell script>>which in turns invoke acuSolve

 

Thanks!!!

Sort by:
1 - 1 of 11
    acuproUser: "acupro"
    Altair Employee
    Accepted Answer
    Updated by acupro

    Are you wanting to embed starting the AcuSolve job within another script?  Is this script for running on Windows - or Linux?

    If on Linux, and you run your script from the problem directory (where the .inp file and mesh directory reside) you should be able to use the same

    acuRun

    command (plus other options) as if you were running from the terminal itself.

    If on Windows, it's a little more involved - using the windows 'call' command - and launch the script from the AcuSolve Command Prompt, rather than a standard Windows Command Prompt.