Out of curiosity, are you trying to run parallel programs? If so, which compiler did you use to compile them? Also, what is the command you are using (e.g. mpirun -n 24 ...) in SGE script to start these programs?
Best, g -- Gowtham Information Technology Services Michigan Technological University (906) 487/3593 http://www.it.mtu.edu/ On Tue, 3 Jan 2012, vamsi krishna wrote: | | Hi Experts, | | I am having interactive queue submitting the | jobs to only few machines even if there are available slots in other | machines. how can i distribute the jobs depending on memory and slots free. | i was having the following | | algorithm default | schedule_interval 0:0:5 | maxujobs 0 | queue_sort_method seqno | job_load_adjustments NONE | load_adjustment_decay_time 0:0:1 | load_formula np_load_avg | schedd_job_info true | flush_submit_sec 0 | flush_finish_sec 0 | | and changed to the below but there is no improvement. | | qconf -ssconf | algorithm default | schedule_interval 0:2:0 | maxujobs 0 | queue_sort_method load | job_load_adjustments NONE | load_adjustment_decay_time 0:0:1 | load_formula -slots | schedd_job_info true | flush_submit_sec 1 | flush_finish_sec 1 | params none | | | regards | PVK | |
_______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
