Salome HOME
Successful first launch of scheme on cluster.
[modules/yacs.git] / src / evalyfx_swig / evalyfx.i
index aceff91ae4284416678385f960a19843afe5f06e..3c2c12e4aa25ce5902e3384cc7f07fdf1d1665be 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();