Name | Modified | Size | Downloads / Week |
---|---|---|---|
abyss_grid-1.00.tar.gz | 2012-02-07 | 2.4 kB | |
README.txt | 2012-01-28 | 504 Bytes | |
Totals: 2 Items | 2.9 kB | 0 |
How to use this scheduler: 1) Install SimGrid (simgrid.gforge.inria.fr/download.php) 2) Download ABySS (www.bcgsc.ca/platform/bioinfo/software/abyss) 3) Unpack abyss_grid 4) Compile the application: gcc -o abyss_grid abyss_grid.c -lsimgrid The algorithm does the job scheduling using as input the following variables: identification of the process, duration of the process, process priority, runtime process, waiting, time process. Returning the result with the smallest processing time of tasks.