-
as seen on Server Fault
- Search for 'Server Fault'
I am installing a Sun Grid Engine environment and I have a scheduler limit that I can't quite figure out how to implement.
My users will create array jobs that have hundreds of sub-tasks. I would like to be able to limit those jobs to only running a set number of tasks at the same time, independent…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello,
qstat manual says
-j [job_list]
Prints either for all pending jobs or the jobs con-
tained in job_list various information. The job_list
can contain job_ids, job_names, or wildcard expression
sge_types(1).
i.e. qstat -j job_name should work…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am running array jobs with Sun Grid Engine (SGE).
My carefully scripted array job workers generate no stdout and no stderr when they function properly. Unfortunately, SGE insists on creating an empty stdout and stderr file for each run.
Sun's manual states:
STDOUT and STDERR…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Is it possible to limit a user to a particular host, using the Resource Quota Configuration option in qmon for Sun Grid Engine?
I'm thinking of a line to the effect of:
{
...
limit users {john} to hostname=compute-1-1.local
}
The documentation mentions built in resource types: slots, arch, mem_total…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to to use virtual_free to limit the number of large memory jobs running each grid node in my cluster. This seems to be working as expected.
After I modified my code to submit jobs with the memory instances, qstat -f -q $queueName no longer shows a list of jobs waiting for a slot.
The…
>>> More