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 4 Next »

  1. Download Atoms Clarisse from here.

  2. Extract the Clarisse folder from the zip archive.

  3. Copy the Clarisse folder to:

     C:/Program Files/Toolchefs/


  4. Create a new bat file to launch Clarisse:

    set "CLARISSE_PATH=C:\\Program Files\\Isotropix\\Clarisse iFX 4.0 SP4c"
    set "path=C:\\Program Files\\Toolchefs\\AtomsClarisse\\4.0_sp4c\\bin;%path%"
    set "PYTHONPATH=%PYTHONPATH%;C:\\Program Files\\Toolchefs\\AtomsClarisse\\4.0_sp4c\\python;C:\\Program Files\\Toolchefs\\AtomsClarisse\\4.0_sp4c\\scripts"
    set toolchefs_LICENSE=5053@localhost
    
    "%CLARISSE_PATH%\Clarisse\clarisse.exe" -flavor ifx -module_path "%CLARISSE_PATH%\\Clarisse\\module" -module_path "C:\\Program Files\\Toolchefs\\AtomsClarisse\\4.0_sp4c\\module"


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

  • No labels