Am 17.04.2014 um 17:21 schrieb VG: > I am working on SGE. I want to find out the available nodes on my cluster and > associated memory with each node so that I can submit my jobs accordingly.
In principle you don't need to know this. You submit your jobs and request resources like memory or slots. SGE will select an appropriate host for your. Nevertheless you can get some information from: $ qhost This information what types of machines, memory configuration, parallel environment,... should be provided by the admin of the cluster. A job submission to a queue (like in Torque/PBS) or a particular host shouldn't be necessary. -- Reuti > What command should I use > > Regards > Varun > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
