using qsub (sge) with multi-threaded applications

Posted by dan12345 on Stack Overflow See other posts from Stack Overflow or by dan12345
Published on 2011-11-30T10:54:15Z Indexed on 2012/09/22 15:37 UTC
Read the original article Hit count: 256

Filed under:
|
|

i wanted to submit a multi-threaded job to the cluster network i'm working with - but the man page about qsub is not clear how this is done - By default i guess it just sends it as a normal job regardless of the multi-threading - but this might cause problems, i.e. sending many multi-threaded jobs to the same computer, slowing things down.

Does anyone know how to accomplish this? thanks.

The batch server system is sge.

© Stack Overflow or respective owner

Related posts about linux

Related posts about multithreading