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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Argonne_computing
HPCOps
Examples
Perlmutter_GPU_queue_tensorflow
Commits
7ca829ae
Commit
7ca829ae
authored
Jul 6, 2023
by
Rui Wang
Browse files
Options
Downloads
Patches
Plain Diff
Update submit.sh
parent
b82151e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
submit.sh
+3
-3
3 additions, 3 deletions
submit.sh
with
3 additions
and
3 deletions
submit.sh
+
3
−
3
View file @
7ca829ae
#!/bin/bash
prun
--exec
=
"./run.sh"
--inDS
hc_test:mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.evgen.EVNT.e3601_tid04972714_00
--nFiles
1
--outDS
user.
$USER
.tensorflow.
`
uuidgen
`
--outputs
my_model.h5
--disableAutoRetry
--noBuild
--extFile
=
*
.log,
*
.h5,prmon
*
--site
NERSC_Perlmutter_GPU
_Test
--nCore
=
4
--architecture
nvidia
# --prodSourceLabel test
#
prun --exec="./run.sh" --inDS hc_test:mc15_13TeV.361106.PowhegPythia8EvtGen_AZNLOCTEQ6L1_Zee.evgen.EVNT.e3601_tid04972714_00 --nFiles 1 --outDS user.$USER.tensorflow.`uuidgen` --outputs my_model.h5 --disableAutoRetry --noBuild --extFile=*.log,*.h5,prmon* --site NERSC_Perlmutter_GPU --nCore=4 --architecture nvidia # --prodSourceLabel test
##
test
custom image
#
prun --exec="./run_custom_img.sh" --outDS user.$USER.tensorflow.`uuidgen` --outputs my_model.h5 --disableAutoRetry --noBuild --extFile=*.log,*.h5,prmon* --site NERSC_Perlmutter_GPU --nCore=4 --architecture nvidia
## custom image
prun
--exec
=
"./run_custom_img.sh"
--outDS
user.
$USER
.tensorflow.
`
uuidgen
`
--outputs
my_model.h5
--disableAutoRetry
--noBuild
--extFile
=
*
.log,
*
.h5,prmon
*
--site
NERSC_Perlmutter_GPU
--nCore
=
4
--architecture
nvidia
#ANALY_BNL_GPU_ARC : test
#ANALY_INFN-T1_GPU : brokeroff
...
...
...
...
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
sign in
to comment