Salome HOME
Add command_salome job type.
[modules/jobmanager.git] / src / genericgui / BL_CreateJobWizard.hxx
index 84f8960397e2b9f6febbe5bee6b1c187a1cea516..2a40c369b12a576e9f2bb0256be640a2c13f8499 100644 (file)
@@ -72,7 +72,7 @@ namespace BL {
     public:
       // Results
       std::string job_name;
-      enum {YACS, COMMAND, PYTHON_SALOME} job_type;
+      enum {YACS, COMMAND, PYTHON_SALOME, COMMAND_SALOME} job_type;
 
       std::string yacs_file;
       std::string command;
@@ -90,6 +90,7 @@ namespace BL {
       long mem_limit;
       BL::Job::MemReqType mem_req_type;
       int nb_proc;
+      int nb_node;
       bool exclusive;
 
       // Parameters for COORM
@@ -102,6 +103,7 @@ namespace BL {
 
       std::string resource_choosed;
       std::string batch_queue;
+      std::string batch_partition;
       std::string wckey;
       std::string extra_params;
 
@@ -138,6 +140,7 @@ namespace BL {
     public slots:
       void yacs_schema_button(bool checked);
       void command_button(bool checked);
+      void command_salome_button(bool checked);
       void python_salome_button(bool checked);
 
     private: