To log into farm, you will need to connect with ssh using the key file you sent in; see this tutorial.
Once you're logged into farm, you can explore the available software with module avail and/or use conda to install and run software. Please avoid running resource-intensive or big compute jobs on the farm node itself; use srun or sbatch (see tutorial) to allocate computing resources.
To log into farm, you will need to connect with ssh using the key file you sent in; see this tutorial.
Once you're logged into farm, you can explore the available software with
module avail
and/or useconda
to install and run software. Please avoid running resource-intensive or big compute jobs on the farm node itself; use srun or sbatch (see tutorial) to allocate computing resources.