Tagged Questions
The sungridengine tag has no wiki summary.
4
votes
1answer
807 views
SunGridEngine, Condor, Torque as Resource Managers for PVM
Anyone have any idea which Resource manager is good for PVM? Or should I not have used PVM and instead relied on MPI (or any version of it, such as MPICH-2 [are there any other ones that are ...
4
votes
7answers
1k views
Condor, Sun Grid Engine, or something else?
I'm trying to work out whether we should try out Condor or Sun Grid Engine at work (or possibly something else).
We often have lots of unused WinXp workstations. The hope is that we could use ...
2
votes
0answers
212 views
Redirect output to different directories for sun grid engine array jobs
I'm running a lot of jobs with Sun Grid Engine. Since these are a jobs (~100000), I would like to use array jobs, which seems to be easier on the queue.
Another problem is that each jobs produces an ...
2
votes
3answers
211 views
Spreading a job over different nodes of a cluster in sun grid engine (SGE)
I'm tryin get sun gridending (sge) to run the separate processes of an MPI job over all of the nodes of my cluster.
What is happening is that each node has 12 processors, so SGE is assigning 12 of my ...
2
votes
1answer
108 views
Running a lot of jobs with sun grid engine
I want to run a very large number (~30000) of jobs with Sun Grid Engine.
I can theoretically, perform 30000 times the "qsub" command to submit jobs. However, I am afraid that will be too much.
Is ...
2
votes
1answer
376 views
MPI , Sungrid vs JPPF?
I have a little experience with SungridEngine and MPI (using OpenMPI).
Whats the different between these frameworks/API and JPPF?
2
votes
2answers
255 views
Troubleshooting SIGTERMs with tee on a cluster within SGE jobs
I have some legacy scientific code running on a Rocks cluster, with SGE. I have an application-specific job submission script that generates qsub scripts (i.e. the script which Sun Grid Engine takes ...
1
vote
0answers
61 views
Sun Grid Engine DRMAA java memory leak
I am using sun grid engine and java DRMAA library to schedule jobs on to the cluster from inside a web application. Everything works well as far as jobs are concerned. But the application memory ...
0
votes
0answers
17 views
Grid Engine Array Job : How to know th number of line of a file
I've a file containing a lot java command (~10000 command)
In a Array job, how can I know the number of lines of this file. I've to specify the -t param
Here's an example (the XXX represente the ...
0
votes
1answer
18 views
Web service API for DRMAA on SGE
Does anyone know of any project to expose the DRMAA API (job scheduling and maintenance API) from SGE (Sun Grid Engine) as a web service API? A RESTful API would be best.
0
votes
1answer
36 views
QSUB a process for every file in a directory?
I've been using
qsub -t 1-90000 do_stuff.sh
to submit my tasks on a Sun GridEngine cluster, but now find myself with data sets (super large ones, too) which are not so conveniently named. What's ...
0
votes
1answer
107 views
When I start an Array Job on Sun Grid Engine, how can I know how long it took?
When I start an Array Job on Sun Grid Engine, how can I get an information later how long all the jobs took? I.e. I want to know how long it took from the moment when I submitted the jub, until the ...
0
votes
1answer
80 views
Timeout jobs on sun grid engine
I'm running a lot of jobs with sun grid engine (linux). Some of the jobs take a (very) long time to run, and I don't know ahead which ones.
I would like to stop jobs that run for more than, say, 2 ...
0
votes
1answer
36 views
access a file in python that is created from SunGridEngine
Hi guys
i have a python script, that submits an job to the SGE (Sun Grid Engine).
When the job is done i want to access the output file, generated from the SGE job.
i see with "ls" in the directory ...
0
votes
1answer
225 views
how to change the default shell for the sun grid engine
The sun grid engine defaults to csh, and you have to put this: #$ -S /bin/sh into scripts to avoid it. What global configuration setting would change this default?
0
votes
3answers
289 views
Problem in using C dynamic loading routines
Hi all
I have an application consisting of different modules written in C++.
One of the modules is meant for handling distributed tasks on SunGrid Engine. It uses the DRMAA API for
submitting and ...
0
votes
1answer
129 views
Error while opening shared object: SunGrid Engine
My application uses the Sun N1 grid engine through the API DRMAA present as shared object libdrmaa.so
.
I am using dlopen and dlsym to acess functions of the library. That works fine. Now if I try to ...
-1
votes
1answer
485 views
Running a job on multiple nodes of a GridEngine cluster
I have access to a 128-core cluster on which I would like to run a parallelised job. The cluster uses Sun GridEngine and my program is written to run using Parallel Python, numpy, scipy on Python ...