Skip to content

Commit 6535129

Browse files
authored
Merge pull request #17 from amereghe/changeExePaths
Updating paths/names to current release / test release of sixtrack
2 parents b7a20c0 + b821f51 commit 6535129

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sixjobs/sysenv

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
#!/bin/sh
22
# February 29, 2012
33
# All the variables the user will not normally want to see!
4+
# path to sixtrack project
5+
export sixtrackproj=/afs/cern.ch/project/sixtrack
6+
# path to build dir
7+
export sixtrackprojbuild=$sixtrackproj/build
48
# The path to all scripts etc bin,Bin,scripts, exes, dots
59
export sixdeskpath=/afs/cern.ch/group/si/slap/bin/sixdesk
610
# The following SixTrack version is used for the one-turn
711
# SixTrack run to get the Beta values and for all LSF tasks (except DA)
812
# and the BNL EXE which is the same I hope
9-
export SIXTRACKEXE=$sixdeskpath/exes/SixTrack_pro
13+
export SIXTRACKEXE=$sixtrackprojbuild/sixtrack
14+
# test version
15+
# export SIXTRACKEXE=$sixtrackprojbuild/sixtracktest
1016
if test "$BIGNBLZ" != ""
1117
then
1218
export SIXTRACKEXE=$sixdeskpath/exes/SixTrack_bignblz_pro

0 commit comments

Comments
 (0)