Operating System - HP-UX
1823290 Members
3312 Online
109651 Solutions
New Discussion юеВ

how to attach a job to a specific processor?

 
Steven  Bucek
Frequent Advisor

how to attach a job to a specific processor?

I want to run the seti program (setiathome.ssl.berkeley.edu) on a rp5400 with 4 processors. I will need to have the program in 4 seperate dirs, but dont know how to make the job use a specific processor. I'd like to be able to do something like this; ./setiathome & cpu0

anyone?
--To go forward, you must backup
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: how to attach a job to a specific processor?

There is a reference to that kind of situation in this doc:

http://www1.itrc.hp.com/service/james/dispDoc.do?docURL=%2Fservice%2Fcki%2FdocDisplay.do%3FdocLocale%3Den_US%26docId%3D200000076960118&aid=SEARCH_CKI&pil=13&serStr=link+process+to+one+CPU

There is a good discussion of it in Keenan's book HP-UX CSE.

http://www.amazon.com/exec/obidos/ASIN/0131463969/qid=1114541767/sr=2-1/ref=pd_bbs_b_2_1/103-0243427-6766279

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
RAC_1
Honored Contributor

Re: how to attach a job to a specific processor?

man mpctl

Anil
There is no substitute to HARDWORK
Biswajit Tripathy
Honored Contributor

Re: how to attach a job to a specific processor?

# mpsched -c 1 a.out (Run a.out on processor 1)

# man 1 mpsched

- Biswajit

:-)
Steven  Bucek
Frequent Advisor

Re: how to attach a job to a specific processor?

Info provided solved my problem. Thank you for increasing my returned results.
--To go forward, you must backup