parallel_computing.git
13 years agoMerge monte_carlo/index.shtml into monte_carlo/README.
W. Trevor King [Tue, 14 Sep 2010 22:50:35 +0000 (18:50 -0400)]
Merge monte_carlo/index.shtml into monte_carlo/README.

13 years agoConsolidate plot_image.py into ./src/plot_image/.
W. Trevor King [Tue, 14 Sep 2010 22:46:12 +0000 (18:46 -0400)]
Consolidate plot_image.py into ./src/plot_image/.

13 years agoMove MS*.c from mandelbrot/MS-codes/ to mandelbrot/.
W. Trevor King [Tue, 14 Sep 2010 22:43:02 +0000 (18:43 -0400)]
Move MS*.c from mandelbrot/MS-codes/ to mandelbrot/.

13 years agoRemove src/mandelbrot/legacy_codes/
W. Trevor King [Tue, 14 Sep 2010 22:40:48 +0000 (18:40 -0400)]
Remove src/mandelbrot/legacy_codes/

I'm not sure how these relate to the current codes in MS-codes/, but
they claim to be legacy code, so I'm removing them.  If you want them,
they'll still be there in the history.

13 years agoRemove src/mandelbrot/MS-codes_winter_2008/
W. Trevor King [Tue, 14 Sep 2010 22:33:38 +0000 (18:33 -0400)]
Remove src/mandelbrot/MS-codes_winter_2008/

It was an older version of MS-codes/, with few changes.

13 years agoMerged src/monte_carlo/transfer/ into src/monte_carlo/.
W. Trevor King [Tue, 14 Sep 2010 19:24:19 +0000 (15:24 -0400)]
Merged src/monte_carlo/transfer/ into src/monte_carlo/.

13 years agoMerged src/client_server/ into src/shakespeare/parallel/.
W. Trevor King [Tue, 14 Sep 2010 19:17:41 +0000 (15:17 -0400)]
Merged src/client_server/ into src/shakespeare/parallel/.

13 years agoRemoved src/MPI2_message_passing/ and replaced with src/MPI2_message_passing2/.
W. Trevor King [Tue, 14 Sep 2010 19:05:46 +0000 (15:05 -0400)]
Removed src/MPI2_message_passing/ and replaced with src/MPI2_message_passing2/.

The only file in src/MPI2_message_passing:
  message.c
is effectively identical to the new
  simplest_message.c

13 years agomatmult_cuda -> matrix_multiplication_cuda (more legible).
W. Trevor King [Tue, 14 Sep 2010 19:03:04 +0000 (15:03 -0400)]
matmult_cuda -> matrix_multiplication_cuda (more legible).

13 years agoConsolidate Numerical Recipes code into src/NR/.
W. Trevor King [Tue, 14 Sep 2010 19:02:16 +0000 (15:02 -0400)]
Consolidate Numerical Recipes code into src/NR/.

13 years agoDon't version compiled binaries & remove exec permissions from source files.
W. Trevor King [Tue, 14 Sep 2010 18:58:35 +0000 (14:58 -0400)]
Don't version compiled binaries & remove exec permissions from source files.

13 years agoRenamed mandelbrot2/ -> mandelbrot_MPE/ (more descriptive).
W. Trevor King [Tue, 14 Sep 2010 18:48:29 +0000 (14:48 -0400)]
Renamed mandelbrot2/ -> mandelbrot_MPE/ (more descriptive).

