From Documentation
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 09:54, 3 September 2009 (diff | hist) . . (+324) . . N File:Checkpointdemo2.gif (Screenshot of command-line compile/execution of signal-based checkpointing demo (originally developed for use in Signal Handling self-directed tutorial) --- NOTE: uploaded as a GIF as MediaWiki is starting to give me grief about recently generated PNG images being of mime type application/x-php and refusing to accept them.) (current)
- 09:54, 3 September 2009 (diff | hist) . . (+313) . . N File:Checkpointdemo1.gif (Screenshot of command-line compile/execution of signal catching demo (originally developed for use in Signal Handling self-directed tutorial) --- NOTE: uploaded as a GIF as MediaWiki is starting to give me grief about recently generated PNG images being of mime type application/x-php and refusing to accept them.) (current)
- 10:52, 2 September 2009 (diff | hist) . . (+127) . . N File:Catchsigdemo2.png (Screenshot of program output from signal catching demo (originally developed for use in Signal Handling self-directed tutorial)) (current)
- 10:52, 2 September 2009 (diff | hist) . . (+141) . . N File:Catchsigdemo1.png (Screenshot of command-line compile/execution of signal catching demo (originally developed for use in Signal Handling self-directed tutorial)) (current)
- 10:37, 2 September 2009 (diff | hist) . . (+109) . . N File:Terminal kill9.png (Screenshot of kill -9 in a terminal (originally developed for use in Signal Handling self-directed tutorial))) (current)
- 10:37, 2 September 2009 (diff | hist) . . (+111) . . N File:Terminal kill.png (Screenshot of command-line kill usage (originally developed for use in Signal Handling self-directed tutorial))) (current)
- 10:13, 2 September 2009 (diff | hist) . . (+132) . . N File:Conceptual picture of signals.png (High level pictorial view of signaling between processes/OS (originally developed for use in Signal Handling self-directed tutorial)) (current)
- 14:05, 24 August 2009 (diff | hist) . . (0) . . MediaWiki:Sidebar
- 14:05, 24 August 2009 (diff | hist) . . (-56) . . MediaWiki:Sidebar
- 14:15, 18 August 2009 (diff | hist) . . (+261) . . N MediaWiki:Sidebar (Created page with '* navigation ** mainpage|mainpage-description ** portal-url|portal ** currentevents-url|currentevents ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|...')
- 13:38, 30 July 2009 (diff | hist) . . (+111) . . N File:Parallel Numerical Solution of PDEs with Message Passing.pdf ("Parallel Numerical Solution of PDEs with Message Passing" article of Baolai's (transfered as-is from old site)) (current)
- 13:37, 30 July 2009 (diff | hist) . . (+78) . . N File:Fortran Signal Handling.pdf ("Fortran Signal Handling" article of Baolai's (transfered as-is from old site)) (current)
- 13:32, 30 July 2009 (diff | hist) . . (+99) . . N File:Parallel Debugging with DDT.pdf ("Debugging Code on Distributed Systems" slides (Sergey --- copied over from old training site as-is) (current)
- 13:29, 30 July 2009 (diff | hist) . . (+87) . . N File:Introduction to POSIX Threads.pdf ("POSIX Threads" slides from dbm's "HPC Resources" collection (newly updated 2009/07/30)) (current)
- 12:40, 30 July 2009 (diff | hist) . . (+136) . . N File:Programming the Cell Multiprocessor.pdf ("Programming the Cell Multiprocessor: A Brief Introduction" slides (originally presented at SS2009) from dbm's HPC Resources collection.) (current)
- 12:23, 30 July 2009 (diff | hist) . . (+74) . . N File:Parallel Software Design.pdf ("Parallel Software Design" slides from dbm's collection of "HPC Resources") (current)
- 12:23, 30 July 2009 (diff | hist) . . (+75) . . N File:Parallel Computing Models.pdf ("Parallel Computing Models" slides from dbm's collection of "HPC Resources") (current)
- 12:22, 30 July 2009 (diff | hist) . . (+87) . . N File:Overview of HPC.pdf ("High Performance Computing" overview slides (from dbm's collection of "HPC Resources")) (current)
- 14:10, 17 June 2009 (diff | hist) . . (0) . . N File:Compiling-step4.gif (current)
- 14:09, 17 June 2009 (diff | hist) . . (0) . . N File:Compiling-step3.gif (current)
- 14:09, 17 June 2009 (diff | hist) . . (+39) . . N File:Compiling-step1.gif (screenshot showing ssh login to dolphin) (current)
- 13:21, 17 June 2009 (diff | hist) . . (+68) . . N File:Automating Tasks Using bash.pdf (bash workshop slides with exercises (originally delivered at SS2007)) (current)
- 13:14, 17 June 2009 (diff | hist) . . (0) . . N File:Parallel Visualization with Paraview.pdf (current)
- 13:05, 17 June 2009 (diff | hist) . . (+70) . . N File:Contrasting MATLAB and Fortran.pdf (Contrasting MATLAB and Fortran slides (originally presented at SS2007)) (current)
- 17:27, 15 June 2009 (diff | hist) . . (+52) . . N File:Frontiers of HPC Unified Parallel C.pdf (UPC overview slides (delivered originally at SS2008)) (current)
- 14:55, 7 April 2009 (diff | hist) . . (+23) . . N File:Sharcnet logo.jpg (Essential SHARCNET logo) (current)
- 10:37, 7 April 2009 (diff | hist) . . (+127) . . N File:SPMD model.png (Conceptual illustration of SPMD programming model, with conditional branching controlling divergent behaviour between processes) (current)
- 09:58, 7 April 2009 (diff | hist) . . (+37) . . N File:Smp.png (Diagram of generic shared memory node) (current)
- 09:57, 7 April 2009 (diff | hist) . . (+184) . . N File:Phello3 run.png (Screenshot of compile + run of modified parallel "Hello, world!", communication in a ring (as in Phello2_run.png) - larger run illustrating unpredictable order of output from processes) (current)
- 09:56, 7 April 2009 (diff | hist) . . (+124) . . N File:Phello2 run.png (Screenshot of compile + run of modified parallel "Hello, world!", processes send string in a ring and print what is received) (current)
- 09:53, 7 April 2009 (diff | hist) . . (+84) . . N File:Phello1 run.png (Screenshot of compile + run of basic parallel "Hello, world!", with no communication) (current)
- 09:52, 7 April 2009 (diff | hist) . . (+84) . . N File:Phello1.png (Screenshot of compile + run of basic parallel "Hello, world!", with no communication) (current)
- 09:51, 7 April 2009 (diff | hist) . . (+61) . . N File:Hello run.png (Screenshot of compile + run of serial "Hello, world!" program) (current)
- 09:49, 7 April 2009 (diff | hist) . . (+59) . . N File:Cluster.png (Diagram of generic nodes interconnected via network "cloud") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)