Working on RCE#
Unless you are at Harvard and connected to the Harvard network, you will first need to connect to the Harvard’s VPN (https://vpn.harvard.edu/) through the Cisco AnyConnect application in order to work on the Research Computing Environment (RCE).
See the official RCE documentation here: https://rce-docs.hmdc.harvard.edu
Warning
The RCE is no longer maintained and the users should plan for their transition to FASSE.
Access RCE#
You can access the RCE in the three following ways:
In the command line with:
ssh username@rce.hmdc.harvard.edu
In the web browser at: https://rce.hmdc.harvard.edu/nxwebplayer
Running RStudio on RCE#
Inside the browser or NoMachine interface run the following application: Menu
-> Applications
-> RCE Powered Applications
-> Anaconda Shell
(see figure below).

Set the number of CPUs and the memory size for your job. Make sure that the allocated memory exceeds the size of the data you want to process. For instance, if your dataset is 20 GB in size, allocate 40 GB or 60 GB of memory.

When the shell is open, run the following commands to load the NSAPH’s R environment and the RStudio.
export CONDA_ENVS_PATH=/nfs/projects/n/nsaph_common/conda/envs/
export CONDA_PKGS_PATH=/nfs/projects/n/nsaph_common/conda/pkgs/
source activate nsaph
rstudio