PARUS
PARUS Project Page / Manual / Schedule format EngRussian

Schedule description

Schedule file is similar to algorithm graph file. The number of processors should start with 1. Processor 0 is reserved for the daemon responsible for interconnections of graph vertices. 

<schedule>::=
<SCHEDULE_BEGIN>
num_processors <processors number>
{<processor>}
<SCHEDULE_END>

<processor>::=
<PROCESSOR_BEGIN>
name <processor number>
num_nodes <number of vertices for the processor>
nodes ({<vertex number>})
<PROCESSOR_END>

num_processors number of processors, which is less then really used for running user task on multiprocessor system by one
name number of processor. Can't be zero
num_nodes amount of nodes which should be executed on processor
Project admin: Alexey Salnikov