On Thu, Jan 05, 2017 at 12:14:56PM -0600, Jin Li wrote:
Hi all,

I have one multiple thread program using 6 threads. I want to submit
this program to a queue ( where the host has more than 6 cores). What
is the option I need to specify for the core number when submitting
the job to the queue? Thanks for your help.

Look into using a "parallel environment".  We have one called
"multicore", and to run a 6-thread job, we'd do something like this:

   qsub -pe multicore 6 /path/to/script.sh

--
Jesse Becker (Contractor)
_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to