-
Notifications
You must be signed in to change notification settings - Fork 0
5. Work in remote computer
gitarunprasanna83 edited this page Jul 24, 2019
·
5 revisions
- Login to your ibex account

- Enter your password (email/portal passwd)

-
View current directory
-
Copy your local folder to your remote directory.
scp -r folderpath username@ipaddress:path_to_copy

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

- 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.