Project

General

Profile

Actions

Feature #2979

closed

sun grid engine (SGE) support

Added by Dmitry Lyumkis almost 10 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Category:
Python scripting
Target version:
-
Start date:
11/19/2014
Due date:
% Done:

0%

Estimated time:

Description

support for sun grid engine scheduler for Salk cluster


Related issues 1 (1 open0 closed)

Related to Appion - Feature #3000: support for SGE cluster typeMergeSargis Dallakyan01/14/2015

Actions
Actions #1

Updated by Dmitry Lyumkis almost 10 years ago

  • Status changed from Assigned to In Code Review
  • Assignee changed from Dmitry Lyumkis to Sargis Dallakyan
Actions #2

Updated by Sargis Dallakyan almost 10 years ago

  • Status changed from In Code Review to In Test
  • Assignee changed from Sargis Dallakyan to Dmitry Lyumkis

Looks good. I have found this page that's very usefull for TORQUE to SGE command conversion - https://kb.iu.edu/d/avgl

I've copied their conversion table below using http://www.joecullin.com/data_converter/ to convert html table to Redmine table.

TORQUE command SGE command
Queue #PBS -q [queue] #$ -q [queue]
Nodes #PBS -l nodes=[#] n/a
Processors #PBS -l ppn=[#] #$ -pe ompi [#]
Wall clock limit #PBS -l walltime=[hh:mm:ss] #$ -l time=[hh:mm:ss]
Standard output file #PBS -o [file] #$ -o [path]
Standard error #PBS -e [file] #$ -e [path]
Copy environment #PBS -V #$ -V
Notification event #PBS -m abe #$ -m abe
Email address #PBS -M [email] #$ -M [email]
Job name #PBS -N [name] #$ -N [name]
Initial directory n/a #$ -wd [directory]
Node usage #PBS -l naccesspolicy=singlejob n/a
Memory requirement #PBS -l mem=XXXXmb #$ -mem [#]G

This can be used later to add Queue, Nodes, Processors and Wall clock limit options in the future. As long as this works for sun grid engine scheduler for Salk cluster, it's a nice feature to have.

Actions #3

Updated by Anchi Cheng over 9 years ago

Actions #4

Updated by Anchi Cheng almost 9 years ago

  • Status changed from In Test to Closed
Actions

Also available in: Atom PDF