Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prototype of the new matrix bandwidth test
authoramad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 3 Apr 2006 10:07:35 +0000 (10:07 +0000)
committeramad206 <amad206@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 3 Apr 2006 10:07:35 +0000 (10:07 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2052 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/amok/bandwidth.h

index 55cc5b6..9dc9e23 100644 (file)
@@ -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);
 
                     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   
 
 /** @} */
 #if 0