Top "Sungridengine" questions

Oracle Grid Engine, previously known as Sun Grid Engine (SGE), CODINE (Computing in Distributed Networked Environments) or GRD (Global Resource Director), is an open source batch-queuing system, developed and supported by Sun Microsystems.

how to specify error log file and output file in qsub

I have a qsub script as #####----submit_job.sh---##### #!/bin/sh #$ -N job1 #$ -t 1-100 #$ -cwd SEEDFILE=/home/user1/data1 …

bash cluster-computing qsub sungridengine
qstat and long job names

How can I get qstat to give me full job names? I know qstat -r gives detailed information about the …

linux shell sungridengine
Requesting nodes by numbers and their names in SGE

How to request the number of nodes (not procs), while job submission in SGE? for e.g. In TORQUE, we …

sungridengine
excluding nodes from qsub command under sge

I have more than 200 jobs I need to submit to and sge cluster. I'll be submitting them into two ques. …

nodes qsub sungridengine
Empty core dump file after Segmentation fault

I am running a program, and it is interrupted by Segmentation fault. The problem is that the core dump file …

linux debugging segmentation-fault coredump sungridengine
How can I use a pipe or redirect in a qsub command?

There are some commands I'd like to run on a grid using qsub (SGE 8.1.3, CentOS 5.9) that need to use a …

linux pipe qsub grid-computing sungridengine
How to QLOGIN to a node that shared a specific job-id

I have an existing qlogin job like this: job-ID prior name user state submit/start at queue ------------------------------------------------------------------------- 3530770 0.50500 QLOGIN jlsmith …

linux unix sungridengine qlogin