Computer Manual

Before you access to ebi, you need to be familiar with LINUX, namely terminal and command lines. If you are a WINDOWS user, CYGWIN will be useful to learn LINUX on your WINDOWS PC.

In the following,

 (local)$

means you are on your PC, and

 (ebi)$

means you are on ebi.

How to login

 (local)$ ssh (username)@ebi
 (type your password)
 (ebi)$

or

 (local)$ ssh -Y (username)@ebi
 (type your password)
 (ebi)$

How to logout

 (ebi)$ exit

Transfer local data to ebi

 (local)$ scp (local data) ebi:.
 (type your password)

or

 (local)$ sftp (username)@ebi
 (type your password)
 (ebi)$ put (local data)

If you are a WINDOWS user, WinSCP is available.

Transfer data on ebi to local

 (local)$ sftp (username)@ebi
 (type your password)
 (ebi)$ get (data on ebi)

.If you are a WINDOWS user, WinSCP is available.

Compiler and Library

  • Intel C, C++, Fortran compilers
  • Intel Math Kernal Library
  • GNU gcc, g++, gfortran compilers