Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Linh Ngo committed Oct 30, 2017
1 parent 4cdaba2 commit a6a7962
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 8 deletions.
17 changes: 9 additions & 8 deletions 16-parallel-io-mpiio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {
"slideshow": {
"slide_type": "subslide"
Expand Down Expand Up @@ -495,7 +495,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 2,
"metadata": {
"slideshow": {
"slide_type": "subslide"
Expand All @@ -506,12 +506,13 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[1 1 1 1 1 1 1 1 1 1]\n",
"[2 2 2 2 2 2 2 2 2 2]\n",
"[3 3 3 3 3 3 3 3 3 3]\n",
"[0 0 0 0 0 0 0 0 0 0]\n",
"[0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0\n",
" 1 2 3]\n"
"[0 0 0 0 0 0 0 0 0 0]\r\n",
"[1 1 1 1 1 1 1 1 1 1]\r\n",
"[2 2 2 2 2 2 2 2 2 2]\r\n",
"[3 3 3 3 3 3 3 3 3 3]\r\n",
"[0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 0\r\n",
" 1 2 3 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1\r\n",
" 2 3 4 5 6 7]\r\n"
]
}
],
Expand Down
34 changes: 34 additions & 0 deletions 18-memory-centric-data-intensive-computing.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (Anaconda)",
"language": "python",
"name": "anaconda_py3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 1
}
Binary file modified datafile.noncontig
Binary file not shown.

0 comments on commit a6a7962

Please sign in to comment.