dxc-technology / OSSRank

A project for ranking and categorizing OSS projects
12 stars 7 forks source link

Parallelizing R job ..depending on available cores #110

Closed theroys closed 8 years ago

theroys commented 8 years ago

This updates actually make sure we can complete scoring job once started automatically,earlier job had to be restarted manually after a specific iteration sequentially. This code actually determines how many iterations to go based on a chunk size in yml and then paralleize each chunk processing based on number of cores available in the running machine.