Salome HOME
Copyright update 2021
[tools/libbatch.git] / src / Core / BatchManager.hxx
index 9bc9dddf780cc3cbd685c7eeefcdb0fd2aea7873..b737e44694643d1dcdd8e1f8a54dba188e51d6f8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -83,6 +83,7 @@ namespace Batch {
 
     // Get the underlying communication protocol
     const CommunicationProtocol & getProtocol() const;
+    virtual void exportInputFiles(const Job & job);
 
   protected:
     std::string _hostname; // serveur ou tourne le BatchManager
@@ -94,7 +95,6 @@ namespace Batch {
     MpiImpl *_mpiImpl; // Mpi implementation to launch executable in batch script
 
     MpiImpl* FactoryMpiImpl(std::string mpiImpl);
-    virtual void exportInputFiles(const Job & job);
     
     // Preprocessing done on the frontal using "PREPROCESS" parameter as a script.
     // May throw exceptions in case of failure.