From 153a8daf8c63cdc6490be9bc31cac1039ac92e9f Mon Sep 17 00:00:00 2001 From: degomme Date: Tue, 26 Apr 2016 01:44:17 +0200 Subject: [PATCH] typo made alias non functional --- src/simgrid/sg_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index 312d7ebe40..cb1cdc9d31 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -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_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"); -- 2.20.1