Skip to content
Snippets Groups Projects
Commit ccf5b5a2 authored by Rui Wang's avatar Rui Wang
Browse files

Update run_img.sh

parent be87aa61
No related branches found
No related tags found
No related merge requests found
......@@ -9,21 +9,22 @@ else
# exit
fi
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase;
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh;
# asetup Athena,master,latest
# export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase;
# source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh;
# # asetup Athena,master,latest
# source /cvmfs/sft.cern.ch/lcg/releases/LCG_101/tensorflow/2.5.0/x86_64-centos7-gcc11-opt/tensorflow-env.sh
# # source /cvmfs/sft.cern.ch/lcg/releases/LCG_101/tensorflow/2.5.0/x86_64-centos7-gcc11-opt/tensorflow-env.sh
#lsetup "lcgenv -p LCG_101 x86_64-centos7-gcc11-opt tensorflow"
#lsetup "lcgenv -p LCG_101_ATLAS_4 x86_64-centos7-gcc11-opt cuda"
# lsetup "lcgenv -p LCG_101_ATLAS_4 x86_64-centos7-gcc11-opt cudnn"
lsetup "views LCG_102b_cuda x86_64-centos7-gcc8-opt" prmon
# #lsetup "lcgenv -p LCG_101 x86_64-centos7-gcc11-opt tensorflow"
# #lsetup "lcgenv -p LCG_101_ATLAS_4 x86_64-centos7-gcc11-opt cuda"
# # lsetup "lcgenv -p LCG_101_ATLAS_4 x86_64-centos7-gcc11-opt cudnn"
# lsetup "views LCG_102b_cuda x86_64-centos7-gcc8-opt" prmon
echo $LD_LIBRARY_PATH
# prmon -i 1 -- python3 testtf.py
which python
source <path of the venv>/bin/activate
# source <path of the venv>/bin/activate
python -c "import graph_nets"
exeStat=$?
# exit $exeStat
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment