redsim Code
Status: Pre-Alpha
Brought to you by:
gurcat
USAGE: This simulator simulates several job schedulers and several job sources. It takes only one input file. See ./input_file for a sample input file with comments. The simulator also takes a possible timeout parameter, that bounds the simulated time (not the simulation time!). - R2: " " TWO " " - R3: " " THREE " " - ALL: send request to ALL job scheduler - S1: send request to the ONE job scheduler with the shortest queue - S2: " " TWO " " - S3: " " THREE " " see "inputfile" for more information ================================================================================= MSG Process architecture: Two types of hosts: schedulerhost and userhost On each schedulerhost run the following processes: 8 processes - 1 scheduler + 4 receivers - 1 jobsimulator + 2 receivers On each userhost run the following processes: 6 processes - 1 request generator - 1 request submitter + 4 receivers Plus on "ender" process on some host Total number of processes: 14*N + 1