X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FOAR%2FBatchManager_OAR.cxx;h=d46b314da12c978a5469a0e9465c3416a9243140;hb=b4e59846fd2eaf893548f182645e7162da4ad731;hp=03e74bcf91c7ae296c5c84f96295a42048de2fda;hpb=097bd648ec2df94785a541abd330a96e4b016cbd;p=tools%2Flibbatch.git diff --git a/src/OAR/BatchManager_OAR.cxx b/src/OAR/BatchManager_OAR.cxx index 03e74bc..d46b314 100644 --- a/src/OAR/BatchManager_OAR.cxx +++ b/src/OAR/BatchManager_OAR.cxx @@ -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(".");