diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/README.md b/2019-08-27_a_brief_intro_to_using_r_for_hpc/README.md deleted file mode 100644 index 8d323b3..0000000 --- a/2019-08-27_a_brief_intro_to_using_r_for_hpc/README.md +++ /dev/null @@ -1,5 +0,0 @@ -Materials of OCRUG meetup on August 27, 2019 - -# Abstract - -While the R programming language was not developed for High Performance Computing (think about the ‘for’ loops!), thanks to its always thriving community of users, there are several ways in which R can be used to perform HPC. In this presentation, I will give you a general overview of HPC in R with a particular focus on multi-core processing (i.e. no big data for now), and introduce some of the available tools for enhancing your R code. The presentation will include some examples using the 'parallel' package, Rcpp, and Rcpp(Armadillo) + OpenMP. diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/.gitignore b/2019-08-27_high_performance_computing/.gitignore similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/.gitignore rename to 2019-08-27_high_performance_computing/.gitignore diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/A Brief Introduction to Using R for High-Performance Computing (22).html b/2019-08-27_high_performance_computing/A Brief Introduction to Using R for High-Performance Computing (22).html similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/A Brief Introduction to Using R for High-Performance Computing (22).html rename to 2019-08-27_high_performance_computing/A Brief Introduction to Using R for High-Performance Computing (22).html diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/docs/index.html b/2019-08-27_high_performance_computing/docs/index.html similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/docs/index.html rename to 2019-08-27_high_performance_computing/docs/index.html diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/cpu-slurm.png b/2019-08-27_high_performance_computing/fig/cpu-slurm.png similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/cpu-slurm.png rename to 2019-08-27_high_performance_computing/fig/cpu-slurm.png diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/parallel-package.svg b/2019-08-27_high_performance_computing/fig/parallel-package.svg similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/parallel-package.svg rename to 2019-08-27_high_performance_computing/fig/parallel-package.svg diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/parallelProblem.gif b/2019-08-27_high_performance_computing/fig/parallelProblem.gif similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/parallelProblem.gif rename to 2019-08-27_high_performance_computing/fig/parallelProblem.gif diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/pll-computing-explained-parallel.svg b/2019-08-27_high_performance_computing/fig/pll-computing-explained-parallel.svg similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/pll-computing-explained-parallel.svg rename to 2019-08-27_high_performance_computing/fig/pll-computing-explained-parallel.svg diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/pll-computing-explained-serial.svg b/2019-08-27_high_performance_computing/fig/pll-computing-explained-serial.svg similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/pll-computing-explained-serial.svg rename to 2019-08-27_high_performance_computing/fig/pll-computing-explained-serial.svg diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/serialProblem.gif b/2019-08-27_high_performance_computing/fig/serialProblem.gif similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/serialProblem.gif rename to 2019-08-27_high_performance_computing/fig/serialProblem.gif diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/speed.gif b/2019-08-27_high_performance_computing/fig/speed.gif similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/speed.gif rename to 2019-08-27_high_performance_computing/fig/speed.gif diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/trojan-rlogo.svg b/2019-08-27_high_performance_computing/fig/trojan-rlogo.svg similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/trojan-rlogo.svg rename to 2019-08-27_high_performance_computing/fig/trojan-rlogo.svg diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/when_to_parallel.svg b/2019-08-27_high_performance_computing/fig/when_to_parallel.svg similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/fig/when_to_parallel.svg rename to 2019-08-27_high_performance_computing/fig/when_to_parallel.svg diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/index.Rmd b/2019-08-27_high_performance_computing/index.Rmd similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/index.Rmd rename to 2019-08-27_high_performance_computing/index.Rmd diff --git a/2019-08-27_a_brief_intro_to_using_r_for_hpc/ocrug-hpc-august2019.Rproj b/2019-08-27_high_performance_computing/ocrug-hpc-august2019.Rproj similarity index 100% rename from 2019-08-27_a_brief_intro_to_using_r_for_hpc/ocrug-hpc-august2019.Rproj rename to 2019-08-27_high_performance_computing/ocrug-hpc-august2019.Rproj