Hi Bill, Great! Thanks a lot.
Josip -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bill Thies Sent: Monday, December 15, 2008 1:20 PM To: Josip Knezović Cc: [email protected] Subject: Re: [StreamIt-users] Cluster backend - combined_threads.cpp Hi Josip, Those arguments are not relevant for you. They relate to an (unreleased) adaptive mode of execution whereby threads are dynamically re-assigned depending on the runtime load balance. The -ccp flag corresponds to "centralized control processor" in this mode of execution; the -init argument corresponds to the number of iterations before loading prior state; and -console is a debugging mode. -Bill On Mon, Dec 15, 2008 at 5:11 PM, Josip Knezović <[email protected]> wrote: > Hi all, > > I've been looking arround the c++ code that strc generates for cluster > backend in combined_threads.cpp. I noticed that in the main function there's > a processing of arguments: -init, -ccp, -runccp and -console. Can someone > explain what are those arguments for, and are they relevant in any way if > all threads of my program are mapped into one multicore machine? > > Thanks, > > Josip > > ------------------------------------------------ > > Mr. Sc. Josip Knezovic, Ph.D. student > > Faculty of Electrical Engineering and Computing > > Dept. of Control and Computer Engineering > > Unska 3, 10000 Zagreb, Croatia > > Tel.: +385 1 6129 619 > > Fax.: +385 1 6129 785 > > E-mail: [email protected] > > ------------------------------------------------ > > _______________________________________________ > StreamIt-users mailing list > [email protected] > https://lists.csail.mit.edu/mailman/listinfo/streamit-users > > _______________________________________________ StreamIt-users mailing list [email protected] https://lists.csail.mit.edu/mailman/listinfo/streamit-users
