├── R ├── R-benchmark-30-10s.R ├── R-benchmark-30.R ├── Readme.md ├── XCMS-TK-demo-snow-cluster-timings.R ├── XCMS-TK-demo-snow-cluster.R ├── XCMS-TK-peak-finding-timings.R ├── code-benchmarks │ ├── MKL-benchmark.R │ ├── doParallel-fire-all-empty-threads.R │ └── doSnow-fire-all-empty-threads.R ├── code-setups │ ├── Install-doParallel-library.R │ ├── Install-doSNOW-parallel-DeLuxe.R │ ├── Install-doSNOW-parallel.R │ └── Install-parallel-parallel.R └── code-snippets │ ├── create-120node-doSNOW-cluster.R │ ├── create-64node-doSNOW-cluster.R │ └── test-multiple-node-sizes-doSNOW-cluster.R ├── README.md ├── index.html ├── params.json ├── pictures └── Readme.md └── stylesheets ├── github-light.css ├── normalize.css └── stylesheet.css /R/R-benchmark-30-10s.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/R-benchmark-30-10s.R -------------------------------------------------------------------------------- /R/R-benchmark-30.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/R-benchmark-30.R -------------------------------------------------------------------------------- /R/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/Readme.md -------------------------------------------------------------------------------- /R/XCMS-TK-demo-snow-cluster-timings.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/XCMS-TK-demo-snow-cluster-timings.R -------------------------------------------------------------------------------- /R/XCMS-TK-demo-snow-cluster.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/XCMS-TK-demo-snow-cluster.R -------------------------------------------------------------------------------- /R/XCMS-TK-peak-finding-timings.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/XCMS-TK-peak-finding-timings.R -------------------------------------------------------------------------------- /R/code-benchmarks/MKL-benchmark.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/code-benchmarks/MKL-benchmark.R -------------------------------------------------------------------------------- /R/code-benchmarks/doParallel-fire-all-empty-threads.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/code-benchmarks/doParallel-fire-all-empty-threads.R -------------------------------------------------------------------------------- /R/code-benchmarks/doSnow-fire-all-empty-threads.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/code-benchmarks/doSnow-fire-all-empty-threads.R -------------------------------------------------------------------------------- /R/code-setups/Install-doParallel-library.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/code-setups/Install-doParallel-library.R -------------------------------------------------------------------------------- /R/code-setups/Install-doSNOW-parallel-DeLuxe.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/code-setups/Install-doSNOW-parallel-DeLuxe.R -------------------------------------------------------------------------------- /R/code-setups/Install-doSNOW-parallel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/code-setups/Install-doSNOW-parallel.R -------------------------------------------------------------------------------- /R/code-setups/Install-parallel-parallel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/code-setups/Install-parallel-parallel.R -------------------------------------------------------------------------------- /R/code-snippets/create-120node-doSNOW-cluster.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/code-snippets/create-120node-doSNOW-cluster.R -------------------------------------------------------------------------------- /R/code-snippets/create-64node-doSNOW-cluster.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/code-snippets/create-64node-doSNOW-cluster.R -------------------------------------------------------------------------------- /R/code-snippets/test-multiple-node-sizes-doSNOW-cluster.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/R/code-snippets/test-multiple-node-sizes-doSNOW-cluster.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/index.html -------------------------------------------------------------------------------- /params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/params.json -------------------------------------------------------------------------------- /pictures/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /stylesheets/github-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/stylesheets/github-light.css -------------------------------------------------------------------------------- /stylesheets/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/stylesheets/normalize.css -------------------------------------------------------------------------------- /stylesheets/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tobigithub/R-parallel/HEAD/stylesheets/stylesheet.css --------------------------------------------------------------------------------