If you are getting started on the clusters for the first time, carry out the following steps.
If you haven't done so already, carry out the following steps on your local machine.
Install Anaconda on your local machine so you always have it available, as described in 🛠️Python Setup . If you are on Windows:
Install WinSCP for easy file transfers.
If you haven't already done so, follow the instructions in 😴Removing Tedium to make your life easier Get a custom Python environment set up on the remote machine so you always have it available, as described in 🛠️Python Setup . For Tiger or Della, make a dedicated folder in the shared ROSENGROUP
scratch directory, swapping out <NetID>
for your NetID.
mkdir /scratch/gpfs/ROSENGROUP/<NetID>
Change the permissions on the directory so nobody can write to it except you.
chmod 2750 /scratch/gpfs/ROSENGROUP/<NetID>
Optionally add the following to your ~/.bashrc
file. This will define a convenient shortcut for $SCRATCH
export SCRATCH=/scratch/gpfs/ROSENGROUP/<NetID>
Run source ~/.bashrc
(note: anytime you source your ~/.bashrc
your Conda environment will be set back to the base one)