13 years agoRemoved src/mandelbrot2-old/ (was indeed an earlier version of mandelbrot2/.
W. Trevor King [Tue, 14 Sep 2010 18:47:58 +0000 (14:47 -0400)]
Removed src/mandelbrot2-old/ (was indeed an earlier version of mandelbrot2/.

13 years agoMore descriptive name "MPE_hello" for old src/fun/.
W. Trevor King [Tue, 14 Sep 2010 18:40:43 +0000 (14:40 -0400)]
More descriptive name "MPE_hello" for old src/fun/.

13 years agoHack merge of diffusion_2d_old?/ and diffusion_2d/.
W. Trevor King [Tue, 14 Sep 2010 18:39:48 +0000 (14:39 -0400)]
Hack merge of diffusion_2d_old?/ and diffusion_2d/.

13 years agoConsolidated visit_writer source into src/visit_writer/.
W. Trevor King [Tue, 14 Sep 2010 18:36:12 +0000 (14:36 -0400)]
Consolidated visit_writer source into src/visit_writer/.

13 years agoMoved all source (that I've found) into src/.
W. Trevor King [Tue, 14 Sep 2010 18:30:21 +0000 (14:30 -0400)]
Moved all source (that I've found) into src/.

13 years agoRemove poisson_2d LaTeX source.
W. Trevor King [Tue, 14 Sep 2010 18:13:50 +0000 (14:13 -0400)]
Remove poisson_2d LaTeX source.

13 years agoMerge branch 'master' of ssh://einstein/~/public_html/code/git/parallel_computing
W. Trevor King [Tue, 14 Sep 2010 17:40:18 +0000 (13:40 -0400)]
Merge branch 'master' of ssh://einstein/~/public_html/code/git/parallel_computing

13 years agoFix html_toc.py issues in logistic_cuda/index.shtml.itex2MML.
W. Trevor King [Tue, 14 Sep 2010 17:39:34 +0000 (13:39 -0400)]
Fix html_toc.py issues in logistic_cuda/index.shtml.itex2MML.

13 years agoImprove html_toc.py parser error messages.
W. Trevor King [Tue, 14 Sep 2010 17:38:29 +0000 (13:38 -0400)]
Improve html_toc.py parser error messages.

13 years agoFix recent (ex PDF) assigment/archive/*.shtml typos.
W. Trevor King [Tue, 14 Sep 2010 17:25:23 +0000 (13:25 -0400)]
Fix recent (ex PDF) assigment/archive/*.shtml typos.

13 years agoAdded .gitignore with *.tar.gz.
W. Trevor King [Tue, 14 Sep 2010 16:51:03 +0000 (12:51 -0400)]
Added .gitignore with *.tar.gz.

13 years agoClean up assignments/archive/least_squares_fitting/.
W. Trevor King [Tue, 14 Sep 2010 16:47:28 +0000 (12:47 -0400)]
Clean up assignments/archive/least_squares_fitting/.

Renamed PDFs to more useful names.  Regenerated
Least_Square_Fit_Linear_Quadratic.pdf (was page2.pdf) from
Least_Square_Fit_Linear_Quadratic.mws source, since the old PDF looked
a bit ratty.

13 years agoRemove least_squares_fitting/PHYS405_PHYS750_405.doc.
W. Trevor King [Tue, 14 Sep 2010 16:28:16 +0000 (12:28 -0400)]
Remove least_squares_fitting/PHYS405_PHYS750_405.doc.

It mirrors least_squares_fitting/index.shtml, but is larger and in a
less readable format.

13 years agoConvert logistic_cude assigment PDFs to XHTML.
W. Trevor King [Tue, 14 Sep 2010 16:21:28 +0000 (12:21 -0400)]
Convert logistic_cude assigment PDFs to XHTML.

13 years agoShoehorn unicode double quotes indo _doc/math.shtml.
W. Trevor King [Tue, 14 Sep 2010 16:21:06 +0000 (12:21 -0400)]
Shoehorn unicode double quotes indo _doc/math.shtml.

13 years agoConvert poisson assigment.pdf to XHTML.
W. Trevor King [Tue, 14 Sep 2010 15:39:13 +0000 (11:39 -0400)]
Convert poisson assigment.pdf to XHTML.

13 years agoConvert game_of_life assigment.pdf to XHTML.
W. Trevor King [Tue, 14 Sep 2010 15:26:17 +0000 (11:26 -0400)]
Convert game_of_life assigment.pdf to XHTML.

13 years agoConvert sorting assigment.pdf to XHTML.
W. Trevor King [Tue, 14 Sep 2010 15:21:15 +0000 (11:21 -0400)]
Convert sorting assigment.pdf to XHTML.

13 years agoConvert submit_command assigment.pdf to XHTML.
W. Trevor King [Tue, 14 Sep 2010 15:08:18 +0000 (11:08 -0400)]
Convert submit_command assigment.pdf to XHTML.

13 years agoConvert tree_broadcast.pdf assigment to XHTML.
W. Trevor King [Tue, 14 Sep 2010 15:03:55 +0000 (11:03 -0400)]
Convert tree_broadcast.pdf assigment to XHTML.

13 years agoRemove extra blank line from diffusion/index.shtml.itex2MML.
W. Trevor King [Tue, 14 Sep 2010 15:03:00 +0000 (11:03 -0400)]
Remove extra blank line from diffusion/index.shtml.itex2MML.

13 years agoConvert monte_carlo_integration.pdf assigment to XHTML.
W. Trevor King [Tue, 14 Sep 2010 14:28:29 +0000 (10:28 -0400)]
Convert monte_carlo_integration.pdf assigment to XHTML.

13 years agoConvert average_and_standard_deviation.pdf assignment to XHTML.
W. Trevor King [Tue, 14 Sep 2010 14:21:21 +0000 (10:21 -0400)]
Convert average_and_standard_deviation.pdf assignment to XHTML.

13 years agoConvert mandelbrot.pdf assigment to XHTML.
W. Trevor King [Tue, 14 Sep 2010 14:14:20 +0000 (10:14 -0400)]
Convert mandelbrot.pdf assigment to XHTML.

13 years agoAdded math notes _doc/math.shtml.
W. Trevor King [Tue, 14 Sep 2010 06:41:35 +0000 (02:41 -0400)]
Added math notes _doc/math.shtml.

13 years agoBegan versioning
W. Trevor King [Tue, 14 Sep 2010 05:48:29 +0000 (01:48 -0400)]
Began versioning