Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To check LANTA HPC computing resources status, use sinfo command.

ตัวอย่างExample

Code Block
hpcuser@x3002c0s9b0n0:~> sinfo
PARTITION     AVAIL  TIMELIMIT  NODES  STATE NODELIST
compute*         up 5-00:00:00     32  alloc lanta-c-[001-032]
compute*         up 5-00:00:00     94   idle lanta-c-[065-158]
compute*         up 5-00:00:00     32    mix lanta-c-[033-064]
compute-devel    up    2:00:00      2   idle lanta-c-[159-160]
gpu              up 5-00:00:00     96  alloc lanta-g-[001-096]
gpu              up 5-00:00:00     78   idle lanta-g-[097-174]
gpu-devel        up    2:00:00      2   idle lanta-g-[175-176]
memory           up 5-00:00:00     10   idle lanta-m-[001-010]

หัวข้อTitle

รายละเอียดDetail

PARTITION

partition name

AVAIL

status of given partition (up : ready to use, down : not ready to use)

TIMELIMIT

Maximum time that a job can run continuously (day-hh:mm:ss)

NODES

number of nodes in given partition

STATE

given partition status (idle : free, alloc : all cores are occupied, mix : some cores is/are occupied)

NODELIST

list of nodes name in given partition

...