Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document the enable_msg build-time flag
[simgrid.git] / src / smpi / internals / smpi_config.cpp
index 2c2a4d2086e3d1984e6e622caefa3f7101f9aba5..7bd5640a187fcafd3333ff55832e774ea030b492 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2008-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -246,7 +246,6 @@ void smpi_init_options(){
   simgrid::config::alias("smpi/privatization", {"smpi/privatize_global_variables", "smpi/privatize-global-variables"});
   simgrid::config::alias("smpi/reduce_scatter", {"smpi/reduce-scatter"});
   _smpi_options_initialized=true;
-
 }
 
 void smpi_check_options()