From: amad206 Date: Mon, 3 Apr 2006 10:07:35 +0000 (+0000) Subject: prototype of the new matrix bandwidth test X-Git-Tag: v3.3~3306 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a1ca0de0530a9e7b449cc867f3fe67271e44b5ce?ds=sidebyside prototype of the new matrix bandwidth test git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2052 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/amok/bandwidth.h b/include/amok/bandwidth.h index 55cc5b699a..9dc9e23c2f 100644 --- a/include/amok/bandwidth.h +++ b/include/amok/bandwidth.h @@ -75,6 +75,9 @@ void amok_bw_request(const char* from_name,unsigned int from_port, unsigned long int buf_size,unsigned long int exp_size,unsigned long int msg_size, /*OUT*/ double *sec, double*bw); +double * amok_bw_matrix(xbt_dynar_t hosts, /* dynar of xbt_host_t */ + int buf_size_bw, int exp_size_bw, int msg_size_bw); + /** @} */ #if 0