Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

  1. Download Atoms Clarisse from here.

  2. Extract the AtomsClarisse folder from the zip archive.

  3. Copy the AtomsClarisse folder to:

     /opt/Toolchefs/


  4. Create a bash script to launch clarisse:

    #!/usr/bin
    export ATOMS_ROOT=/opt/Toolchefs/AtomsClarisse/4.0_sp4c/
    export toolchefs_LICENSE=5053@localhost  (change servername to your hostname where the license server is running)
    export PYTHONPATH=$PYTHONPATH:/opt/clarisse/4.0_sp4c/clarisse/python:$ATOMS_ROOT/python:$ATOMS_ROOT/scripts
    export IX_MENU_CONFIG_FILE=/opt/clarisse/4.0_sp4c/clarisse/python/menus/init_menus.py:$ATOMS_ROOT/scripts/init_menus.py
    
    /opt/clarisse/4.0_sp4c/clarisse/clarisse -module_path /opt/clarisse/4.0_sp4c/clarisse/module/ -module_path $ATOMS_ROOT/module/
    


  5. If the license server is running on another machine set the environment variable toolchefs_LICENSE or RLM_LICENSE to 5053@servername.


  • No labels