Am 27.05.2013 um 06:32 schrieb Vamsi Krishna: > yes it is there, It is accepting. it took some time to read the settings. > qconf -sc | grep h_vmem > h_vmem h_vmem MEMORY <= > YES YES 0 0 > > qconf -se nodeA | grep h_vmem > h_vmem=64G > > what is difference between default-0 and default-1G
It's the amount of memory granted for the job without specifying "-l h_vmem=...". Hence you want 0 GB for the job. > with the above configuration, requestable YES, i cannot submit the job with > out -l h_vmem, getting the following error when i submit job using qrsh -l > queue3 > > "hostname: error while loading shared libraries: libsepol.so.1: failed to map > segment from shared object: Cannot allocate memory" Sure, in 0 GB the libsepol.so.1 won't fit. > (I think this should be in case if h_vmem is configured as FORCED) No, then the job would have never be scheduled at all but kept waiting instead. -- Reuti > Job is successful when i use -l h_vmem like qrsh -l queue3 -l h_vmem=1G, > > Regards > PVK > > > > > > On Mon, May 27, 2013 at 12:52 AM, Marco Donauer <[email protected]> wrote: > Hi Vamsi, > is the resource queue3 available which you are requesting in your qrsh > command? > > Regards > Marco > > > > Vamsi Krishna <[email protected]> schrieb: > qconf -sq queue3.q | grep h_vmem > h_vmem INFINITY > > > On Mon, May 27, 2013 at 12:13 AM, Vamsi Krishna <[email protected]> wrote: > Hi, > > i have three queues queue1.q, queue2.q and queue3.q. I have nodeA part of > queue3.q. h_vmem is configured to restrict user not to overcomit the job > using the following settings. but job is never submitted either interactive > or batch mode. > > qconf -sc | grep h_vmem > h_vmem h_vmem MEMORY <= > YES YES 0 0 > > qconf -se nodeA | grep h_vmem > h_vmem=64G > > qrsh -l queue3 -l h_vmem=6G > Your "qrsh" request could not be scheduled, try again later. > > Regards > PVK > > > > users mailing list > [email protected] > > https://gridengine.org/mailman/listinfo/users > > -- > sent with K9-Mail from my Android mobile. > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
