Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oops
authordegomme <augustin.degomme@unibas.ch>
Tue, 19 Jan 2016 17:15:31 +0000 (18:15 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 19 Jan 2016 17:15:31 +0000 (18:15 +0100)
src/smpi/smpi_bench.c

index dbf0672..4b45471 100644 (file)
@@ -648,7 +648,7 @@ void smpi_initialize_global_memory_segments(){
 
 #ifndef HAVE_PRIVATIZATION
   smpi_privatize_global_variables=0;
-  xbt_die("You are trying to use privatization on a system that does not support it. Don't.'")
+  xbt_die("You are trying to use privatization on a system that does not support it. Don't.");
   return;
 #else