Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I've used : v01-17-02

Code Block
cd /scratch/sid_complete
mkdir ilcinstall
cd ilcinstall
tar -xzvf ilctools-v01-17-02.tar.gz
cd v01-17-02
cd releases/v01-17/

there are two scripts .... release-version.py (that needs to be adapted) and release-sid.cfg, which does contain all the packages you'll need for running SiD software. the adapted scripts are in the myscripts Folder

Code Block

cd /scratch/sid_complete
cp myscripts/release-sid.cfg  ilcinstall/v01-17-02/releases/v01-17/
cp myscripts/release-versions.py ilcinstall/v01-17-02/releases/v01-17/

you can test the installation with the -p switch and you can run it with the -i switch

...

You can speed uop the compilation by changing this from -j2 to -j8 on a multi-core machine

Code Block
\# global optionsilcsoftoptions
ilcsoft.env["MAKEOPTS"]="-j2"

Now it's time to grab a coffee...

LCSIM installation

First get the JAS 3.0.3 from here , it contains a handy LCIO browser and the Wired Event display

...