Changes between Version 13 and Version 14 of Workshops/IntroToMulti-Processing2025August


Ignore:
Timestamp:
01/13/26 10:56:55 (3 days ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/IntroToMulti-Processing2025August

    v13 v14  
    1414 * When the task to solve becomes heavy on computations, the operations are typically out-sourced from the local laptop or desktop to elsewhere. 
    1515 * Your computation may execute more efficiently if the application supports multithreading or multiprocessing.
    16  * ''Parallel Programming''
     16 * ''Parallel !Programming/Computing.''
    1717* '''one server is not enough'''
    1818 * If the computational task or analysis to complete is daunting for a single computer, larger agglomerations of servers (computers) are used.