Salome HOME
[EDF30062] : Forward of current directory mecanism
[modules/kernel.git] / src / MPIContainer / launch_testMPI2.csh
index af8c563e8364945c9c222be60081ec981d83a675..626d9e4afa8f2975b79e98192101a6207851fd8d 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/csh -f
 
-# Copyright (C) 2011-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2011-2024  CEA, EDF, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -19,7 +19,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-# debug mode display informations about communication
+# debug mode display information about communication
 if $1 == "--debug" then
   set debug="-debug"
 else