Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Commit

Permalink
VafEnv: updated configuration files for AliPhysics
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Berzano committed Jan 30, 2015
1 parent 5ee4721 commit 9dd67dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion etc/vaf/alice/common.before.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
export alien_API_USER='dberzano'

# The desired AliRoot version (all dependencies are automatically set)
export VafAliRootVersion='v5-05-77-AN'
#export VafAliRootVersion='v5-06-02'

# The desired AliPhysics version (all dependencies, including AliRoot Core,
# will be automatically set). If you export this, VafAliRootVersion will be
# ignored
export VafAliPhysicsVersion='vAN-20150129'

# Set to 1 to use software from CernVM-FS locally
export UseCvmfsLocally=0
Expand Down
8 changes: 6 additions & 2 deletions etc/vaf/alice/vaf.conf.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# AliEn username
export alien_API_USER=$USER

# Desired AliRoot version: dependencies will be automatically set
# AliRoot Core or AliPhysics version: dependencies will be automatically set.
# Choose AliRoot Core or AliPhysics. If you choose AliRoot Core, AliPhysics
# will not be available. If you choose AliPhysics, do not set AliRoot Core, as
# the correct dependency will be automatically selected.
# See available versions at: http://alimonitor.cern.ch/packages/
export VafAliRootVersion="v5-05-77-AN"
export VafAliPhysicsVersion="vAN-20150129"
#export VafAliRootVersion="v5-06-02"

# Desired FastJet version: CGAL dependency automatically set
#export VafFastJetVersion="v2.4.2"

0 comments on commit 9dd67dd

Please sign in to comment.