]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/evalyfx_swig/evalyfx.i
Salome HOME
Successful first launch of scheme on cluster.
[modules/yacs.git] / src / evalyfx_swig / evalyfx.i
index 54b5515dd2bb2c99ead50c2b01fbcd53696901e8..62ca9c8ccf3c2bd1ca0280f59277c8b7400d51a7 100644 (file)
@@ -344,10 +344,14 @@ public:
   void setExclusiveness(bool newStatus);
   std::string getRemoteWorkingDir();
   void setRemoteWorkingDir(const std::string& remoteWorkingDir);
+  std::string getLocalWorkingDir();
+  void setLocalWorkingDir(const std::string& localWorkingDir);
   std::string getWCKey() const;
   void setWCKey(const std::string& wcKey);
   unsigned int getNbProcs() const;
   void setNbProcs(unsigned int nbProcs);
+  void setMaxDuration(const std::string& maxDuration);
+  std::string getMaxDuration() const;
   void checkConsistency() const;
 private:
   YACSEvalParamsForCluster();