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
1ab079fb
There was an error fetching the commit references. Please try again later.
Commit
1ab079fb
authored
2 years ago
by
Rui Wang
Browse files
Options
Downloads
Patches
Plain Diff
Update run_ATLAS_img.sh
parent
e5e243ab
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_ATLAS_img.sh
+8
-16
8 additions, 16 deletions
run_ATLAS_img.sh
with
8 additions
and
16 deletions
run_ATLAS_img.sh
+
8
−
16
View file @
1ab079fb
#!/bin/bash
`
which nvidia-smi
`
nvidia-smi
export
ATLAS_LOCAL_ROOT_BASE
=
/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
;
source
${
ATLAS_LOCAL_ROOT_BASE
}
/user/atlasLocalSetup.sh
-c
centos7
;
# ATLAS image
# 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
#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
####### shifter ############
source
${
ATLAS_LOCAL_ROOT_BASE
}
/user/atlasLocalSetup.sh
-c
centos7
--swtype
shifter
;
if
[
$(
env
|
grep
"SHIFTER_RUNTIME"
)
==
'SHIFTER_RUNTIME=1'
]
then
echo
"Running in container"
else
echo
"Error not in container...Exit..."
# exit
fi
prmon
-i
1
--
python3 testtf.py
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