Changeset 63


Ignore:
Timestamp:
Feb 2, 2010, 7:39:43 PM (14 years ago)
Author:
coach
Message:

MAJ TIMA sur tâche 5 et ressources s7

Location:
anr
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • anr/gantt.l

    r60 r63  
    658658                an  += sum  ; tsk  += sum  ;
    659659                newlineadded=0;
    660                 if ( (sum1!=0 && sum1>last->nbma[0] ) || (sum1==0 && last->nbma[0]!=0) )
     660                if ( sum1==0 && last->nbma[0]!=0)
    661661                    fprintf(stderr,"ERROR: %s:%s probleme sur l'an 1 (in table=%2.1f, in gantt=%2.1f\n",
    662662                        part->name,label,sum1,last->nbma[0]);
    663                 if ( (sum2!=0 && sum2>last->nbma[1]) || (sum2==0 && last->nbma[1]!=0) )
     663                if (sum1!=0 && sum1>last->nbma[0] )
     664                    fprintf(stderr,"WARNING: %s:%s probleme sur l'an 1 (in table=%2.1f, in gantt=%2.1f\n",
     665                        part->name,label,sum1,last->nbma[0]);
     666                if (sum2!=0 && sum2>last->nbma[1])
     667                    fprintf(stderr,"WARNING: %s:%s probleme sur l'an 2 (in table=%2.1f, in gantt=%2.1f\n",
     668                        part->name,label,sum2,last->nbma[1]);
     669                if ( sum2==0 && last->nbma[1]!=0)
    664670                    fprintf(stderr,"ERROR: %s:%s probleme sur l'an 2 (in table=%2.1f, in gantt=%2.1f\n",
    665671                        part->name,label,sum2,last->nbma[1]);
    666                 if ( (sum3!=0 && sum3>last->nbma[2]) || (sum3==0 && last->nbma[2]!=0) )
     672                if ( sum3==0 && last->nbma[2]!=0)
    667673                    fprintf(stderr,"ERROR: %s:%s probleme sur l'an 3 (in table=%2.1f, in gantt=%2.1f\n",
     674                        part->name,label,sum3,last->nbma[2]);
     675                if (sum3!=0 && sum3>last->nbma[2])
     676                    fprintf(stderr,"WARNING: %s:%s probleme sur l'an 3 (in table=%2.1f, in gantt=%2.1f\n",
    668677                        part->name,label,sum3,last->nbma[2]);
    669678            }
     
    724733                char label[1000];
    725734                gen_label_base(label,last);
    726                 if ( (sum1!=0 && sum1>last->nbma[0] ) || (sum1==0 && last->nbma[0]!=0) )
     735    /* doublons , non ?
     736            if ( (sum1!=0 && sum1>last->nbma[0] ) || (sum1==0 && last->nbma[0]!=0) )
    727737                    fprintf(stderr,"ERROR: %s:%s probleme sur l'an 1 (in table=%2.1f, in gantt=%2.1f\n",
    728738                        part->name,label,sum1,last->nbma[0]);
     
    733743                    fprintf(stderr,"ERROR: %s:%s probleme sur l'an 3 (in table=%2.1f, in gantt=%2.1f\n",
    734744                        part->name,label,sum3,last->nbma[2]);
     745*/
    735746            }
    736747        }
  • anr/section-7.tex

    r60 r63  
    1111%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1212\subsection{Partner 3: \tima}
    13 \begin {itemize}
     13\begin{figure}\leavevmode\center
     14\input{table_tima_full.tex}
     15\caption{\label{ress-detail-tima}Man power in $mm$ for the delivrables of \tima.}
     16\end{figure}
     17\begin{description}
    1418\item [Equipment]
    1519No specific equipment acquisition.
     
    3034
    3135The table below sumarizes the man power by task for both permanent and non-permanent
    32 personnels. The detail by delivrables is given in figure~\ref {detail-tima}.
     36personnels. The detail by delivrables is given in figure~\ref{ress-detail-tima}.
    3337The requested funding for personnels represent 47\% of the total personnal costs.
    3438The requested funding for non permanent personnels is 82\% of the total ANR
     
    4347The costs justified by internal invoicing procedures are evaluated to 4\%
    4448of the total requested ANR funding.\\
    45 \input{table_tima_full.tex}
     49    \begin{center}\input{table_tima_short.tex}\end{center}
    4650%FIXME comment on rajoute les hommes-ans sur le WP7 pour la dissemination ?
    47 \end {itemize}
     51\end{description}
    4852
    4953%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  • anr/task-2.tex

    r59 r63  
    103103    \itemV{8}{18}{x}{\Stima}{DNA 0S}
    104104        The drivers required for the second CSG milestone ({\csgPrototypingOnly}).
    105     \itemL{18}{33}{x}{\Stima}{DNA OS}{6:2:2}
     105    \itemL{18}{33}{x}{\Stima}{DNA OS}{6:3:2}
    106106        Maintenance work.
    107107    \itemL{6}{18}{x}{\Stima}{Port of DNA OS}{3:1:0}
  • anr/task-5.tex

    r59 r63  
    1818\item Implementing the communication scheme at all levels: partition help, software
    1919implementation both on the PC and in the operating system of the FPGA-SoC, hardware.
    20 \item Providing support for dynamic partial reconfiguration of \xilinx FPGA in order to optimize FPGA ressource usage.
     20\item Providing support for dynamic partial reconfiguration of \xilinx FPGA in order
     21to optimize FPGA ressource usage.
    2122\end{itemize}
    2223
     
    7980It also includes appropriate SoC-FPGA OS drivers and a modification of the profiling library.
    8081    \begin{livrable}
    81     \itemL{18}{36}{x}{\Supmc}{CSG support for \ganttlf dynamic reconfiguration}{0:0:2}
    82         Extension of the \xilinx architectural template ({\csgAllArch}) in order to
    83         integrate dynamic partial reconfiguration regions.
    84         Modification of CSG software to support the extended \xilinx template.
    85     \itemL{18}{30}{x}{\Stima}{dynamic reconfiguration \ganttlf DNA drivers}{0:2:3}
     82    \itemL{18}{36}{x}{\Supmc}{CSG support for \ganttlf reconfiguration}{0:0:2}
     83        Modification of CSG software to support statically reconfigurable task.
     84    \itemL{18}{36}{x}{\Stima}{CSG module for \ganttlf dynamic reconfiguration}{0:6:12}
     85                This livrable is a CSG module allowing to partition the task graph on
     86                the dynamic partial reconfiguration regions. The resulting task-region assignement
     87                is directly used for generation of bitstreams. The module also produces reconfiguration
     88                management software to be run on the SoC-FPGA.
     89    \itemL{18}{30}{x}{\Stima}{dynamic reconfiguration \ganttlf DNA drivers}{0:3:3}
    8690        \setMacroInAuxFile{hpcDynconfDriver}
    8791            The drivers required by the DNA OS in order to manage dynamic partial
     
    8993    \itemL{30}{36}{x}{\Supmc}{dynamic reconfiguration \ganttlf MUTEK drivers}{0:0:1}
    9094        Port of the {\hpcDynconfDriver} drivers on the MUTEK OS.
    91     \itemL{24}{36}{x}{\Stima}{HPC profiler for \ganttlf dynamic reconfiguration}{0:0:6}
     95    \itemL{24}{36}{x}{\Stima}{Profiler for \ganttlf dynamic reconfiguration}{0:0:6}
    9296        Extension of the HPC partionning helper in order to integrate dynamic partial
    9397        reconfiguration dedicated features (reconfiguration time of regions, variable
Note: See TracChangeset for help on using the changeset viewer.