Hi all, How do I run two programs parallelly on two different cores in FS? Using ' taskset -c 0 ./prog1 && tasket -c 1 ./prog2 ' didn't work. The first prog worked, but second one gave 'set affinity: invalid argument'. Similar thing happened with '/sbin/m5 pin 0 ./prog1' and 'sbin/m5 pin 1 ./prog2'' I have tried sched_setaffinity() too, that also gave the same error. Does any one have any idea how to do this?
Thanks for your time and any comments are welcome. - Saideepak. _______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s