Salome HOME
Copyright update 2021
[tools/libbatch.git] / src / OAR / BatchManager_OAR.cxx
index 03e74bcf91c7ae296c5c84f96295a42048de2fda..d46b314da12c978a5469a0e9465c3416a9243140 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020  INRIA
+// Copyright (C) 2012-2021  INRIA
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -157,6 +157,7 @@ namespace Batch
             mem = params[MAXRAMSIZE];
     if (params.find(QUEUE) != params.end())
             queue = params[QUEUE].str();
+    LIBBATCH_UNUSED(mem);
 
     string::size_type p1 = fileToExecute.find_last_of("/");
     string::size_type p2 = fileToExecute.find_last_of(".");