Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Commit broken files which were wrongly moved; right move in the next commit
[simgrid.git] / src / smpi / sample / compute2.c
index d9eb780..153e1ba 100644 (file)
@@ -5,7 +5,7 @@ int main(int argc, char *argv[]) {
        double d;
        MPI_Init(&argc, &argv);
        d = 2.0;
-       DO_ONCE {
+       SMPI_DO_ONCE {
                for (i = 0; i < atoi(argv[1]); i++) {
                        if (d < 10000) {
                                d = d*d;