R on TACC


This week we will be talking about how to run R on the TACC high performance computing clusters. All of the files from the presentation can be found here. If you are interested in trying to get it up and running on your own TACC account, it might be easier to start by cloning a github respository, which can be found here.

TACC Workflow covered

  1. Setup local repository (and get on github)
  2. Identify how to “parallel” task
  3. Develop script to run task
  4. Run script from command line
  5. Create your task list
  6. Setup slurm file
  7. Run the job

[top]