Using SGE cluster: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Enkhjargal (talk | contribs) No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
* specify architechture --> qsub -l arch=lx24-amd64 | * specify architechture --> qsub -l arch=lx24-amd64 | ||
* alter an already queued job --> qalter -j 1029156 -l arch=lx24-amd64 | * alter an already queued job --> qalter -j 1029156 -l arch=lx24-amd64 | ||
* check the status --> sge_stats (/nfs/ge/bin) | |||
* manage the loads --> qconf -mrqs | |||
[[Category:Sysadmin]] | |||
[[Category:Cluster]] |
Latest revision as of 18:19, 2 February 2017
- check the load on the cluster --> qhost
- run an interactive job --> qrsh
- ditto on a specific node --> qrsh -l hostname=node-5-32
- specify architechture --> qsub -l arch=lx24-amd64
- alter an already queued job --> qalter -j 1029156 -l arch=lx24-amd64
- check the status --> sge_stats (/nfs/ge/bin)
- manage the loads --> qconf -mrqs