Salome HOME
Added Windows implementation for local submission based on SSH and PBS emulation...
[tools/libbatch.git] / src / LSF / Batch_BatchManager_eLSF.cxx
index e48690c47da107c228e7dab07eab8d198ed59d2f..14b5a2b3b8a9130c29fdea2e86a7e978b2e8757a 100644 (file)
@@ -277,7 +277,7 @@ namespace Batch {
     }
 
     ofstream tempOutputFile;
-    std::string TmpFileName = createAndOpenTemporaryFile(tempOutputFile);
+    std::string TmpFileName = createAndOpenTemporaryFile("LSF-script", tempOutputFile);
 
     tempOutputFile << "#! /bin/sh -f" << endl ;
     if (queue != "")