🎉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

HyperWorks Linux Error: sh: 1: ksh: not found

User: "Alberto Casas"
Altair Community Member
Updated by Alberto Casas

Hello all!!

I have created my simulation in Windows by means of Hypermesh. Then, I have send it to a linux computer to run the simulation through radioss and when I run it, it shows in the left cornet "running radioss block" but the solver doesn´t start. Additionally, the next message appears in the command window: 

sh: 1: ksh: not found

Any idea how to work out the issue?? Is it possible to create windows radioss files and run them in Linux???

image

I really appreciate any help!!

Thank you in advance.

Alberto

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "PaulAltair"
    Altair Employee
    Accepted Answer
    Updated by PaulAltair

    It looks like you are trying to run radioss from inside HM in linux? from the message I'm guessing your linux distro is using ksh (rather than bash) and that may be the issue, the link between HM and Radioss in that installation may not be working correctly (or Radioss may not even be installed?) but running from HM is not the 'normal' way run a model in most cases

    You don't need to open/run the model from HM, normally you would just run it from the compute console, or run from command line

    In Linux, in your installation, find the scripts folder, and enter './radioss -gui' as below, that will launch the gui for submitting your radioss model, hope this helps?

    image