parallel_computing.git
2012-10-26 W. Trevor Kingplot_image.py: use modern print() syntax everywhere master
2012-10-26 W. Trevor Kingplot_image.py: add positional argument specifiers to...
2012-10-26 W. Trevor Kingplot_image.py: use modern print() syntax
2012-09-27 W. Trevor Kingcontent:MPI2: cleanup hostfile syntax description.
2012-02-23 W. Trevor KingPrint the number of steps read in by plot_image.py...
2012-01-27 W. Trevor KingUpdate plot_image.py's interpolation extraction for...
2012-01-21 W. Trevor KingAdd --interpolation option to plot_image.py.
2012-01-21 W. Trevor KingRemove pylab.ion() from plot_image.py's main().
2012-01-21 W. Trevor KingFix XYZ.shape() -> XYZ.shape typo in plot_image.py...
2012-01-21 W. Trevor KingAdd --xyz option to plot_image.py for reading in (x...
2012-01-21 W. Trevor KingNo need to use mpicc to compile the plot_image examples...
2011-04-01 W. Trevor KingCorrect mpiboot -> mpdboot typo
2011-04-01 W. Trevor KingFix explanation of mpd program.
2010-11-25 W. Trevor KingAdd pointer from resources to CUDA references in the...
2010-11-25 W. Trevor KingAdd .cu to text/plain types in src/*_cuda/.htaccess.
2010-11-25 W. Trevor KingFix matmul_skeleton.cu link.
2010-11-25 W. Trevor KingMerge remote branch 'origin/master'
2010-11-25 W. Trevor KingBring in this Fall's assigment 7 (from last year's...
2010-11-25 W. Trevor KingAdd CUDA by Example examples.
2010-11-25 W. Trevor KingAdd CUDA SDK link and point to borg3 local copies.
2010-11-25 W. Trevor KingUpdate GPU Gems 3 link.
2010-11-25 W. Trevor KingUpdate CUDA reference doc links.
2010-11-12 W. Trevor KingMerge remote branch 'borg/master'
2010-11-12 W. Trevor KingMerge branch 'master' of einstein/~wking/code/git/paral...
2010-11-09 W. Trevor KingDocument raster direction in plot_image.py.
2010-11-09 W. Trevor KingOops, possion_2d -> poisson_2d.
2010-11-09 W. Trevor KingOops, poisson_2d.c is in src/poisson_2d/, not src/poisson/.
2010-11-09 W. Trevor KingLink Poisson assigment to poisson_2d.c code.
2010-11-09 W. Trevor KingRemove src/poisson_2d/P_2d.c (duplicated poisson_2d.c).
2010-11-09 W. Trevor KingUpdate assignment 6 for Fall 2010.
2010-11-09 W. Trevor KingUpdate assigment 5 for Fall 2009.
2010-11-09 W. Trevor KingMerge remote branch 'public/master'
2010-11-09 W. Trevor KingServe source code as text/plain.
2010-11-09 W. Trevor KingRemove typo backtick from src/plot_image/README.
2010-11-09 W. Trevor KingUpdate links to plot_image.py.
2010-11-09 W. Trevor KingMove gen_data_*.c from src/mandelbrot to src/plot_image...
2010-11-09 W. Trevor KingExplain that you may have to kill ./plot_image.py's...
2010-11-09 W. Trevor KingClean up src/plot_image/plot_image.py.
2010-11-06 W. Trevor KingFix reliex -> rely typo in content/GPUs/index.shtml.
2010-10-30 W. Trevor KingAdd explanatory comment and clean up src/global_operati...
2010-10-30 W. Trevor KingRan `indent -linux` on src/global_operations/*.c.
2010-10-29 W. Trevor KingUse %lu to format the number of bytes in src/sorting...
2010-10-29 W. Trevor KingRun `indent -linux` to clean up whitespace in src/sorti...
2010-10-29 W. Trevor KingCopy sort-check from src/sorting/main.c to assignments...
2010-10-29 W. Trevor KingRevert ebbd9d49a9741639f255e885bf56f637c28eeda7.
2010-10-29 W. Trevor KingAdd sort check to src/sorting/main.c's DEBUG code.
2010-10-27 W. Trevor KingUse MPI_ANY_SOURCE when receiving sorted lists in sorti...
2010-10-26 W. Trevor KingUpdate tree_broadcast assigment for fall 2010.
2010-10-26 W. Trevor KingAdd solution to sorting assignment.
2010-10-26 W. Trevor KingDon't print more elements than there are in src/sorting...
2010-10-26 W. Trevor KingUpdate src/sorting/README for main.h -> sort.h rename.
2010-10-25 W. Trevor Kingquicksort.c: Don't sort the portion of the list that...
2010-10-25 W. Trevor KingProtect quicksort pivot index from overflow.
2010-10-25 W. Trevor KingUse a PIPE to pass stdin to the executable in src/sorti...
2010-10-25 W. Trevor KingAdjust src/sorting/main.c to read stdin by default.
2010-10-25 W. Trevor KingImport with statement in src/sorting/scaling.py for...
2010-10-25 W. Trevor KingDon't wrap epilog in src/sorting/scaling.py --help.
2010-10-25 W. Trevor KingAdd --generator option to src/sorting/scaling.py.
2010-10-25 W. Trevor KingMove main src/sorting/scaling.py code into main() function.
2010-10-24 W. Trevor KingExtend src/sorting/scaling.py to handle `cat data ...
2010-10-24 W. Trevor KingExtend src/sorting/main.c to also read from stdin.
2010-10-24 W. Trevor KingAdded src/sorting/scaling.py to test sort algorithm...
2010-10-24 W. Trevor KingDocument DEBUG usage and ordered-data generation in...
2010-10-24 W. Trevor KingAdd DEBUG and NUM_SHOWN to src/sorting/main.c.
2010-10-24 W. Trevor KingGive src/sorting/data.py the option of generating sorte...
2010-10-24 W. Trevor KingMinor style cleanups to src/sorting. Also ran through...
2010-10-15 W. Trevor KingFix links into src/average for average.c and flowchart...
2010-10-13 W. Trevor Kingmpdboot requires an `-n N` option. Adjust src/*/README...
2010-10-13 W. Trevor KingDocument 5.cfg in sudoku/index.shtml.
2010-10-13 W. Trevor KingAdd Sudoku._slice_completion_solver() to sudoku.py.
2010-10-12 W. Trevor KingAdd Easter Monster Sudoku puzzle as 5.cfg.
2010-10-12 W. Trevor KingDocument new Sudoku puzzles in the assigment's index...
2010-10-12 W. Trevor KingAdded impossible Sudoku problem 0.cfg to encourage...
2010-10-12 W. Trevor KingAdded Sajjan Singh Mehta's harder Sudoku puzzle (4...
2010-10-12 W. Trevor KingFix "failed to solve" comparison in sudoku.py.
2010-10-08 W. Trevor KingAllow later submission of first two hwk assignments...
2010-10-08 W. Trevor KingPoint to Python wrappers and related tools in content...
2010-10-07 W. Trevor KingAdd vcs-git link to shared/header.shtml.
2010-10-07 W. Trevor KingAdd "Examples" link to src/.
2010-10-07 W. Trevor KingAdd CSS validation to the footer.
2010-10-07 W. Trevor KingAdd _script/README and fix _script/math.sh documentation.
2010-10-07 W. Trevor KingAdd build- and clean-all.sh scripts for complete builds.
2010-10-07 W. Trevor KingImprove _script/* root directory handling.
2010-10-07 W. Trevor KingAdd Python submit solution.
2010-10-07 W. Trevor KingAdded Python sudoku solution.
2010-10-06 W. Trevor KingUpdated with first two Fall 2010 assignments.
2010-10-01 W. Trevor KingMerge branch 'master' of /home/einstein/wking/public_ht...
2010-10-01 W. Trevor KingCorrect typo "nning" -> "running" in content/message_pa...
2010-09-16 W. Trevor KingRemove old temporary files from content/monte_carlo/.
2010-09-16 W. Trevor KingCleaned up src/global_operations/ (was src/print_tree/).
2010-09-16 W. Trevor KingAdd <p>...</p> wrappers to some .tar.gz reference parag...
2010-09-16 W. Trevor KingCleaned up src/sorting/.
2010-09-16 W. Trevor KingRemove content/game_of_life/img/old/ (only duplicates...
2010-09-16 W. Trevor KingCleaned up src/average/.
2010-09-15 W. Trevor KingCleaned up src/MPI2_message_passing/.
2010-09-15 W. Trevor KingUpdated .make_tar and .htaccess for all src/* directories.
2010-09-15 W. Trevor KingRemove Elementary_MPI/.html_toc now that there is no...
2010-09-15 W. Trevor KingCleaned up src/hello_MPI/.
2010-09-15 W. Trevor King<i> -> <em> and similar in Elementary_MPI/index.shtml.
2010-09-14 W. Trevor KingReplace good.c with a symlink to Metropolis_Gaussian_Cl...
next