Skip to content

Commit 4c2e4ad

Browse files
committed
SAHPC updates
1 parent 414af8d commit 4c2e4ad

File tree

6 files changed

+54
-520
lines changed

6 files changed

+54
-520
lines changed

01_Introducing_Python.ipynb

Lines changed: 5 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -27,73 +27,17 @@
2727
"# Introducing Python\n",
2828
"# Python in HPC\n",
2929
"\n",
30-
"## Supercomputing 2012\n",
30+
"## Saudi Arabian High Performance Computing Users' Group Conference 2012\n",
3131
"\n",
32-
"Presenters: \n",
33-
"\n",
34-
"Andy R. Terrel, PhD \n",
35-
"Texas Advanced Computing Center \n",
36-
"University of Texas at Austin \n",
37-
"\n",
38-
"Travis Oliphant, PhD \n",
39-
"Continuum Analytics \n",
32+
"## King Abdullah University of Science and Technology\n",
4033
"\n",
4134
"Aron Ahmadia, PhD \n",
42-
"Supercomputing Laboratory \n",
43-
"King Abdullah University of Science and Technoglogy \n",
35+
"Chief Technology Officer \n",
36+
"RunMyCode.org\n",
4437
"\n",
4538
"[![Creative Commons License](/files/figures/creative_commons_logo.png)](http://creativecommons.org/licenses/by/3.0/deed.en_US) \n",
4639
"\n",
47-
"![TACC Logo](/files/figures/TACC_logo.png)\n",
48-
"![Continuum Logo](/files/figures/continuum.png)\n",
49-
"![KAUST Logo](/files/figures/kaust.png)\n",
50-
"\n",
51-
"<script>\n",
52-
"var bind_remote = function(selector){\n",
53-
" var cc = $('<input/>')\n",
54-
" .attr('id','azerty')\n",
55-
" .fadeTo(0.2,0)\n",
56-
" .keydown(\n",
57-
" function(event){\n",
58-
" if(event.which == IPython.utils.keycodes.LEFT_ARROW){\n",
59-
" console.log('go left');\n",
60-
" IPython.slideshow.prev();\n",
61-
" }\n",
62-
" else if(event.which == IPython.utils.keycodes.RIGHT_ARROW){\n",
63-
" console.log('go right')\n",
64-
" IPython.slideshow.next(); \n",
65-
" }\n",
66-
" event.preventDefault();\n",
67-
" return false;\n",
68-
" })\n",
69-
" .focusin(function(){$('#qwerty').button('option','label','Slide Mode Enabled')})\n",
70-
" .focusout(function(){$('#qwerty').button('option','label','Enable Slide Mode')})\n",
71-
" \n",
72-
" var dd = $('<div/>')\n",
73-
" .attr('id','qwerty')\n",
74-
" .button({label:'slide control'})\n",
75-
" .attr('style','float:right')\n",
76-
" .click(\n",
77-
" function(){\n",
78-
" $('#azerty').focus();\n",
79-
" console.log('...');\n",
80-
" })\n",
81-
" .keydown(\n",
82-
" function(event){\n",
83-
" console.log('event append',event);\n",
84-
" event.preventDefault();\n",
85-
" return false;\n",
86-
" })\n",
87-
" var hin = function(){$(selector).fadeTo('slow',1);}\n",
88-
" var hout= function(){$(selector).fadeTo('slow',0.3);} \n",
89-
" $(selector)\n",
90-
" .append(cc)\n",
91-
" .append(dd)\n",
92-
" .fadeTo('slow',0.3)\n",
93-
" .hover(hin,hout)\n",
94-
" \n",
95-
"}\n",
96-
"</script> "
40+
"![KAUST Logo](/files/figures/kaust.png)"
9741
]
9842
},
9943
{
@@ -137,35 +81,6 @@
13781
"* http://nbviewer.ipython.org/urls/raw.github.com/pyhpc/pyhpc-tutorial/master/01_Introducing_Python.ipynb"
13882
]
13983
},
140-
{
141-
"cell_type": "markdown",
142-
"metadata": {
143-
"slideshow": {
144-
"slide_start": false
145-
}
146-
},
147-
"source": [
148-
"--- \n",
149-
"\n",
150-
"## Using the Texas Advanced Computing Center IPython Notebooks\n",
151-
"\n",
152-
"You will need a modern web browser to interact with the TACC nodes, there are no other requirements.\n",
153-
"\n",
154-
"### TACC IPython Notebooks\n",
155-
"* http://pyhpc01.tacc.utexas.edu/\n",
156-
"* http://pyhpc02.tacc.utexas.edu/\n",
157-
"* http://pyhpc03.tacc.utexas.edu/\n",
158-
"* http://pyhpc04.tacc.utexas.edu/\n",
159-
"* http://pyhpc05.tacc.utexas.edu/\n",
160-
"* http://pyhpc06.tacc.utexas.edu/\n",
161-
"* http://pyhpc07.tacc.utexas.edu/\n",
162-
"* http://pyhpc08.tacc.utexas.edu/\n",
163-
"* http://pyhpc09.tacc.utexas.edu/\n",
164-
"* http://pyhpc10.tacc.utexas.edu/\n",
165-
"\n",
166-
"The TACC nodes will not be available after this workshop, please contact the presenters for more permanent hosting solutions."
167-
]
168-
},
16984
{
17085
"cell_type": "markdown",
17186
"metadata": {

02_Speeding_Python.ipynb

Lines changed: 5 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -23,73 +23,17 @@
2323
"# Speeding Python\n",
2424
"# Python in HPC\n",
2525
"\n",
26-
"## Supercomputing 2012\n",
26+
"## Saudi Arabian High Performance Computing Users' Group Conference 2012\n",
2727
"\n",
28-
"Presenters: \n",
29-
"\n",
30-
"Andy R. Terrel, PhD \n",
31-
"Texas Advanced Computing Center \n",
32-
"University of Texas at Austin \n",
33-
"\n",
34-
"Travis Oliphant, PhD \n",
35-
"Continuum Analytics \n",
28+
"## King Abdullah University of Science and Technology\n",
3629
"\n",
3730
"Aron Ahmadia, PhD \n",
38-
"Supercomputing Laboratory \n",
39-
"King Abdullah University of Science and Technoglogy \n",
31+
"Chief Technology Officer \n",
32+
"RunMyCode.org\n",
4033
"\n",
4134
"[![Creative Commons License](/files/figures/creative_commons_logo.png)](http://creativecommons.org/licenses/by/3.0/deed.en_US) \n",
4235
"\n",
43-
"![TACC Logo](/files/figures/TACC_logo.png)\n",
44-
"![Continuum Logo](/files/figures/continuum.png)\n",
45-
"![KAUST Logo](/files/figures/kaust.png)\n",
46-
"\n",
47-
"<script>\n",
48-
"var bind_remote = function(selector){\n",
49-
" var cc = $('<input/>')\n",
50-
" .attr('id','azerty')\n",
51-
" .fadeTo(0.2,0)\n",
52-
" .keydown(\n",
53-
" function(event){\n",
54-
" if(event.which == IPython.utils.keycodes.LEFT_ARROW){\n",
55-
" console.log('go left');\n",
56-
" IPython.slideshow.prev();\n",
57-
" }\n",
58-
" else if(event.which == IPython.utils.keycodes.RIGHT_ARROW){\n",
59-
" console.log('go right')\n",
60-
" IPython.slideshow.next(); \n",
61-
" }\n",
62-
" event.preventDefault();\n",
63-
" return false;\n",
64-
" })\n",
65-
" .focusin(function(){$('#qwerty').button('option','label','Slide Mode Enabled')})\n",
66-
" .focusout(function(){$('#qwerty').button('option','label','Enable Slide Mode')})\n",
67-
" \n",
68-
" var dd = $('<div/>')\n",
69-
" .attr('id','qwerty')\n",
70-
" .button({label:'slide control'})\n",
71-
" .attr('style','float:right')\n",
72-
" .click(\n",
73-
" function(){\n",
74-
" $('#azerty').focus();\n",
75-
" console.log('...');\n",
76-
" })\n",
77-
" .keydown(\n",
78-
" function(event){\n",
79-
" console.log('event append',event);\n",
80-
" event.preventDefault();\n",
81-
" return false;\n",
82-
" })\n",
83-
" var hin = function(){$(selector).fadeTo('slow',1);}\n",
84-
" var hout= function(){$(selector).fadeTo('slow',0.3);} \n",
85-
" $(selector)\n",
86-
" .append(cc)\n",
87-
" .append(dd)\n",
88-
" .fadeTo('slow',0.3)\n",
89-
" .hover(hin,hout)\n",
90-
" \n",
91-
"}\n",
92-
"</script> "
36+
"![KAUST Logo](/files/figures/kaust.png)"
9337
]
9438
},
9539
{
@@ -128,31 +72,6 @@
12872
"* http://nbviewer.ipython.org/urls/raw.github.com/pyhpc/pyhpc-tutorial/master/02_Speeding_Python.ipynb"
12973
]
13074
},
131-
{
132-
"cell_type": "markdown",
133-
"metadata": {},
134-
"source": [
135-
"--- \n",
136-
"\n",
137-
"## Using the Texas Advanced Computing Center IPython Notebooks\n",
138-
"\n",
139-
"You will need a modern web browser to interact with the TACC nodes, there are no other requirements.\n",
140-
"\n",
141-
"### TACC IPython Notebooks\n",
142-
"* http://pyhpc01.tacc.utexas.edu/\n",
143-
"* http://pyhpc02.tacc.utexas.edu/\n",
144-
"* http://pyhpc03.tacc.utexas.edu/\n",
145-
"* http://pyhpc04.tacc.utexas.edu/\n",
146-
"* http://pyhpc05.tacc.utexas.edu/\n",
147-
"* http://pyhpc06.tacc.utexas.edu/\n",
148-
"* http://pyhpc07.tacc.utexas.edu/\n",
149-
"* http://pyhpc08.tacc.utexas.edu/\n",
150-
"* http://pyhpc09.tacc.utexas.edu/\n",
151-
"* http://pyhpc10.tacc.utexas.edu/\n",
152-
"\n",
153-
"The TACC nodes will not be available after this workshop, please contact the presenters for more permanent hosting solutions."
154-
]
155-
},
15675
{
15776
"cell_type": "markdown",
15877
"metadata": {},

03_Scaling_Python.ipynb

Lines changed: 6 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,17 @@
2727
"# Scaling Python\n",
2828
"# Python in HPC\n",
2929
"\n",
30-
"##Supercomputing 2012\n",
30+
"## Saudi Arabian High Performance Computing Users' Group Conference 2012\n",
3131
"\n",
32-
"Presenters:\n",
33-
"\n",
34-
"Andy R. Terrel, PhD \n",
35-
"Texas Advanced Computing Center \n",
36-
"University of Texas at Austin \n",
37-
"\n",
38-
"Travis Oliphant, PhD \n",
39-
"Continuum Analytics\n",
32+
"## King Abdullah University of Science and Technology\n",
4033
"\n",
4134
"Aron Ahmadia, PhD \n",
42-
"Supercomputing Laboratory \n",
43-
"King Abdullah University of Science and Technoglogy\n",
44-
"\n",
45-
"![TACC Logo](/files/figures/TACC_logo.png)\n",
46-
"![Continuum Logo](/files/figures/continuum.png)\n",
47-
"![KAUST Logo](/files/figures/kaust.png)\n",
35+
"Chief Technology Officer \n",
36+
"RunMyCode.org\n",
4837
"\n",
49-
"The contents of this tutorial are distributed under the CC-BY Creative Commons License \n",
38+
"[![Creative Commons License](/files/figures/creative_commons_logo.png)](http://creativecommons.org/licenses/by/3.0/deed.en_US) \n",
5039
"\n",
51-
"[![Creative Commons License](http://i.creativecommons.org/l/by/3.0/88x31.png)](http://creativecommons.org/licenses/by/3.0/deed.en_US) \n",
52-
" "
40+
"![KAUST Logo](/files/figures/kaust.png)"
5341
]
5442
},
5543
{
@@ -126,35 +114,6 @@
126114
"Unfortunately, you will need to upgrade your EPD's IPython to 0.13 if you go this route, and this may be non-trivial, please see the [Enthought discussion thread here](https://mail.enthought.com/pipermail/epd-users/2012-August/000800.html)."
127115
]
128116
},
129-
{
130-
"cell_type": "markdown",
131-
"metadata": {
132-
"slideshow": {
133-
"slide_start": true
134-
}
135-
},
136-
"source": [
137-
"--- \n",
138-
"\n",
139-
"## Using the Texas Advanced Computing Center IPython Notebooks\n",
140-
"\n",
141-
"You will need a modern web browser to interact with the TACC nodes, there are no other requirements.\n",
142-
"\n",
143-
"### TACC IPython Notebooks\n",
144-
"* http://pyhpc01.tacc.utexas.edu/\n",
145-
"* http://pyhpc02.tacc.utexas.edu/\n",
146-
"* http://pyhpc03.tacc.utexas.edu/\n",
147-
"* http://pyhpc04.tacc.utexas.edu/\n",
148-
"* http://pyhpc05.tacc.utexas.edu/\n",
149-
"* http://pyhpc06.tacc.utexas.edu/\n",
150-
"* http://pyhpc07.tacc.utexas.edu/\n",
151-
"* http://pyhpc08.tacc.utexas.edu/\n",
152-
"* http://pyhpc09.tacc.utexas.edu/\n",
153-
"* http://pyhpc10.tacc.utexas.edu/\n",
154-
"\n",
155-
"The TACC nodes will not be available after this workshop."
156-
]
157-
},
158117
{
159118
"cell_type": "markdown",
160119
"metadata": {

Appendix_01_Resources.ipynb

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,34 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"Python in HPC\n",
15-
"=============\n",
16-
"\n",
17-
"Supercomputing 2012\n",
18-
"-------------------\n",
19-
"\n",
20-
"Presenters: \n",
21-
"\n",
22-
"Andy R. Terrel, PhD \n",
23-
"Texas Advanced Computing Center \n",
24-
"University of Texas at Austin \n",
25-
"\n",
26-
"Travis Oliphant, PhD \n",
27-
"Continuum Analytics \n",
28-
"\n",
14+
"<style>\n",
15+
" h1{\n",
16+
" text-align:center;\n",
17+
" }\n",
18+
" h2{\n",
19+
" text-align:center;\n",
20+
" font-variant:small-caps;\n",
21+
" }\n",
22+
"</style>\n",
23+
"# Appendix 1: Resources\n",
24+
"# Python in HPC\n",
25+
"\n",
26+
"## Saudi Arabian High Performance Computing Users' Group Conference 2012\n",
27+
"\n",
28+
"## King Abdullah University of Science and Technology\n",
29+
"\n",
30+
"Author: \n",
31+
"Andy Terrel \n",
32+
"Texas Advanced Computing Center\n",
33+
"\n",
34+
"Presenter:\n",
2935
"Aron Ahmadia, PhD \n",
30-
"Supercomputing Laboratory \n",
31-
"King Abdullah University of Science and Technoglogy \n",
36+
"Chief Technology Officer \n",
37+
"RunMyCode.org\n",
3238
"\n",
3339
"[![Creative Commons License](/files/figures/creative_commons_logo.png)](http://creativecommons.org/licenses/by/3.0/deed.en_US) \n",
3440
"\n",
35-
"![TACC Logo](/files/figures/TACC_logo.png)\n",
36-
"![Continuum Logo](/files/figures/continuum.png)\n",
37-
"![KAUST Logo](/files/figures/kaust.png)\n"
41+
"![KAUST Logo](/files/figures/kaust.png)"
3842
]
3943
},
4044
{

0 commit comments

Comments
 (0)