Changes between Version 11 and Version 12 of Workshops/IntroToMulti-Processing2025August
- Timestamp:
- 01/13/26 10:38:48 (35 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/IntroToMulti-Processing2025August
v11 v12 29 29 * '''We have to develop codes that use multiple cores and/or multiprocessing.''' 30 30 * '''We have to know if the application supports multithreading and/or multiprocessing.''' 31 * Read the software documents and see if the software supports multithreading and/or multiprocessing. For example, 32 * Multithreads 33 * star 34 * gatk 35 * bcl2fastq2 36 * fastqc 37 * Multithreads and/or Multiprocess 38 * plink 39 * gromacs 40 * gaussian 31 41 32 42 ==== Parallel Programming ====
