Salome HOME
Major refactoring in classes Versatile, Parametre and Swig wrappings.
[tools/libbatch.git] / src / LoadLeveler / Test / Test_eLL.cxx
index a3e70d616eecb69fd3ac89e5fcd894cbf9f18a62..80643867d384c16e0f23458bdd14e22ecbd6bdd1 100644 (file)
@@ -104,7 +104,8 @@ int main(int argc, char** argv)
     p[MAXRAMSIZE]    = 50;
     p[HOMEDIR]       = homedir;
     p[QUEUE]         = queue;
-    p[LL_JOBTYPE]       = jobType;
+    p[LL_JOBTYPE]    = jobType;
+    p[EXCLUSIVE]     = false;
     job.setParametre(p);
     // ... and its environment
     Environnement e;