[gridengine users] GE2011.11 compilation error

2012-07-04 Thread Mohamed Adel
Dear all, I was trying to compile GE2011.11 in scientific linux and I got the following error. Does anyone know how to fix it? Thanks in advance, madel gcc: unrecognized option '-R/lib/linux-x64' ed.screen.o: In function `SetAttributes': ed.screen.c:(.text+0x7d3): undefined reference to `tputs'

[gridengine users] error message with qsub

2012-03-15 Thread Mohamed Adel
Dear all, I was trying to run a simple mpi script via qsub, then I received the error below after which the job run correctly! I received no error when I tried to run the same script directly without qsub. Is there a way to fix this error message? Thanks in advance, madel job script: #$ -cwd #$

[gridengine users] elapsed time of a job

2012-03-11 Thread Mohamed Adel
Dear all, I want to print the elapsed time of a job in the epilog. I tried to use "`qacct -j | grep ru_wallclock | cut -d ' ' -f 2`" in the epilog script, but I receive "error: job id <> not found". Obviously this is because the information isn't written in the accounting file when the epilog

[gridengine users] limit number of jobs allowed to queue

2012-02-02 Thread Mohamed Adel
Dear all, Is there a way to limit the number of jobs allowed to queue for a certain project? Also, is there a way to limit the number of consumed resources by a certain project? Thanks, --ma ___ users mailing list users@gridengine.org https://gridengi

[gridengine users] allocate memory per MPI process

2011-12-18 Thread Mohamed Adel
Dear All, I'm using a cluster of 8-cores per compute node and 8GB main memory per compute node, which gives 1GB per core. I want to submit an MPI job which needs 2GB memory per core, so my question is: Can I request certain memory more than available per core and the scheduler will reduce the nu

Re: [gridengine users] project special variable

2011-12-06 Thread Mohamed Adel
And there is no special variable for the project? --ma -Original Message- From: Reuti [mailto:re...@staff.uni-marburg.de] Sent: Tuesday, December 06, 2011 3:40 PM To: Mohamed Adel Cc: users@gridengine.org Subject: Re: [gridengine users] project special variable Hi, Am 06.12.2011 um

[gridengine users] project special variable

2011-12-06 Thread Mohamed Adel
Dear all, I wanted to pass the project name to the epilog of a queue. Is there a special variable like $job_id to pass to the epilog script? Thanks in advance, --ma ___ users mailing list users@gridengine.org https://gridengine.org/mailman/listinfo/user

[gridengine users] Job Script Verifier

2011-10-16 Thread Mohamed Adel
Dear All, I'm using Sun Grid Engine 6.2 and trying to submit a job against a Job Script Verifier using the -jsv option. Unfortunately I get the following error message: qsub: ERROR! invalid option argument "-jsv" Which means that this version doesn't support the -jsv option. Is there any other o

[gridengine users] submitting paralle jobs

2011-09-29 Thread Mohamed Adel
Dear all, Does anyone know why when submitting a parallel job using a PE, the master job runs as an extra job and not counted for. For example, when submitting a job which asks for 8 cores, I see 9 jobs running, using "qstat -g t", a master job and 8 slaves! Thanks in advance, --ma

Re: [gridengine users] Assign a h_rt and h_cpu resource quota limits to a project

2011-07-26 Thread Mohamed Adel
> I think the current URL is > . > I thought we didn't have a very good story on configuring it for > gridengine, though. (I think you suggested previously that we need an > extra hook.) any hint for myJAM? http://sourceforge.n

Re: [gridengine users] Assign a h_rt and h_cpu resource quota limits to a project

2011-07-26 Thread Mohamed Adel
Hi Dave, > What GE version is this from, and what are your complex definitions? sge6.2, I haven't defined any complex. ___ users mailing list users@gridengine.org https://gridengine.org/mailman/listinfo/users

Re: [gridengine users] Assign a h_rt and h_cpu resource quota limits to a project

2011-07-25 Thread Mohamed Adel
> any output in the messages file of the qmaster? 07/25/2011 19:44:01|worker|batch01|C|!! got NULL element for CE_name !! > There are three things to note: > > - Limits specified in an RQS aren't enforced. They only specify what you can > request on the command line with the -l

Re: [gridengine users] Assign a h_rt and h_cpu resource quota limits to a project

2011-07-25 Thread Mohamed Adel
m: Reuti [re...@staff.uni-marburg.de] Sent: Monday, July 25, 2011 6:20 PM To: Mohamed Adel Cc: users@gridengine.org Subject: Re: [gridengine users] Assign a h_rt and h_cpu resource quota limits to a project > limitprojects mab to h_rt=100 > limitprojects mab to h_cpu=100 NB

[gridengine users] Assign a h_rt and h_cpu resource quota limits to a project

2011-07-25 Thread Mohamed Adel
Hi all, I have a question concerning resource quota management. I need to set a resource quota h_cpu and h_rt limit to a project. I tried the following: qconf -mrqs test { name test description NONE enabled TRUE limitprojects mab to h_rt=100 limitproje