An introduction to R on the Unity High Performance Computing (HPC) cluster at Ohio State.
The Unity cluster is free for ASC students at Ohio State, however, many students may have questions about working in an HPC enviroment. I provide a simple example and documentation to get started with R
on the unity cluster.
Please let me know if you encounter any bugs in the code.
ASC_unity_R_intro.md
: The R markdown file describing everything to run the tutorial, and commands to use.fake_data.rdata
: The simulated data for the demostration.generate_fake_data.R
: The script used to simulate the fake data.toy_function.R
: TheR
function to run on the cluster.demo_pbs.pbs
: The sample.pbs
file.
You will need to change username.N
to your name.number in the both .pbs
file, and the command line scp
code in the markdown file.
Many thanks to Hengrui Luo for the parallel bootstrap example, and for extending the discussion on using Windows.