Changes between Version 6 and Version 7 of YMU110509/Lab2


Ignore:
Timestamp:
May 9, 2011, 3:20:17 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • YMU110509/Lab2

    v6 v7  
    105105 * [http://kheresy.wordpress.com/2006/09/15/%E7%B0%A1%E6%98%93%E7%9A%84%E7%A8%8B%E5%BC%8F%E5%B9%B3%E8%A1%8C%E5%8C%96%EF%BC%8Dopenmp%EF%BC%88%E5%9B%9B%EF%BC%89%E7%AF%84%E4%BE%8B-for/ 簡易的程式平行化-OpenMP(四)範例 for]
    106106 * [http://kheresy.wordpress.com/2006/09/22/%E7%B0%A1%E6%98%93%E7%9A%84%E7%A8%8B%E5%BC%8F%E5%B9%B3%E8%A1%8C%E5%8C%96%EF%BC%8Dopenmp%EF%BC%88%E4%BA%94%EF%BC%89-%E8%AE%8A%E6%95%B8%E7%9A%84%E5%B9%B3%E8%A1%8C%E5%8C%96/ 簡易的程式平行化-OpenMP(五) 變數的平行化]
     107
     108== Perl v.s. multicore ==
     109
     110 * [http://search.cpan.org/~dlux/Parallel-ForkManager-0.7.9/ Parallel::ForkManager] - A simple parallel processing fork manager 
     111   * [http://stackoverflow.com/questions/1961682/how-can-i-make-my-perl-script-use-multiple-cores-for-child-processes How can I make my Perl script use multiple cores for child processes?]
     112   * [http://computationalbiologynews.blogspot.com/2008/07/harnessing-power-of-multicore.html Harnessing the power of multicore]