Changes between Version 11 and Version 12 of Workshops/IntroToMulti-Processing2025August


Ignore:
Timestamp:
01/13/26 10:38:48 (35 hours ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/IntroToMulti-Processing2025August

    v11 v12  
    2929* '''We have to develop codes that use multiple cores and/or multiprocessing.'''
    3030* '''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
    3141
    3242==== Parallel Programming ====