Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chris Jewell
covid-pipeline
Commits
67baab93
Commit
67baab93
authored
Oct 27, 2021
by
Chris Jewell
Browse files
Add DHA history variable.
parent
b9e7db05
Changes
1
Hide whitespace changes
Inline
Side-by-side
pipeline.sge
View file @
67baab93
...
...
@@ -63,7 +63,7 @@ done
module add cuda/11.2
export
XLA_FLAGS
=
"--xla_gpu_cuda_data_dir=
$CUDA_HOME
"
RUNDATE
=
`
date
+%F
`
DATEHIGH
=
`
date
-d
"
${
arg_date
}
"
+%F
`
DATELOW
=
`
date
-d
"
${
arg_date
}
- 84 days"
+%F
`
...
...
@@ -71,7 +71,7 @@ BASENAME=`basename ${arg_staging_dir}`
BUCKET_DIR
=
${
arg_results_dir
}
/
${
BASENAME
}
GEOGRAPHY
=
`
echo
${
BASENAME
}
|
cut
-d
"_"
-f2
`
DHA_LATEST_DIR
=
"s3://bayesstm/latest"
DHA_DATED_DIR
=
"s3://bayesstm/
$DATE
HIGH
/dha"
DHA_DATED_DIR
=
"s3://bayesstm/
$
RUN
DATE
/dha"
echo
Date range
$DATELOW
to
$DATEHIGH
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment