applicationskeleton / Skeleton

a tool to generate skeleton applications that mimic a real applications' parallel or distributed performance at a task level
MIT License
13 stars 2 forks source link

distribution functions should work with reals, not just ints #14

Closed danielskatz closed 9 years ago

danielskatz commented 9 years ago

Task_Length = polynomial [1, 1] Input_1 works, but Task_Length = polynomial [0.1, 1] Input_1 fails

Even Task_Length = polynomial [1.0, 1] Input_1 fails.

Complete input file:

Num_Stage = 1

Stage_Name = Bag Task_Type = serial Num_Tasks = 100 Task_Length = polynomial [1.0, 1] Input_1 Num_Processes = 1 Read_Buffer = 65536 Write_Buffer = 65536 Input_Files_Each_Task = 1 Input_1.Source = filesystem Input_1.Size = normal [250000000, 100000000] Output_Files_Each_Task = 1 Output_1.Size = polynomial [1, 1] Input_1 Interleave_Option = 0

danielskatz commented 9 years ago

closing for now