Skip to content

5. Work in remote computer

gitarunprasanna83 edited this page Jul 24, 2019 · 5 revisions
  1. Login to your ibex account

ssh

  1. Enter your password (email/portal passwd)

LoginScreen

  1. View current directory

  2. Copy your local folder to your remote directory.

scp -r folderpath username@ipaddress:path_to_copy

scp

  1. There are many bio packages already installed in ibex. Search those with module avail. If you find it, load it with module load package_name. If not, you can load anaconda and set your own environment, install the packages you want !

Module load

  1. You should never perform a job in head node. You rather submit the job to available nodes. Use Slurm scripts, which are code-fied bash scripts.

Clone this wiki locally