Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix another race in log initializations.
[simgrid.git] / src / smpi / smpicc.in
index f0f7128..7a77cba 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-CC="gcc"
+CC=@CMAKE_C_COMPILER@
 CFLAGS="-O2 -Dmain=smpi_simulated_main"
 
 #FIXME: probably only want the last two pairs after 'make install'