Changes between Version 7 and Version 8 of GAIIA


Ignore:
Timestamp:
Dec 11, 2009, 10:38:02 AM (14 years ago)
Author:
andreea.visan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAIIA

    v7 v8  
    44
    55 * The team: Mihai Istin - mihai.istin , Andreea Visan - andreea.visan
     6
    67== Abstract ==
    78
    8 Task scheduling is one of the most important management aspects in a distributed system because this component
    9 should achieve two main goals: on the one hand efficient use of available resources and on the other hand high performance in
    10 solving tasks. Because of the fact that the scheduling problem is an NP-Complete problem, a near-optimal algorithm is a desired
    11 solution. A third goal is the fact that the algorithm should provide the results very fast.
    12 This project's aim is to develop a parallel solution for a near-optimal algorithm for dependent task scheduling in distributed systems.
     9Task scheduling is one of the most important management aspects in a distributed system because this component should achieve two main goals: on the one hand efficient use of available resources and on the other hand high performance in solving tasks. Because of the fact that the scheduling problem is an NP-Complete problem, a near-optimal algorithm is a desired solution. A third goal is the fact that the algorithm should provide the results very fast. This project's aim is to develop a parallel solution for a near-optimal algorithm for dependent task scheduling in distributed systems.
    1310
    1411== Technologies and Languages ==
     12
    1513 * C/C++
    1614 * MPI
    17  * OPENMPI
     15 * OPENMP
     16
     17== Project Activity (main steps) ==
     18 
     19 * [Nov, 29] - the serial solution
     20 * [Dec, 13] - OPENMP tunning
     21 * [Dec, 23] - MPI tunning
     22 * [Dec, 30] - experimental tests, conclusions
     23 * [Jan, 6]  - the paper
     24
    1825
    1926== Activitate proiect ==