Changes between Version 4 and Version 5 of Workshops/IntroToMulti-Processing2025August


Ignore:
Timestamp:
08/16/25 14:46:07 (11 hours ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/IntroToMulti-Processing2025August

    v4 v5  
    2727* Computer programs developed for old CPU's runs on a single core.
    2828* Simple C/C++, Fortran code runs on just one core.
    29 * We have to develop codes that use multiple cores and/or multiprocessing.
    30 * We have to know if the application supports multithreading and/or multiprocessing.
     29* '''We have to develop codes that use multiple cores and/or multiprocessing.'''
     30* '''We have to know if the application supports multithreading and/or multiprocessing.'''
    3131
    3232==== Parallel Programming ====
     
    3939* [[cypress/using#OpenMPJobs|Multi-cores]]
    4040* [[cypress/using#MPIJobs|Multi-nodes]]
    41 
     41* [[Exercise]]
    4242== Running Many !Serial/Parallel Jobs ==
    4343* [[cypress/JobArrays|Job Arrays]]