Skip to content

Rocks #
Find similar titles

Rocks Cluster Distribution (originally called NPACI Rocks) is a Linux distribution intended for high-performance computing clusters. (http://en.wikipedia.org/wiki/Rocks_Cluster_Distribution)

#

기본 명령

$ rocks list host  # 기본 호스트 현황
$ rocks list host interface  # 각 노드별 네트워크 설정 보기
$ rocks list network  # cluster 네트워크 구성 확인 하기
$ rocks sync users  # 프론트노드에서 추가한 사용자를 전체 노드에 동기화하기

프론트노드에서 각 노드에 명령하기

$ rocks run host [hostname] [command]

SGE 관련 명령

$ qhost  # 호스트들의 상태 정보
$ qstat  # 제출된 작업들의 상태 확인 
$ qsub  # 작업 제출 
$ qdel  # 작업 삭제 
$ qconf  # SGE 설정 조정

관련자료 #

web biohackers.net
0.0.1_20140628_0