Install Atoms Clarisse plugin on Linux
Download Atoms Clarisse from here.
Extract the AtomsClarisse folder from the zip archive.
Copy the AtomsClarisse folder to:
/opt/Toolchefs/
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/
If you are using floating licenses and the license server is running on another machine set the environment variable toolchefs_LICENSE or RLM_LICENSE to 5053@servername
If you install atoms in a custom folder you need to set the LD_LIBRARY_PATH env variable to the AtomsClarisse/${CLARISSE_VERSION}/lib/, or the plugin won't be able to load.
Copyright © 2017, Toolchefs LTD.