X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSlurm%2FBatchManager_Slurm.cxx;h=8199cb572387b74abec794b4c4ce9c9584266d48;hb=6a2ae54d7e140b859cddc62384dede39643c9767;hp=7c42367782047e303ce77c7299260ffcfee6c212;hpb=7427c48d81c05cff43b6eb0e2313b4cc06e24e28;p=tools%2Flibbatch.git diff --git a/src/Slurm/BatchManager_Slurm.cxx b/src/Slurm/BatchManager_Slurm.cxx index 7c42367..8199cb5 100644 --- a/src/Slurm/BatchManager_Slurm.cxx +++ b/src/Slurm/BatchManager_Slurm.cxx @@ -151,7 +151,7 @@ namespace Batch { else if (params.find(MEMPERCPU) != params.end()) tempOutputFile << "#SBATCH --mem-per-cpu=" << params[MEMPERCPU] << endl; if (params.find(QUEUE) != params.end()) - tempOutputFile << "#SBATCH --partition=" << params[QUEUE] << endl; + tempOutputFile << "#SBATCH --qos=" << params[QUEUE] << endl; if (params.find(WCKEY) != params.end()) tempOutputFile << "#SBATCH --wckey=" << params[WCKEY] << endl; if (params.find(EXTRAPARAMS) != params.end())