Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Perlmutter_GPU_queue_tensorflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Argonne_computing
HPCOps
Examples
Perlmutter_GPU_queue_tensorflow
Commits
7d6f2e07
Commit
7d6f2e07
authored
2 years ago
by
Rui Wang
Browse files
Options
Downloads
Patches
Plain Diff
Update run_img.sh
parent
506f5d0d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run_img.sh
+10
-12
10 additions, 12 deletions
run_img.sh
with
10 additions
and
12 deletions
run_img.sh
+
10
−
12
View file @
7d6f2e07
...
...
@@ -9,22 +9,20 @@ 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
local_sitepackage_path
=
`
python
-c
"from distutils.sysconfig import get_python_lib; print(get_python_lib())"
`
# # source /cvmfs/sft.cern.ch/lcg/releases/LCG_101/tensorflow/2.5.0/x86_64-centos7-gcc11-opt/tensorflow-env.sh
export
ATLAS_LOCAL_ROOT_BASE
=
/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
;
source
${
ATLAS_LOCAL_ROOT_BASE
}
/user/atlasLocalSetup.sh
;
# asetup Athena,master,latest
# #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
# setting these after the ALRB setup so they are picked over ALRB packages
PYTHONPATH
=
$local_sitepackage_path
echo
$PYTHONPATH
# prmon -i 1 -- python3 testtf.py
which python
# source <path of the venv>/bin/activate
python
-c
"import graph_nets"
python
-m
pip list
python
-c
"import graph_nets,numpy;print(graph_nets.print_function);print(numpy.__version__)"
exeStat
=
$?
# exit $exeStat
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment