Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change spmirun and smpicc to use bash instead of sh and smpi_mpi to use qsort
[simgrid.git] / src / smpi / smpicc.in
index a92f30f..999c1d8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #FIXME: .. paths...
 prefix="@prefix@"
 exec_prefix="@exec_prefix@"
@@ -19,7 +19,7 @@ function modsource {
   TMPSOURCE="${TMPDIR}${SOURCE}"
   cat > ${TMPSOURCE} <<HEADER
 #define SEED ${SEED}
-#include "smpi.h"
+#include "smpi/smpi.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/asserts.h"