X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCore%2FBatch_FactBatchManager_eClient.hxx;h=5c905c329d4e238ce6aff5692847c53fcee06eb2;hb=b8e649cf4e8c4bd377f9dd16941926366e2dc6e7;hp=9713f68c4813fddaa856dd1debca8c976ade7dab;hpb=fb9ee0e70d5174fd32977e1a306205aaf7088443;p=tools%2Flibbatch.git diff --git a/src/Core/Batch_FactBatchManager_eClient.hxx b/src/Core/Batch_FactBatchManager_eClient.hxx index 9713f68..5c905c3 100644 --- a/src/Core/Batch_FactBatchManager_eClient.hxx +++ b/src/Core/Batch_FactBatchManager_eClient.hxx @@ -50,8 +50,8 @@ namespace Batch { virtual Batch::BatchManager_eClient * operator() (const char * hostname, const char * username, CommunicationProtocolType protocolType, - const char * mpi, - int nb_proc_per_node = 1) const = 0; + const char * mpi = "nompi", + int nb_proc_per_node = 1) const = 0; protected: