X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb5b6b0c3c4d9a38bb205b2c8bc9aeeba8674a25..3dbeba193df2e406bd9eff5be73c8bce0db0185e:/src/surf/workstation_clm03.hpp diff --git a/src/surf/workstation_clm03.hpp b/src/surf/workstation_clm03.hpp index 88b485435a..11e24357d2 100644 --- a/src/surf/workstation_clm03.hpp +++ b/src/surf/workstation_clm03.hpp @@ -40,8 +40,8 @@ public: ActionPtr executeParallelTask(int workstation_nb, void **workstation_list, - double *computation_amount, - double *communication_amount, + double *flops_amount, + double *bytes_amount, double rate); ActionPtr communicate(WorkstationPtr src, WorkstationPtr dst, double size, double rate); };