[started by Hasdeo and Nugraha, 2013.2.25] [edited by Nugraha, 2014.4.01]

What is FLEX?

FLEX (http://flex.phys.tohoku.ac.jp) is the Saito-lab server computer. It contains all the files of Saito-lab's staffs and students, including:

  1. research-related files: fortran program, scientific paper, etc.
    • please make the following directories in your HOME:
      $ mkdir for tex espresso vasp
      $ cd tex
      $ mkdir paper thesis
    • (for: fortran program, tex: latex files, espresso: quantum espresso input files, vasp: VASP input files)
  2. webpages:
    $ cd ~/public_html
    • you can put your website there, the result can be accessed by pointing your web browser to:
      http://flex.phys.tohoku.ac.jp/~username
  3. e-mail: http://flex.phys.tohoku.ac.jp/webmail, you can login with the same password as FLEX account. Mail clients such as Thunderbird and Outlook can be safely used by usual IMAP and SMTP protocols from inside Tohoku University campus. Outside campus you should use SSH tunneling.

Important note: DON'T forget to change your password if it's just created for the first time:

$ yppasswd

Since FLEX should run heavy load information, very big Fortran program (~ more than 5 minutes running) SHOULD NOT be executed under FLEX. We have to run the program in the other computers whose specialization is for running a heavy program. We call these computers as a TUBE system.

TUBE system

TUBE is divided into 4 sub-systems from different generation (from the oldest to the latest), i.e.

  1. TUBE20 series
  2. TUBE30 series (tube30, tube31, tube32)
  3. TUBE40 series (tube40,tube41, tube42)
  4. TUBE50 series (tube50, tube51, each has 8 cores)
  5. TUBE60 series (so far only tube60, it has 40 cores) Note: TUBE20s and TUBE30s are now retired. TUBE40s are shutdown.

How to connect to TUBE

For example if you want to connect to tube50,

  1. check whether a TUBE machine is on or off, by using a command
    $ /rsaito/bin/ww
    or if you are lucky enough, you can simply type
    $ ww
  2. from FLEX terminal, then use a command
    $ ssh tube50
    or
    $ t50

How to submit a job in TUBE

  1. Check whether anybody else is running the program or not, use a command
    top
  2. Then you will see
    top - 11:55:16 up 75 days, 59 min,  3 users,  load average: 1.00, 0.99, 0.89
    Tasks: 157 total,   2 running, 155 sleeping,   0 stopped,   0 zombie
    Cpu(s): 12.5%us,  0.0%sy,  0.0%ni, 87.5%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
    Mem:  16408160k total,  6641392k used,  9766768k free,   168860k buffers
    Swap: 16746492k total,   539436k used, 16207056k free,  5936008k cached
    PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND            
    31824 nugraha   20   0 75808  59m 1668 R  100  0.4  27:45.75 cpbandgap.out      
       1 root      20   0 24780 1840  708 S    0  0.0   0:02.10 init               
       2 root      20   0     0    0    0 S    0  0.0   0:00.26 kthreadd           
    This means Nugraha-san is now using tube50. Please check the load average. The load average should not be more than 7. If that is the case, you should go to the other computers.
  3. Run your program in RAMDISK.

Front page   Edit Freeze Diff History Attach Copy Rename Reload   New Page list Search Recent changes   Help   RSS of recent changes
Last-modified: 2014-04-01 (Tue) 15:16:28