-
Notifications
You must be signed in to change notification settings - Fork 0
/
.asetup.save
99 lines (94 loc) · 3.92 KB
/
.asetup.save
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#Release cmake
export LANG="C.utf8"
export LC_ALL="C.utf8"
export COOL_ORA_ENABLE_ADAPTIVE_OPT="Y"
export ASETUP_PRINTLEVEL="0"
export BINARY_TAG="x86_64-centos7-gcc11-opt"
export CMTCONFIG="x86_64-centos7-gcc11-opt"
if [ -d /lscratch/dliu64/tmp ]; then
export ASETUP_SYSBIN=`mktemp -d /lscratch/dliu64/tmp/.asetup-sysbin-XXXXXX_$$`
else
export ASETUP_SYSBIN=`mktemp -d /fs/ddn/sdf/group/ldmx/users/dongyi/data/Git/Dongyi-Oral-Qual/.asetup-sysbin-XXXXXX_$$`
fi
source $AtlasSetup/scripts/sys_exe-alias.sh ''
if [ -n "${MAKEFLAGS:+x}" ]; then
asetup_flags=`echo ${MAKEFLAGS} | \grep ' -l'`
if [ -z "${asetup_flags}" ]; then
export MAKEFLAGS="${MAKEFLAGS} -l40"
fi
else
export MAKEFLAGS="-j40 -l40"
fi
source /cvmfs/sft.cern.ch/lcg/releases/gcc/11.3.0-ad0f5/x86_64-centos7/setup.sh
if [ -z "${CC:+x}" ]; then
export CC=`\env which gcc 2>/dev/null`
[[ -z "$CC" ]] && unset CC
fi
if [ -z "${CXX:+x}" ]; then
export CXX=`\env which g++ 2>/dev/null`
[[ -z "$CXX" ]] && unset CXX
fi
if [ -z "${CUDAHOSTCXX:+x}" ]; then
export CUDAHOSTCXX=`\env which g++ 2>/dev/null`
[[ -z "$CUDAHOSTCXX" ]] && unset CUDAHOSTCXX
fi
if [ -z "${FC:+x}" ]; then
export FC=`\env which gfortran 2>/dev/null`
[[ -z "$FC" ]] && unset FC
fi
export CMAKE_NO_VERBOSE="1"
if [ -z "${CMAKE_BUILD_PARALLEL_LEVEL:+x}" ]; then
export CMAKE_BUILD_PARALLEL_LEVEL="40"
fi
type lsetup >/dev/null 2>/dev/null
if [ $? -ne 0 ]; then
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh --quiet
fi
source $ATLAS_LOCAL_ROOT_BASE/packageSetups/localSetup.sh --quiet "cmake 3.27.5"
if [ -z "${AtlasSetup:+x}" ]; then
export AtlasSetup="/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/AtlasSetup/V03-00-14/AtlasSetup"
export AtlasSetupVersion="AtlasSetup-03-00-14"
fi
export FRONTIER_LOG_LEVEL="warning"
export ATLAS_POOLCOND_PATH="/cvmfs/atlas-condb.cern.ch/repo/conditions"
export ATLAS_DB_AREA="/cvmfs/atlas.cern.ch/repo/sw/database"
export DBRELEASE_OVERRIDE="current"
export AtlasVersion="23.6.21"
export AtlasProject="AthGeneration"
export AtlasBaseDir="/cvmfs/atlas.cern.ch/repo/sw/software/23.6"
export ATLAS_RELEASE_BASE="/cvmfs/atlas.cern.ch/repo/sw/software/23.6"
export AtlasBuildBranch="23.6"
export AtlasArea="/cvmfs/atlas.cern.ch/repo/sw/software/23.6/AthGeneration/23.6.21"
export AtlasReleaseType="stable"
export AtlasBuildStamp="2023-11-21T2001"
export SITEROOT="/cvmfs/atlas.cern.ch/repo/sw/software/23.6"
export ATLAS_RELEASEDATA="/cvmfs/atlas.cern.ch/repo/sw/software/23.6/atlas/offline/ReleaseData"
export LCG_RELEASE_BASE="/cvmfs/atlas.cern.ch/repo/sw/software/23.6/sw/lcg/releases"
export TDAQ_RELEASE_BASE="/cvmfs/atlas.cern.ch/repo/sw/tdaq/offline"
source /cvmfs/atlas.cern.ch/repo/sw/software/23.6/AthGeneration/23.6.21/InstallArea/x86_64-centos7-gcc11-opt/setup.sh
asetup_status=$?
if [ ${asetup_status} -ne 0 ]; then
\echo "AtlasSetup(ERROR): sourcing release setup script (/cvmfs/atlas.cern.ch/repo/sw/software/23.6/AthGeneration/23.6.21/InstallArea/x86_64-centos7-gcc11-opt/setup.sh) failed"
fi
export TestArea="/fs/ddn/sdf/group/ldmx/users/dongyi/data/Git/Dongyi-Oral-Qual"
alias_sys_exe emacs
echo $LD_LIBRARY_PATH | egrep "LCG_[^/:]*/curl/" >/dev/null
if [ $? -eq 0 ]; then
alias_sys_exe_envU git
fi
\expr 1 \* 1 + 1 >/dev/null 2>&1
if [ $? -ne 0 ]; then
echo -e '\nMaking workaround-alias for expr on this *OLD* machine'; alias_sys_exe expr
fi
export PATH="${ASETUP_SYSBIN}:${PATH}"
#Release Summary as follows:
#Release base=/cvmfs/atlas.cern.ch/repo/sw/software/23.6
#Release project=AthGeneration
#Release releaseNum=23.6.21
#Release asconfig=x86_64-centos7-gcc11-opt
# Execute user-specified epilog
source /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/swConfig/asetup/asetupEpilog.sh
script_status=$?
if [ ${script_status} -ne 0 ]; then
\echo "AtlasSetup(ERROR): User-specified epilog (source /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/swConfig/asetup/asetupEpilog.sh) reported failure (error ${script_status})"
fi