Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Eradicate strange characters...
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 2 Apr 2012 13:24:38 +0000 (15:24 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 2 Apr 2012 13:29:44 +0000 (15:29 +0200)
... like non-breaking spaces and ligatures, that broke the LaTeX doc.

14 files changed:
doc/bindings.doc
doc/gtut-tour-08-exceptions.doc
doc/platform.doc
examples/platforms/generation_scripts/create_hierarchical_clusters.pl
examples/platforms/generation_scripts/enhancedDTDwithHierarchicalCluster.pl
include/xbt/ex.h
include/xbt/str.h
src/bindings/lua/lua_stub_generator.c
src/msg/msg_io.c
src/simdag/sd_workstation.c
src/xbt/graph.c
src/xbt/xbt_matrix.c
tools/gras/unix_stub_generator.c
tools/sg_unit_extractor.pl

index f88237a..122eacb 100644 (file)
@@ -11,7 +11,7 @@
 \section bindings_binding_lua Lua Binding
 
 Most of Simgrid modules require a  good level in C programming, since simgrid is used to be as standard C library.
 \section bindings_binding_lua Lua Binding
 
 Most of Simgrid modules require a  good level in C programming, since simgrid is used to be as standard C library.
- Sometime users prefer using some kind of « easy scripts » or a language easier to code with, for their works,
+ Sometime users prefer using some kind of “easy scripts” or a language easier to code with, for their works,
  which avoid dealing with C errors, and sometime an important  gain of time.
 Besides Java Binding, Lua  and Ruby bindings are available since version 3.4 of Simgrid
 for MSG Module, and we are currenlty working on bindings for other modules.
  which avoid dealing with C errors, and sometime an important  gain of time.
 Besides Java Binding, Lua  and Ruby bindings are available since version 3.4 of Simgrid
 for MSG Module, and we are currenlty working on bindings for other modules.
@@ -153,4 +153,4 @@ Yes, Here too you have to resgiter your application before running the simulatio
 
 the full example is distributed in the file examples/lua/master_slave_bypass.lua
 
 
 the full example is distributed in the file examples/lua/master_slave_bypass.lua
 
- */
\ No newline at end of file
+ */
index 057e9bf..b9c7e36 100644 (file)
@@ -62,7 +62,7 @@ CATCH(e) {
 Another strange thing is that you should actually free the memory allocated
 to the exception with xbt_ex_fres() if you manage to deal with them. There
 is a bit more than this on the picture (#TRY_CLEANUP blocks, for example), and
 Another strange thing is that you should actually free the memory allocated
 to the exception with xbt_ex_fres() if you manage to deal with them. There
 is a bit more than this on the picture (#TRY_CLEANUP blocks, for example), and
-you should check the section \ref XBT_ex for more details.
+you should check the section \ref XBT_ex for more details.
 
 You should be <b>very carfull</b> when using the exceptions. They work great
 when used correctly, but there is a few golden rules you should never break.
 
 You should be <b>very carfull</b> when using the exceptions. They work great
 when used correctly, but there is a few golden rules you should never break.
index c8ed826..b14feef 100644 (file)
@@ -128,7 +128,7 @@ A <b>host</b> represents a computer, where you will be able to execute code and
 
 <b>host</b> attributes : 
 \li <b>id (mandatory)</b>: the identifier of the host to be used when referring to it.
 
 <b>host</b> attributes : 
 \li <b>id (mandatory)</b>: the identifier of the host to be used when referring to it.
-\li <b>power (mandatory)</b>:the peak number FLOPS the CPU can manage. Expressed in op/s.
+\li <b>power (mandatory)</b>:the peak number FLOPS the CPU can manage. Expressed in flop/s.
 \li <b>core</b>: The number of core of this host. If setted, the power gives the power of one core. The specified computing power will be available to up to 6 sequential
 tasks without sharing. If more tasks are placed on this host, the
 resource will be shared accordingly. For example, if you schedule 12
 \li <b>core</b>: The number of core of this host. If setted, the power gives the power of one core. The specified computing power will be available to up to 6 sequential
 tasks without sharing. If more tasks are placed on this host, the
 resource will be shared accordingly. For example, if you schedule 12
@@ -338,10 +338,10 @@ Example link:
 \endverbatim
 <b>Expressing sharing policy</b>
 
 \endverbatim
 <b>Expressing sharing policy</b>
 
-By default a network link is SHARED, that is if more than one ow go through
+By default a network link is SHARED, that is if more than one flow go through
 a link, each gets a share of the available bandwidth similar to the share TCP connections offers. 
 
 a link, each gets a share of the available bandwidth similar to the share TCP connections offers. 
 
-Conversely if a link is defined as a FATPIPE, each flow going through this link will get all the available bandwidth, whatever the number of flows. The FATPIPE
+Conversely if a link is defined as a FATPIPE, each flow going through this link will get all the available bandwidth, whatever the number of flows. The FATPIPE
 behavior allows to describe big backbones that won't affect performances (except latency). Finally a link can be considered as FULLDUPLEX, that means that in the simulator, 2 links (one named UP and the other DOWN) will be created for each link, so as the transfers from one side to the other will interact similarly as TCP when ACK returning packets circulate on the other direction. More discussion about it is available in <b>link_ctn</b> description. 
 
 \verbatim
 behavior allows to describe big backbones that won't affect performances (except latency). Finally a link can be considered as FULLDUPLEX, that means that in the simulator, 2 links (one named UP and the other DOWN) will be created for each link, so as the transfers from one side to the other will interact similarly as TCP when ACK returning packets circulate on the other direction. More discussion about it is available in <b>link_ctn</b> description. 
 
 \verbatim
@@ -350,14 +350,14 @@ behavior allows to describe big backbones that won't affect performances (except
 
 <b>Expressing dynamicity and failures</b>
 
 
 <b>Expressing dynamicity and failures</b>
 
- As for hosts, it is possible to declare links whose state, bandwidth or latency change over the time. In this case, the bandwidth and latency attributes are respectively replaced by the bandwidth file and latency file attributes and the corresponding text les.
+ As for hosts, it is possible to declare links whose state, bandwidth or latency change over the time. In this case, the bandwidth and latency attributes are respectively replaced by the bandwidth file and latency file attributes and the corresponding text files.
 
 \verbatim
  <link id="LINK1" state_file="link1.fail" bandwidth="80000000" latency=".0001" bandwidth_file="link1.bw" latency_file="link1.lat" />
 \endverbatim
 
 
 \verbatim
  <link id="LINK1" state_file="link1.fail" bandwidth="80000000" latency=".0001" bandwidth_file="link1.bw" latency_file="link1.lat" />
 \endverbatim
 
-It has to be noted that even if the syntax is the same, the semantic of bandwidth and latency trace les
-differs from that of host availability files. Those files do not express availability as a fraction of the available
+It has to be noted that even if the syntax is the same, the semantic of bandwidth and latency trace files
+differs from that of host availability files. Those files do not express availability as a fraction of the available
 capacity but directly in bytes per seconds for the bandwidth and in seconds for the latency. This is because
 most tools allowing to capture traces on real platforms (such as NWS ) express their results this way.
 
 capacity but directly in bytes per seconds for the bandwidth and in seconds for the latency. This is because
 most tools allowing to capture traces on real platforms (such as NWS ) express their results this way.
 
@@ -426,7 +426,7 @@ For graph-based shortest path algorithms, routers are mandatory, because both al
 
 Routers are naturally an important concept in GTNetS or ns-3 since the way they run the packet routing algorithms is actually simulated. Instead, the
 SimGrid’s analytical models aggregate the routing time with the transfer time.
 
 Routers are naturally an important concept in GTNetS or ns-3 since the way they run the packet routing algorithms is actually simulated. Instead, the
 SimGrid’s analytical models aggregate the routing time with the transfer time.
-Rebuilding a graph representation only from the route information turns to be a very dicult task, because
+Rebuilding a graph representation only from the route information turns to be a very difficult task, because
 of the missing information about how routes intersect. That is why we introduced a \<router\> tag, which is
 simply used to express these intersection points. The only attribute accepted by this tag an id.
 It is important to understand that the \<router\> tag is only used to provide topological information. 
 of the missing information about how routes intersect. That is why we introduced a \<router\> tag, which is
 simply used to express these intersection points. The only attribute accepted by this tag an id.
 It is important to understand that the \<router\> tag is only used to provide topological information. 
index 2378e7e..61384e5 100755 (executable)
@@ -1,21 +1,21 @@
 #! /usr/bin/perl
 
 # L.Bobelin (Perl newbie) 25th of November
 #! /usr/bin/perl
 
 # L.Bobelin (Perl newbie) 25th of November
-# Quick script to generate hierarchical clusters. Usage : <the script> p s d  where :
+# Quick script to generate hierarchical clusters. Usage : <the script> p s d  where :
 # - p : 2^p gives the total number of hosts.
 # - p : 2^p gives the total number of hosts.
-# - s : cluster size
-# - d : degree of inner nodes.
+# - s : cluster size
+# - d : degree of inner nodes.
+#
+# output is the standard one.
 #
 #
-# output is the standard one. 
-# 
 #
 #Each node is numbered by a DFS in the tree. Each cluster is numbered by the DFS number of the leaf it is attached to and the number of cluster for each leaf. 
 # Other infos : 
 # - Same bb_lat used for any routers inside (not that complicated to modify too).
 # - constants defined in the first part of the script corresponding to classic cluster parameters. links_bw and links_lat added for the inner tree links
 # - bb_lat and bb_bw used in any backbone of the tree.
 #
 #Each node is numbered by a DFS in the tree. Each cluster is numbered by the DFS number of the leaf it is attached to and the number of cluster for each leaf. 
 # Other infos : 
 # - Same bb_lat used for any routers inside (not that complicated to modify too).
 # - constants defined in the first part of the script corresponding to classic cluster parameters. links_bw and links_lat added for the inner tree links
 # - bb_lat and bb_bw used in any backbone of the tree.
-# - fails if you set an obviously too small total number of hosts compared to the cluster size (generates a lot of stuff for nothing actually).
-# 
+# - fails if you set an obviously too small total number of hosts compared to the cluster size (generates a lot of stuff for nothing actually).
+#
 
 use Math::BigInt;
 
 
 use Math::BigInt;
 
@@ -75,11 +75,11 @@ if ( $height->bcmp(Math::BigInt->new("1")) != 0 && ($height->copy()->bpow($d))->
 # print STDERR "totalnumberofcluster: " .  $totalnumberofCluster . "\n";
 # print STDERR "last cluster size (if equals to cluster size, then all clusters will be homogeneous) : " . $last . "\n";
 
 # print STDERR "totalnumberofcluster: " .  $totalnumberofCluster . "\n";
 # print STDERR "last cluster size (if equals to cluster size, then all clusters will be homogeneous) : " . $last . "\n";
 
-# Counter for giving unique IDs to ASes.
+# Counter for giving unique IDs to ASes.
 $ASnumber;
 $ASnumber = 0;
 
 $ASnumber;
 $ASnumber = 0;
 
-# Printing preamble
+# Printing preamble
 print "<?xml version='1.0'?>\n";
 print "<!DOCTYPE platform SYSTEM \"http://simgrid.gforge.inria.fr/simgrid.dtd\">\n";
 print "<platform version=\"3\">\n\n";
 print "<?xml version='1.0'?>\n";
 print "<!DOCTYPE platform SYSTEM \"http://simgrid.gforge.inria.fr/simgrid.dtd\">\n";
 print "<platform version=\"3\">\n\n";
@@ -96,14 +96,14 @@ print "</platform>\n";
 sub DF_creation {
        my($currDepth) = @_;
        
 sub DF_creation {
        my($currDepth) = @_;
        
-       # Curr AS creation
+       # Curr AS creation
        print "<AS id=\"". $prefix . "AS_" . $ASnumber . $suffix . "\"  routing=\"Full\">\n";   
        
        print "<AS id=\"". $prefix . "AS_" . $ASnumber . $suffix . "\"  routing=\"Full\">\n";   
        
-       # Curr router AS creation stuff
+       # Curr router AS creation stuff
        print "<AS id=\"". $prefix . "exitAS_" . $ASnumber . $suffix . "\"  routing=\"Full\">\n";                        
        print " <router id=\"" . $prefix . "router_" . $ASnumber . $suffix . "\"/>\n";
        print "</AS>\n";
        print "<AS id=\"". $prefix . "exitAS_" . $ASnumber . $suffix . "\"  routing=\"Full\">\n";                        
        print " <router id=\"" . $prefix . "router_" . $ASnumber . $suffix . "\"/>\n";
        print "</AS>\n";
-       # Saving my current number to return it to my father
+       # Saving my current number to return it to my father
        my $toReturn = $ASnumber;
        $ASnumber++;
        if ($currDepth<=$height && $totalnumberofCluster > 0)
        my $toReturn = $ASnumber;
        $ASnumber++;
        if ($currDepth<=$height && $totalnumberofCluster > 0)
@@ -173,7 +173,7 @@ sub DF_creation {
                        }
                        $totalnumberofCluster--;
                        }       
                        }
                        $totalnumberofCluster--;
                        }       
-               # Creating links to clusters 
+               # Creating links to clusters
                for(my $i = 1; $i <= $lastNumberOfClusterCreated ; $i++) {
                        print "<link id=\"". $prefix . $toReturn . "_" . $i . $suffix . "\" bandwidth=\"" . $links_bw . "\" latency=\"" . $links_lat . "\"/>\n";
                }
                for(my $i = 1; $i <= $lastNumberOfClusterCreated ; $i++) {
                        print "<link id=\"". $prefix . $toReturn . "_" . $i . $suffix . "\" bandwidth=\"" . $links_bw . "\" latency=\"" . $links_lat . "\"/>\n";
                }
@@ -182,7 +182,7 @@ sub DF_creation {
                # curr backbone creation 
                print "<link id=\"". $prefix . "bb_" . $toReturn . $suffix . "\" bandwidth=\"" . $bb_bw . "\" latency=\"" . $bb_lat . "\"/>\n";
        
                # curr backbone creation 
                print "<link id=\"". $prefix . "bb_" . $toReturn . $suffix . "\" bandwidth=\"" . $bb_bw . "\" latency=\"" . $bb_lat . "\"/>\n";
        
-               # I must create routes between clusters now 
+               # I must create routes between clusters now 
                for (my $i =1; $i<=$lastNumberOfClusterCreated ; $i++)
                        {
                                        for (my $j =$i+1; $j<=$lastNumberOfClusterCreated ; $j++)
                for (my $i =1; $i<=$lastNumberOfClusterCreated ; $i++)
                        {
                                        for (my $j =$i+1; $j<=$lastNumberOfClusterCreated ; $j++)
@@ -205,7 +205,7 @@ sub DF_creation {
                {
                        print  "<ASroute src=\""  . $prefix . "cl_" . $toReturn . "_" . $i . $suffix  . "\"\n";
                        print " dst=\"" . $prefix . "exitAS_" . $toReturn . $suffix . "\"\n";
                {
                        print  "<ASroute src=\""  . $prefix . "cl_" . $toReturn . "_" . $i . $suffix  . "\"\n";
                        print " dst=\"" . $prefix . "exitAS_" . $toReturn . $suffix . "\"\n";
-                       # SAME HERE !!
+                       # SAME HERE !!
                        print " gw_src=\"" . $prefix . "c_" . $toReturn . "_" . $i . "-" . $prefix . "cl_" . $toReturn . "_" . $i . $suffix . "_router" . $suffix  ."\"\n";
                        print " gw_dst=\"" . $prefix . "router_" . $toReturn . $suffix . "\"\n";
                        print " symmetrical=\"YES\">\n";                                                
                        print " gw_src=\"" . $prefix . "c_" . $toReturn . "_" . $i . "-" . $prefix . "cl_" . $toReturn . "_" . $i . $suffix . "_router" . $suffix  ."\"\n";
                        print " gw_dst=\"" . $prefix . "router_" . $toReturn . $suffix . "\"\n";
                        print " symmetrical=\"YES\">\n";                                                
@@ -214,7 +214,7 @@ sub DF_creation {
                        print "</ASroute>\n";                   
                }
                print "</AS>\n";
                        print "</ASroute>\n";                   
                }
                print "</AS>\n";
-       # Should be done with it...
+       # Should be done with it...
        return $toReturn;
        }
 
        return $toReturn;
        }
 
index e5c1124..1acf037 100755 (executable)
@@ -1,10 +1,10 @@
 #! /usr/bin/perl
 
 # L.Bobelin (Perl newbie) 24th of November
 #! /usr/bin/perl
 
 # L.Bobelin (Perl newbie) 24th of November
-# Quick script to generate hierarchical clusters. Usage : add the special cluster tag (description below) in your "normal" platform file. Then run the script :
+# Quick script to generate hierarchical clusters. Usage : add the special cluster tag (description below) in your "normal" platform file. Then run the script :
 # - First arg : the input file where you midified your cluster tag
 # - First arg : the input file where you midified your cluster tag
-# - Second one : the output file where all the stuff will be generated.
-# Builds a complete tree to access clusters ; each node of the tree is inclosed in an AS, where full routing applies.
+# - Second one : the output file where all the stuff will be generated.
+# Builds a complete tree to access clusters ; each node of the tree is inclosed in an AS, where full routing applies.
 #
 # Number of cluster per leaf is given by cabinetnodes attr.
 #
 #
 # Number of cluster per leaf is given by cabinetnodes attr.
 #
 # - nbsons : degree of inner  
 # - height : tree heigth
 # - cabinetnodes : cluster per leaf
 # - nbsons : degree of inner  
 # - height : tree heigth
 # - cabinetnodes : cluster per leaf
-# 
-# Each node is numbered by a DFS in the tree. Each cluster is numbered by the DFS number of the leaf it is attached to and the number of cluster for each leaf. 
-# 
-#       
+#
+# Each node is numbered by a DFS in the tree. Each cluster is numbered by the DFS number of the leaf it is attached to and the number of cluster for each leaf. 
+#
+#
 # Example syntax for hierarchical cluster creation : 
 # <cluster id="AS_cb1" prefix="cb1-" suffix=".dc1.acloud.com" power="5.2297E9" bw="1.25E8" lat="1.0E-4 bb_bw="1.25E9" bb_lat="1.0E-4" radical="0-99" cabinetnodes="4" height="3" nbsons="2" links_lat="1.0E-4" links_bw="1.25E9"/>
 # Other infos : 
 # Example syntax for hierarchical cluster creation : 
 # <cluster id="AS_cb1" prefix="cb1-" suffix=".dc1.acloud.com" power="5.2297E9" bw="1.25E8" lat="1.0E-4 bb_bw="1.25E9" bb_lat="1.0E-4" radical="0-99" cabinetnodes="4" height="3" nbsons="2" links_lat="1.0E-4" links_bw="1.25E9"/>
 # Other infos : 
-# - special tag has to be on one line because I don't want to bother with parsing issues
+# - special tag has to be on one line because I don't want to bother with parsing issues
 # - Same bb_lat used for any routers inside (not that complicated to modify too)
 # - lame perl ? I'm a script kiddie in perl, it may well be my first perl stuff. 
 # - Don't try to check or validate the modified file with the DTD, of course, as this is not a part of it.
 
 # - Same bb_lat used for any routers inside (not that complicated to modify too)
 # - lame perl ? I'm a script kiddie in perl, it may well be my first perl stuff. 
 # - Don't try to check or validate the modified file with the DTD, of course, as this is not a part of it.
 
-# Counter for giving unique IDs to ASes.
+# Counter for giving unique IDs to ASes.
 $ASnumber;
 $ASnumber = 0;
 
 $ASnumber;
 $ASnumber = 0;
 
@@ -102,14 +102,14 @@ print $infile . " -> " . $outfile . " ... Done.\n";
 sub DF_creation {
        my($currDepth) = @_;
        
 sub DF_creation {
        my($currDepth) = @_;
        
-       # Curr AS creation
+       # Curr AS creation
        print OUT "<AS id=\"". $prefix . "AS_" . $ASnumber . $suffix . "\"  routing=\"Full\">\n";       
        
        print OUT "<AS id=\"". $prefix . "AS_" . $ASnumber . $suffix . "\"  routing=\"Full\">\n";       
        
-       # Curr router AS creation stuff
+       # Curr router AS creation stuff
        print OUT "<AS id=\"". $prefix . "exitAS_" . $ASnumber . $suffix . "\"  routing=\"Full\">\n";                    
        print OUT "     <router id=\"" . $prefix . "router_" . $ASnumber . $suffix . "\"/>\n";
        print OUT "</AS>\n";
        print OUT "<AS id=\"". $prefix . "exitAS_" . $ASnumber . $suffix . "\"  routing=\"Full\">\n";                    
        print OUT "     <router id=\"" . $prefix . "router_" . $ASnumber . $suffix . "\"/>\n";
        print OUT "</AS>\n";
-       # Saving my current number to return it to my father
+       # Saving my current number to return it to my father
        my $toReturn = $ASnumber;
        $ASnumber++;
        if ($currDepth<$height)
        my $toReturn = $ASnumber;
        $ASnumber++;
        if ($currDepth<$height)
@@ -167,7 +167,7 @@ sub DF_creation {
                        print OUT "<cluster id=\"". $prefix . "cluster_" . $toReturn . $i . $suffix . "\" prefix=\"" . $prefix . "c_" . $toReturn. $i . "-\" suffix=\"" . $suffix . "\" radical=\""
                                . $radical . "\" power=\"" . $power . "\" bw=\"" . $bw . "\" lat=\"" . $lat . "\" bb_bw=\"" . $bb_bw . "\" bb_lat=\"" . $bb_lat . "\"/>\n";     
                        }       
                        print OUT "<cluster id=\"". $prefix . "cluster_" . $toReturn . $i . $suffix . "\" prefix=\"" . $prefix . "c_" . $toReturn. $i . "-\" suffix=\"" . $suffix . "\" radical=\""
                                . $radical . "\" power=\"" . $power . "\" bw=\"" . $bw . "\" lat=\"" . $lat . "\" bb_bw=\"" . $bb_bw . "\" bb_lat=\"" . $bb_lat . "\"/>\n";     
                        }       
-               # Creating links to clusters 
+               # Creating links to clusters
                for(my $i = 1; $i <= $cabinetnodes; $i++) {
                        print OUT "<link id=\"". $prefix . $toReturn . "_" . $i . $suffix . "\" bandwidth=\"" . $links_bw . "\" latency=\"" . $links_lat . "\"/>\n";
                }
                for(my $i = 1; $i <= $cabinetnodes; $i++) {
                        print OUT "<link id=\"". $prefix . $toReturn . "_" . $i . $suffix . "\" bandwidth=\"" . $links_bw . "\" latency=\"" . $links_lat . "\"/>\n";
                }
@@ -176,7 +176,7 @@ sub DF_creation {
                # curr backbone creation 
                print OUT "<link id=\"". $prefix . "bb_" . $toReturn . $suffix . "\" bandwidth=\"" . $bb_bw . "\" latency=\"" . $bb_lat . "\"/>\n";
        
                # curr backbone creation 
                print OUT "<link id=\"". $prefix . "bb_" . $toReturn . $suffix . "\" bandwidth=\"" . $bb_bw . "\" latency=\"" . $bb_lat . "\"/>\n";
        
-               # I must create routes between clusters now 
+               # I must create routes between clusters now
                for (my $i =1; $i<=$cabinetnodes ; $i++)
                        {
                                        for (my $j =$i+1; $j<=$cabinetnodes ; $j++)
                for (my $i =1; $i<=$cabinetnodes ; $i++)
                        {
                                        for (my $j =$i+1; $j<=$cabinetnodes ; $j++)
@@ -199,7 +199,7 @@ sub DF_creation {
                {
                        print OUT  "<ASroute src=\""  . $prefix . "cluster_" . $toReturn . $i . $suffix  . "\"\n";
                        print OUT "     dst=\"" . $prefix . "exitAS_" . $toReturn . $suffix . "\"\n";
                {
                        print OUT  "<ASroute src=\""  . $prefix . "cluster_" . $toReturn . $i . $suffix  . "\"\n";
                        print OUT "     dst=\"" . $prefix . "exitAS_" . $toReturn . $suffix . "\"\n";
-                       # SAME HERE !!
+                       # SAME HERE !!
                        print OUT "     gw_src=\"" . $prefix . "c_" . $toReturn. $i . "-" . $prefix . "cluster_" . $toReturn . $i . $suffix . "_router" . $suffix  ."\"\n";
                        print OUT "     gw_dst=\"" . $prefix . "router_" . $toReturn . $suffix . "\"\n";
                        print OUT "     symmetrical=\"YES\">\n";                                                
                        print OUT "     gw_src=\"" . $prefix . "c_" . $toReturn. $i . "-" . $prefix . "cluster_" . $toReturn . $i . $suffix . "_router" . $suffix  ."\"\n";
                        print OUT "     gw_dst=\"" . $prefix . "router_" . $toReturn . $suffix . "\"\n";
                        print OUT "     symmetrical=\"YES\">\n";                                                
@@ -208,7 +208,7 @@ sub DF_creation {
                        print OUT "</ASroute>\n";                       
                }
                print OUT "</AS>\n";
                        print OUT "</ASroute>\n";                       
                }
                print OUT "</AS>\n";
-       # Should be done with it...
+       # Should be done with it...
        return $toReturn;
        }
 
        return $toReturn;
        }
 
index ef5b916..b7903c1 100644 (file)
@@ -516,5 +516,5 @@ XBT_PUBLIC(void) xbt_backtrace_display(xbt_ex_t * e);
 
 SG_END_DECL()
 
 
 SG_END_DECL()
 
-/** @} */
+/** @} */
 #endif                          /* __XBT_EX_H__ */
 #endif                          /* __XBT_EX_H__ */
index 50be43f..a7a17e7 100644 (file)
@@ -49,7 +49,7 @@ XBT_PUBLIC(char *) xbt_str_diff(const char *a, const char *b);
 
 XBT_PUBLIC(char *) xbt_str_from_file(FILE * file);
 
 
 XBT_PUBLIC(char *) xbt_str_from_file(FILE * file);
 
-/** @brief Classical alias to (char*)
+/** @brief Classical alias to (char*)
  *
  * This of almost no use, beside cosmetics and the XBT datadesc parsing macro (see \ref XBT_dd_auto).
  */
  *
  * This of almost no use, beside cosmetics and the XBT datadesc parsing macro (see \ref XBT_dd_auto).
  */
index 16d8f0b..0b13f26 100644 (file)
@@ -327,7 +327,7 @@ void generate_makefile_local(const char *project)
           "\t$(CC) $(INCLUDES) $(DEFS) $(CFLAGS) -c -o $@ $<\n" "\n");
 
   fprintf(OUT,
           "\t$(CC) $(INCLUDES) $(DEFS) $(CFLAGS) -c -o $@ $<\n" "\n");
 
   fprintf(OUT,
-          "## Rules for tarballs and cleaning\n"
+          "## Rules for tarballs and cleaning\n"
           "DIST_FILES= $(EXTRA_DIST) $(GENERATED_C_FILES) $(PRECIOUS_C_FILES) "
           MAKEFILE_FILENAME_LOCAL " " /*MAKEFILE_FILENAME_REMOTE */ "\n"
           "distdir: $(DIST_FILES)\n" "\trm -rf $(DISTDIR)\n"
           "DIST_FILES= $(EXTRA_DIST) $(GENERATED_C_FILES) $(PRECIOUS_C_FILES) "
           MAKEFILE_FILENAME_LOCAL " " /*MAKEFILE_FILENAME_REMOTE */ "\n"
           "distdir: $(DIST_FILES)\n" "\trm -rf $(DISTDIR)\n"
index c00fb85..f689fe6 100644 (file)
@@ -54,8 +54,8 @@ size_t MSG_file_write(const char* storage, const void* ptr, size_t size, size_t
  *      r      Open text file for reading.  The stream is positioned at the beginning of the file.
  *      r+     Open for reading and writing.  The stream is positioned at the beginning of the file.
  *      w      Truncate file to zero length or create text file for writing.  The stream is positioned at the beginning of the file.
  *      r      Open text file for reading.  The stream is positioned at the beginning of the file.
  *      r+     Open for reading and writing.  The stream is positioned at the beginning of the file.
  *      w      Truncate file to zero length or create text file for writing.  The stream is positioned at the beginning of the file.
- *      w+     Open for reading and writing.  The file is created if it does not exist, otherwise it is truncated.  The stream is positioned at the begin‐
- *             ning of the file.
+ *      w+     Open for reading and writing.  The file is created if it does not exist, otherwise it is truncated.  The stream is positioned at the
+ *             beginning of the file.
  *      a      Open for appending (writing at end of file).  The file is created if it does not exist.  The stream is positioned at the end of the file.
  *      a+     Open for reading and appending (writing at end of file).  The file is created if it does not exist.  The initial file position for  reading
  *             is at the beginning of the file, but output is always appended to the end of the file.
  *      a      Open for appending (writing at end of file).  The file is created if it does not exist.  The stream is positioned at the end of the file.
  *      a+     Open for reading and appending (writing at end of file).  The file is created if it does not exist.  The initial file position for  reading
  *             is at the beginning of the file, but output is always appended to the end of the file.
index 1f15df9..829da19 100644 (file)
@@ -254,7 +254,7 @@ double SD_workstation_get_computation_time(SD_workstation_t workstation,
 }
 
 /**
 }
 
 /**
- * \brief Returns the latency of the route between two workstations, i.e. the sum of all link latencies
+ * \brief Returns the latency of the route between two workstations, i.e. the sum of all link latencies
  * between the workstations.
  *
  * \param src the first workstation
  * between the workstations.
  *
  * \param src the first workstation
@@ -283,7 +283,7 @@ double SD_route_get_current_latency(SD_workstation_t src,
 }
 
 /**
 }
 
 /**
- * \brief Returns the bandwidth of the route between two workstations, i.e. the minimum link bandwidth of all
+ * \brief Returns the bandwidth of the route between two workstations, i.e. the minimum link bandwidth of all
  * between the workstations.
  *
  * \param src the first workstation
  * between the workstations.
  *
  * \param src the first workstation
index 240a974..fdf9f5f 100644 (file)
@@ -172,7 +172,7 @@ void xbt_graph_free_graph(xbt_graph_t g,
 }
 
 
 }
 
 
-/** @brief remove the given node from the given graph */
+/** @brief remove the given node from the given graph */
 void xbt_graph_free_node(xbt_graph_t g, xbt_node_t n,
                          void_f_pvoid_t node_free_function,
                          void_f_pvoid_t edge_free_function)
 void xbt_graph_free_node(xbt_graph_t g, xbt_node_t n,
                          void_f_pvoid_t node_free_function,
                          void_f_pvoid_t edge_free_function)
@@ -210,7 +210,7 @@ void xbt_graph_free_node(xbt_graph_t g, xbt_node_t n,
   return;
 }
 
   return;
 }
 
-/** @brief remove the given edge from the given graph */
+/** @brief remove the given edge from the given graph */
 void xbt_graph_free_edge(xbt_graph_t g, xbt_edge_t e,
                          void_f_pvoid_t free_function)
 {
 void xbt_graph_free_edge(xbt_graph_t g, xbt_edge_t e,
                          void_f_pvoid_t free_function)
 {
index 89eadf1..58941b7 100644 (file)
@@ -138,7 +138,7 @@ void xbt_matrix_copy_values(xbt_matrix_t dst, xbt_matrix_t src,
 
 }
 
 
 }
 
-/** \brief Creates a new matrix of double filled with zeros */
+/** \brief Creates a new matrix of double filled with zeros */
 xbt_matrix_t xbt_matrix_double_new_zeros(int lines, int rows)
 {
   xbt_matrix_t res = xbt_matrix_new(lines, rows, sizeof(double), NULL);
 xbt_matrix_t xbt_matrix_double_new_zeros(int lines, int rows)
 {
   xbt_matrix_t res = xbt_matrix_new(lines, rows, sizeof(double), NULL);
@@ -147,7 +147,7 @@ xbt_matrix_t xbt_matrix_double_new_zeros(int lines, int rows)
   return res;
 }
 
   return res;
 }
 
-/** \brief Creates a new matrix of double being the identity matrix */
+/** \brief Creates a new matrix of double being the identity matrix */
 xbt_matrix_t xbt_matrix_double_new_id(int lines, int rows)
 {
   xbt_matrix_t res = xbt_matrix_double_new_zeros(lines, rows);
 xbt_matrix_t xbt_matrix_double_new_id(int lines, int rows)
 {
   xbt_matrix_t res = xbt_matrix_double_new_zeros(lines, rows);
@@ -158,7 +158,7 @@ xbt_matrix_t xbt_matrix_double_new_id(int lines, int rows)
   return res;
 }
 
   return res;
 }
 
-/** \brief Creates a new matrix of double randomly filled */
+/** \brief Creates a new matrix of double randomly filled */
 xbt_matrix_t xbt_matrix_double_new_rand(int lines, int rows)
 {
   xbt_matrix_t res = xbt_matrix_new(lines, rows, sizeof(double), NULL);
 xbt_matrix_t xbt_matrix_double_new_rand(int lines, int rows)
 {
   xbt_matrix_t res = xbt_matrix_new(lines, rows, sizeof(double), NULL);
@@ -170,7 +170,7 @@ xbt_matrix_t xbt_matrix_double_new_rand(int lines, int rows)
   return res;
 }
 
   return res;
 }
 
-/** \brief Creates a new matrix of double containing the sequence of numbers in order */
+/** \brief Creates a new matrix of double containing the sequence of numbers in order */
 xbt_matrix_t xbt_matrix_double_new_seq(int lines, int rows)
 {
   xbt_matrix_t res = xbt_matrix_new(lines, rows, sizeof(double), NULL);
 xbt_matrix_t xbt_matrix_double_new_seq(int lines, int rows)
 {
   xbt_matrix_t res = xbt_matrix_new(lines, rows, sizeof(double), NULL);
@@ -182,7 +182,7 @@ xbt_matrix_t xbt_matrix_double_new_seq(int lines, int rows)
   return res;
 }
 
   return res;
 }
 
-/** \brief Checks whether the matrix contains the sequence of numbers */
+/** \brief Checks whether the matrix contains the sequence of numbers */
 int xbt_matrix_double_is_seq(xbt_matrix_t mat)
 {
   int i;
 int xbt_matrix_double_is_seq(xbt_matrix_t mat)
 {
   int i;
index 87c087a..4642ef3 100644 (file)
@@ -371,7 +371,7 @@ void generate_makefile_local(char *project, char *deployment)
           "\t$(CC) $(INCLUDES) $(DEFS) $(CFLAGS) -c -o $@ $<\n" "\n");
 
   fprintf(FICOUT,
           "\t$(CC) $(INCLUDES) $(DEFS) $(CFLAGS) -c -o $@ $<\n" "\n");
 
   fprintf(FICOUT,
-          "## Rules for tarballs and cleaning\n"
+          "## Rules for tarballs and cleaning\n"
           "DIST_FILES= $(EXTRA_DIST) $(GENERATED_C_FILES) $(PRECIOUS_C_FILES) "
           MAKEFILE_FILENAME_LOCAL " " /*MAKEFILE_FILENAME_REMOTE */ "\n"
           "distdir: $(DIST_FILES)\n" "\trm -rf $(DISTDIR)\n"
           "DIST_FILES= $(EXTRA_DIST) $(GENERATED_C_FILES) $(PRECIOUS_C_FILES) "
           MAKEFILE_FILENAME_LOCAL " " /*MAKEFILE_FILENAME_REMOTE */ "\n"
           "distdir: $(DIST_FILES)\n" "\trm -rf $(DISTDIR)\n"
index 1c62859..0aa5faf 100755 (executable)
@@ -240,7 +240,7 @@ EOF
           last if /SGU: BEGIN SUITES DECLARATION/;
        }
        
           last if /SGU: BEGIN SUITES DECLARATION/;
        }
        
-       ### Done with prototypes. And now, the actual code
+       ### Done with prototypes. And now, the actual code
        
        # search my prototype
        while (<IN>) {
        
        # search my prototype
        while (<IN>) {