Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename option smpi/privatize-global-variables to smpi/privatization
[simgrid.git] / teshsuite / smpi / mpich3-test / runtests
index 1e7ce7c..4bd97a2 100755 (executable)
@@ -422,7 +422,7 @@ sub RunList {
        # skip empty lines
        if ($programname eq "") { next; }
 
-       #if privatization is disabled, and if the test needs it, ignore it
+       # if privatization is disabled, and if the test needs it, ignore it
        if ($needs_privatization == 1 &&
                $enabled_privatization != 1) {
                 SkippedTest($programname, $np, $workdir, "requires SMPI privatization");