This repository has been archived by the owner on Apr 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VafEnv: updated configuration files for AliPhysics
- Loading branch information
Dario Berzano
committed
Jan 30, 2015
1 parent
5ee4721
commit 9dd67dd
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |