Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo made alias non functional
authordegomme <augustin.degomme@unibas.ch>
Mon, 25 Apr 2016 23:44:17 +0000 (01:44 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Mon, 25 Apr 2016 23:44:17 +0000 (01:44 +0200)
src/simgrid/sg_config.cpp

index 312d7eb..cb1cdc9 100644 (file)
@@ -637,7 +637,7 @@ void sg_config_init(int *argc, char **argv)
 
     xbt_cfg_register_int("smpi/async-small-thresh", 0, NULL,
         "Maximal size of messages that are to be sent asynchronously, without waiting for the receiver");
 
     xbt_cfg_register_int("smpi/async-small-thresh", 0, NULL,
         "Maximal size of messages that are to be sent asynchronously, without waiting for the receiver");
-    xbt_cfg_register_alias("smpi/async-small-thresh","smpi/async_small_thres");
+    xbt_cfg_register_alias("smpi/async-small-thresh","smpi/async_small_thresh");
 
     xbt_cfg_register_int("smpi/send-is-detached-thresh", 65536, NULL,
         "Threshold of message size where MPI_Send stops behaving like MPI_Isend and becomes MPI_Ssend");
 
     xbt_cfg_register_int("smpi/send-is-detached-thresh", 65536, NULL,
         "Threshold of message size where MPI_Send stops behaving like MPI_Isend and becomes MPI_Ssend");