X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCore%2FBatchManager.hxx;fp=src%2FCore%2FBatchManager.hxx;h=79d2fd8d3419239b839cbf8dc38e37c310d51520;hb=22377b724f30dffd5b4cca648703e78e7aad06ae;hp=1746c9c93727505ee866bdf28a7b90ea4cccefcc;hpb=21c2339b12c372c98dc9164a34291f88bb342fdb;p=tools%2Flibbatch.git diff --git a/src/Core/BatchManager.hxx b/src/Core/BatchManager.hxx index 1746c9c..79d2fd8 100644 --- a/src/Core/BatchManager.hxx +++ b/src/Core/BatchManager.hxx @@ -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.