Tags:
create new tag
view all tags

Lisa Machine configuration and tips

This page documents the settings of the lisa machine and the tips for the users.

Access

To access the lisa machine you have to connect trough

ssh -X -Y -C user@151.100.38.237 -p 31415

To copy data to and from lisa the recommended method is rsync using the following command (an example to copy FROM local TO lisa):

rsync -rvz --progress -e 'ssh -p 31415' localfile user@151.100.38.237:/path/to/file/on/lisa/localfile

Available software

Configuration

To use ROOT  6.09.01

export ROOTSYS=/home_arpg/software/root_60901
export LD_LIBRARY_PATH=$ROOTSYS/lib
export PATH=$ROOTSYS/bin:$PATH

Other specific versions are available under the software folder, list them and point your configuration to what you prefer.

A link to a stable, up-to-date version of root is provided through the link

export ROOTSYS=/home_arpg/software/root
export LD_LIBRARY_PATH=$ROOTSYS/lib
export PATH=$ROOTSYS/bin:$PATH

To use FLUKA (2011.2c.5)

export FLUKA=/home_arpg/software/flukagfor2016.4
export FLUPRO=/home_arpg/software/flukagfor
export FLUFOR=gfortran

-- Alessio Sarti - 2017-02-14

Comments


Edit | Attach | Watch | Print version | History: r6 < r5 < r4 < r3 < r2 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r6 - 2017-12-20 - AlessioSarti
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback