IceCube Software Cluster

From IIHE Wiki
Revision as of 10:50, 20 January 2016 by Admin (talk | contribs) (→‎/cvmfs)
Jump to navigationJump to search

CVMFS

/cvmfs

Centralised CVMFS repository for the IceCube Software This software repository contains all related IceCube software tools

To use it :

eval `/cvmfs/icecube.opensciencegrid.org/py2-v1/setup.sh`

Metaprojects are located under $SROOT/metaprojects

Local Build

/software

The custom software area

/software/src

Sources of software to install

/software/icecube

Icecube specific tools

/software/icecube/ports

This folder contains the I3 ports used by icecube (meta-)projects

In order to use it, you must define the environment variable $I3_PORTS

export I3_PORTS="/software/icecube/ports"

This variable is set only for the current session and will be unset after logout, to avoid typing this each time,  you can add this command to your .bashrc

List installed ports

$I3_PORTS/bin/port installed

List available ports

$I3_PORTS/bin/port list

Install a port

$I3_PORTS/bin/port install PORT_NAME


/software/icecube/offline-software

This folder contains the offline-software meta-project

To use it, just run the following command (note the point at the beginning of the line)

. /software/icecube/offline-sofware/[VERSION]/env-shell.sh

Available versions :

  • V14-02-00
/software/icecube/icerec

This folder contains the icerec meta-project

To use it, just run the following command (note the point at the beginning of the line)

. /software/icecube/icerec/[VERSION]/env-shell.sh

Available versions :

  • V04-05-00
  • V04-05-00-jkunnen
/software/icecube/simulation

This folder contains the simulation meta-project

To use it, just run the following command (note the point at the beginning of the line)

. /software/icecube/simulation/[VERSION]/env-shell.sh

Available versions :

  • V03-03-04
  • V04-00-08
  • V04-00-09
  • V04-00-09-cuda

/ice3

This folder is the old software area. We strongly recommend you to build your tools in the /software directory