반응형

1. GPU 정보 등록

# qconf -mc

#name               shortcut   type        relop requestable consumable default  urgency

#----------------------------------------------------------------------------------------

arch                a          RESTRING    ==    YES         NO         NONE     0

calendar            c          RESTRING    ==    YES         NO         NONE     0

cpu                 cpu        DOUBLE      >=    YES         NO         0        0

display_win_gui     dwg        BOOL        ==    YES         NO         0        0

gpu                 gpu        INT         <=    YES         YES        0        0

h_core              h_core     MEMORY      <=    YES         NO         0        0

h_cpu               h_cpu      TIME        <=    YES         NO         0:0:0    0

...........................................

...........................................

...........................................


2. GPU 노드 정보 등록

# qconf -me pgpu-0-0

hostname              pgpu-0-0.local

load_scaling          NONE

complex_values        gpu=1

user_lists            NONE

xuser_lists           NONE

projects              NONE

xprojects             NONE

usage_scaling         NONE

report_variables      NONE


3. Qsub 사용예제

# qsub test.sh

#### test.sh

#!/bin/sh

#$ -N test

#$ -q gpu.q

#$ -cwd

#$ -l gpu=1

./deviceQuery


반응형

'HPC > Sun Grid Engine' 카테고리의 다른 글

[SGE] qlogin X11 forwarding  (0) 2016.10.13
[SGE] SGE 설치  (0) 2016.10.10
[SGE] Submitting jobs - Simple submission  (0) 2015.10.16
[SGE] Managing Resource Quotas  (0) 2013.07.16
BIG Memory or Thread  (0) 2013.01.30
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기