Skip to content

Commit

Permalink
Merge pull request #10 from ARM-DOE/data_movement
Browse files Browse the repository at this point in the history
Data movement slides.
  • Loading branch information
jitendra-kumar authored Jun 10, 2019
2 parents 1e4f8a3 + 9f51d2f commit b3ef3d6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
27 changes: 22 additions & 5 deletions 0_Introduction/TutorialIntroduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,28 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"# **Agenda**\n",
"\n",
"| Time | Topic | Presenter |\n",
"| -----|-------|------------|\n",
"|9:00 AM - 9:15 AM | Introduction to ARM HPC facility and resources | Jitu Kumar |\n",
"|9:15 AM - 9:45 AM | Refresher for Python and Jupyter | Bobby Jackson |\n",
"|9:45 AM - 10:15 AM | ARM data movement and staging\t | Jitu Kumar |\n",
"|10:15 AM - 10:45 AM | Parallel computing in Python using Dask | Scott Collis |\n",
"|10:45 AM - 11:00 AM | Hands on session: Simple examples using ARM data | Jitu Kumar |\n",
"|11:00 AM - 11: 30 AM | Hands on session: Advanced examples using ARM data | Scott Collis |\n",
"\n",
"All materials used in today's tutorial are available at https://github.com/ARM-DOE/armhpc-tutorial\n",
"\n",
"Get a copy: `git clone https://github.com/ARM-DOE/armhpc-tutorial`"
]
},
{
"cell_type": "code",
Expand Down
2 changes: 1 addition & 1 deletion 4_Examples/cloud_vap_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"metadata": {},
"source": [
"## Download data from the ARM archive\n",
"Thr ARMLive web service returns a JSON blob with download links for archive files based on the datastream, start, and end dates provided. This function parses the JSON blob and downloads the responsive files into the output directory."
"The ARMLive web service returns a JSON blob with download links for archive files based on the datastream, start, and end dates provided. This function parses the JSON blob and downloads the responsive files into the output directory."
]
},
{
Expand Down

0 comments on commit b3ef3d6

Please sign in to comment.