oRis 2.3 manual



This manual should exist ...

oRis on the W3: http://www.enib.fr/~harrouet/oris.html




Command line

oRis can either be launched with or without its Graphical User Interface. The oRis GUI allows you to load simulations, control the running simulation, display specific graphical windows ...

Nevertheless, when launched without its GUI (i.e. in text mode), oRis allows to display graphic windows, but these later should be explicitely created by the execution of the running simulation.



Warning !

If oRis does not respond, due to an infinite loop in your application or due to a bug in oRis, try first to hit Ctrl-C in the terminal from which oRis was launched.

If nothing happens, then you will have to kill the oRis process explicitely. For this, avoid using the xkill UNIX command or the SIGKILL (nb 9) signal but prefer using:
        kill oRis_PID
or whatever that should normally make the process dye (nb 11 for example).

If the only way to kill the oRis process is to use:
        kill -9 oRis_PID
or
        xkill
then you will have to remove the IPCs left using the ipcs and ipcrm UNIX commands.

Hope you'll never have to do that ;^)