Hi, Am 16.04.2014 um 02:20 schrieb Sangmin Park:
> There's something wrong. I send my question again. > Thanks, mate. > > ---------- Forwarded message ---------- > From: Sangmin Park <[email protected]> > Date: Wed, Mar 12, 2014 at 11:44 AM > Subject: resource_list(hostname) function does not work > To: "[email protected]" <[email protected]> > > > Hello, > > I'm trying to allocate my job on specific computing node. > So, I put "#$ -l h=node20" into my batch script. > But, after I put this into batch file, my job stay in queue waiting forever, > not running. > If I remove "-l h=node20", my job runs very well. > > qstat -j jid shows as follows > ============================================================== > job_number: 40160 > exec_file: job_scripts/40160 > submission_time: Wed Mar 12 11:43:55 2014 > owner: smpark > uid: 501 > group: smpark > gid: 501 > sge_o_home: /home/smpark > sge_o_log_name: smpark > sge_o_path: > /opt/sge/bin/lx24-amd64:/opt/sge/bin/lx24-amd64:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/dell/srvadmin/bin:/home/smpark/bin > sge_o_shell: /bin/bash > sge_o_workdir: /home/smpark/Test/sleep > sge_o_host: lion > account: sge > cwd: /home/smpark/Test/sleep > hard resource_list: h_rt=60,hostname=lion24 > mail_list: smpark@lion > notify: FALSE > job_name: sleeper > jobshare: 0 > hard_queue_list: normal.q Yes, it's a bug if a queue is also requested, But you can get it with: -q normal.q@node20 and disregard the -l h=node20. -- Reuti > shell_list: NONE:/bin/bash > env_list: > script_file: Qbatch.normal > parallel environment: normal range: 12 > scheduling info: (Collecting of scheduler job information is > turned off) > > any idea? > > -- > =========================== > Sangmin Park > Supercomputing Center > Ulsan National Institute of Science and Technology(UNIST) > Ulsan, 689-798, Korea > > phone : +82-52-217-4201 > mobile : +82-10-5094-0405 > fax : +82-52-217-4209 > =========================== > > > > -- > =========================== > Sangmin Park > Supercomputing Center > Ulsan National Institute of Science and Technology(UNIST) > Ulsan, 689-798, Korea > > phone : +82-52-217-4201 > mobile : +82-10-5094-0405 > fax : +82-52-217-4209 > =========================== > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
