Code for simulating online scheduling of task graphs on hybrid platforms
Code used to simulate a hybrid computing platform (consisting of CPUs and GPUs) to test several online algorithms that discover the task graph as it is unveiled and to compare them to the classical HEFT offline scheduler. The related study addresses online scheduling of task graphs on a hybrid platform composed of two types of processors (called CPU and GPU for convenience).This dataset consist of a single .zip artifact file consisting of:/src: source code for the simulator to assess online strategies/simu: source code to launch the simulation and generate plots/artifacts: overview documents with instructions on how to run code and system requirements/Europar: documents relating to the Euro…