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.
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 sungridengineHow can I get qstat to give me full job names? I know qstat -r gives detailed information about the …
linux shell sungridengineHow to request the number of nodes (not procs), while job submission in SGE? for e.g. In TORQUE, we …
sungridengineI have more than 200 jobs I need to submit to and sge cluster. I'll be submitting them into two ques. …
nodes qsub sungridengineI am running a program, and it is interrupted by Segmentation fault. The problem is that the core dump file …
linux debugging segmentation-fault coredump sungridengineThere 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 sungridengineI 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 qloginI'm trying to submit jobs to SGE. It has been working for me the same way in the past. Now …
queue cluster-computing sungridengineI'm trying to submit a (series of) jobs to SGE (FWIW, it's a sequence of Gromacs molecular dynamics simulations), in …
bash sungridengine