[Chapel Merge] Word count example

Branch: refs/heads/main
Revision: 4f569a6
Author: mstrout
Link: Word count example by mstrout · Pull Request #19877 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #19877 from mstrout/wordCountExample

Word count example

An example of using Chapel for processing files in parallel. This same code can do multi-core and/or distributed memory + multicore parallelism. For all of the files in a given directory, does a wordcount per file.

[reviewed by @bmcdonald3 and @cassella, thank you!]

Modified Files:
A test/studies/mstrout/InputFiles/some-input.txt

A test/studies/mstrout/InputFiles/some-input2.txt
A test/studies/mstrout/InputFiles/some-input3.txt
A test/studies/mstrout/InputFiles/some-input4.txt
A test/studies/mstrout/InputFiles/some-input5.txt
A test/studies/mstrout/InputFiles/some-input6.txt
A test/studies/mstrout/InputFiles/some-input7.txt
A test/studies/mstrout/InputFiles/some-input8.txt
A test/studies/mstrout/wordCount.chpl
A test/studies/mstrout/wordCount.good
A test/studies/mstrout/wordCount.prediff

Compare: https://github.com/chapel-lang/chapel/compare/4949ad74831d...4f569a68640e