Changes between Version 4 and Version 5 of Workshops/IntroToMulti-Processing2025August
- Timestamp:
- 08/16/25 14:46:07 (11 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/IntroToMulti-Processing2025August
v4 v5 27 27 * Computer programs developed for old CPU's runs on a single core. 28 28 * 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.''' 31 31 32 32 ==== Parallel Programming ==== … … 39 39 * [[cypress/using#OpenMPJobs|Multi-cores]] 40 40 * [[cypress/using#MPIJobs|Multi-nodes]] 41 41 * [[Exercise]] 42 42 == Running Many !Serial/Parallel Jobs == 43 43 * [[cypress/JobArrays|Job Arrays]]