plot_image.py: use modern print() syntax everywhere
[parallel_computing.git] / src /
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-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...
2010-11-25 W. Trevor KingAdd .cu to text/plain types in src/*_cuda/.htaccess.
2010-11-25 W. Trevor KingMerge remote branch 'origin/master'
2010-11-25 W. Trevor KingAdd CUDA by Example examples.
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 KingRemove src/poisson_2d/P_2d.c (duplicated poisson_2d.c).
2010-11-09 W. Trevor KingMerge remote branch 'public/master'
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-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 KingRevert ebbd9d49a9741639f255e885bf56f637c28eeda7.
2010-10-29 W. Trevor KingAdd sort check to src/sorting/main.c's DEBUG code.
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-13 W. Trevor Kingmpdboot requires an `-n N` option. Adjust src/*/README...
2010-10-01 W. Trevor KingMerge branch 'master' of /home/einstein/wking/public_ht...
2010-09-16 W. Trevor KingCleaned up src/global_operations/ (was src/print_tree/).
2010-09-16 W. Trevor KingCleaned up src/sorting/.
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 KingCleaned up src/hello_MPI/.
2010-09-14 W. Trevor KingReplace good.c with a symlink to Metropolis_Gaussian_Cl...
2010-09-14 W. Trevor KingMerge monte_carlo/index.shtml into monte_carlo/README.
2010-09-14 W. Trevor KingConsolidate plot_image.py into ./src/plot_image/.
2010-09-14 W. Trevor KingMove MS*.c from mandelbrot/MS-codes/ to mandelbrot/.
2010-09-14 W. Trevor KingRemove src/mandelbrot/legacy_codes/
2010-09-14 W. Trevor KingRemove src/mandelbrot/MS-codes_winter_2008/
2010-09-14 W. Trevor KingMerged src/monte_carlo/transfer/ into src/monte_carlo/.
2010-09-14 W. Trevor KingMerged src/client_server/ into src/shakespeare/parallel/.
2010-09-14 W. Trevor KingRemoved src/MPI2_message_passing/ and replaced with...
2010-09-14 W. Trevor Kingmatmult_cuda -> matrix_multiplication_cuda (more legible).
2010-09-14 W. Trevor KingConsolidate Numerical Recipes code into src/NR/.
2010-09-14 W. Trevor KingDon't version compiled binaries & remove exec permissio...
2010-09-14 W. Trevor KingRenamed mandelbrot2/ -> mandelbrot_MPE/ (more descriptive).
2010-09-14 W. Trevor KingRemoved src/mandelbrot2-old/ (was indeed an earlier...
2010-09-14 W. Trevor KingMore descriptive name "MPE_hello" for old src/fun/.
2010-09-14 W. Trevor KingHack merge of diffusion_2d_old?/ and diffusion_2d/.
2010-09-14 W. Trevor KingConsolidated visit_writer source into src/visit_writer/.
2010-09-14 W. Trevor KingMoved all source (that I've found) into src/.