1. The SILECS developemt environment is located on the asl-cluster. In order to work there you will need to get an user-account there.
  2. If this is the first time you use FESA, you should start with this HandsOn in order to get used to FESA before using SILECS !
  3. Setup path for the 'silecs' script, the diagnostic tool and the cli-client:
    Put the following into your ~/.profile (Create it, if it does not exist .. that's the file which will be sourced on graphical login)
    # Put the silecs version here, which you want to use
    SILECS_VERSION=2.3.0
    export PATH=/common/usr/cscofe/silecs/$SILECS_VERSION/silecs-cli:$PATH
    export PATH=/common/usr/cscofe/silecs/$SILECS_VERSION/silecs-cli-client/bin/x86_64:$PATH
    export PATH=/common/usr/cscofe/silecs/$SILECS_VERSION/silecs-diagnostic-cpp/bin/x86_64:$PATH
  4. re-load the file to make use of the changes:
    source ~/.profile
  5. Check if the silecs tools can be used now
    silecs -h
Topic revision: r4 - 07 Sep 2022, AlexanderSchwinn
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback