-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Adrien Le Guillou edited this page Dec 13, 2024
·
40 revisions
Below are general instructions to accessing and using the Emory RSPH high-performance computing (HPC) cluster. This cluster contains a computational platform for running our lab group's modeling simulations and analyses. Follow these steps to get started.
- Registering for and logging in to HPC
- Setting up your HPC environment
- Working with files on the HPC
- Using git on the command line to access Github repositories
- Using R via Spack on the HPC
- Running R interactively with
srun
- Running R with a batch job with
sbatch
- Running complex workflows with
slurmworkflow
These are general coding tips and suggestions for work across our software packages and applied modeling projects.
- Interactively writing and debugging EpiModel code
- Diagnostic of an EpiModel module
- Running network models with checkpoints
- Assorted tips and tricks for Windows Users
- Access to the ARTnet Dataset
- Copying a private branch to a public repository on Github
If you are starting a new applied modeling project (either with EpiModelHIV or EpiModelCOVID), we recommend you follow the general steps listed in the following two tutorials.
-
Getting Started with EpiModelCOVID - coming soon