Changes between Version 13 and Version 14 of Workshops/IntroToMulti-Processing2025August
- Timestamp:
- 01/13/26 10:56:55 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/IntroToMulti-Processing2025August
v13 v14 14 14 * When the task to solve becomes heavy on computations, the operations are typically out-sourced from the local laptop or desktop to elsewhere. 15 15 * Your computation may execute more efficiently if the application supports multithreading or multiprocessing. 16 * ''Parallel Programming''16 * ''Parallel !Programming/Computing.'' 17 17 * '''one server is not enough''' 18 18 * If the computational task or analysis to complete is daunting for a single computer, larger agglomerations of servers (computers) are used.
