Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:58:22

0001 #!/bin/bash
0002 #
0003 # Licensed under the Apache License, Version 2.0 (the "License");
0004 # You may not use this file except in compliance with the License.
0005 # You may obtain a copy of the License at
0006 # http://www.apache.org/licenses/LICENSE-2.0OA
0007 #
0008 # Authors:
0009 # - Wen Guan, <wen.guan@cern.ch>, 2019
0010 
0011 # export LANG=en_US.UTF-8
0012 # export LC_ALL=en_US.UTF-8
0013 
0014 CurrentDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
0015 ToolsDir="$( dirname "$CurrentDir" )"
0016 RootDir="$( dirname "$ToolsDir" )"
0017 CondaDir=${RootDir}/../.conda/iDDS
0018 
0019 echo 'Root dir: ' $RootDir
0020 export IDDS_HOME=$RootDir
0021 export ALEMBIC_CONFIG=${IDDS_HOME}/etc/idds/alembic.ini
0022 
0023 # source /afs/cern.ch/user/w/wguan/workdisk/conda/setup.sh
0024 source /afs/cern.ch/user/w/wguan/workdisk/conda/setup_mini.sh
0025 
0026 conda activate $CondaDir
0027 #export PYTHONPATH=${IDDS_HOME}/lib:$PYTHONPATH
0028 
0029 export IDDS_MAX_NAME_LENGTH=8000
0030 
0031 export RUCIO_HOME=$RootDir
0032 #export RUCIO_ACCOUNT=ddmadmin
0033 export RUCIO_ACCOUNT=wguan
0034 export X509_USER_PROXY=/tmp/x509up_u23959
0035 # export PYTHONPATH=$PYTHONPATH:/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/rucio-clients/current/lib/python3.6/site-packages/
0036