|
BmnRoot
|
#include <batch_command.h>
Public Member Functions | |
| batch_commands () | |
| batch_commands (string str_scheduler_run_job, string str_array_dependency_option, string str_job_dependency_option, string str_sheduler_priority_option, string str_sheduler_queue_option, string str_sheduler_qos_option, string str_sheduler_workdir_option, string str_operative_memory1_option, string str_sheduler_hosts_option, string str_sheduler_exclude_hosts_option, char c_sheduler_hosts_separation, string str_set_job_variables, string str_check_status_command, string str_run_command, string str_container_run_command, string str_batch_temp_directory, string str_batch_task_id, string str_job_begin) | |
Public Attributes | |
| string | scheduler_run_job |
| string | array_dependency_option |
| string | job_dependency_option |
| string | sheduler_priority_option |
| string | sheduler_queue_option |
| string | sheduler_qos_option |
| string | sheduler_workdir_option |
| string | operative_memory1_option |
| string | sheduler_hosts_option |
| string | sheduler_exclude_hosts_option |
| char | sheduler_hosts_separation |
| string | set_job_variables |
| string | check_status_command |
| string | run_command |
| string | container_run_command |
| string | batch_temp_directory |
| string | batch_task_id |
| string | job_begin |
Definition at line 6 of file batch_command.h.
|
inline |
Definition at line 18 of file batch_command.h.
|
inline |
Definition at line 38 of file batch_command.h.
| string batch_commands::array_dependency_option |
Definition at line 9 of file batch_command.h.
Referenced by main().
| string batch_commands::batch_task_id |
Definition at line 16 of file batch_command.h.
Referenced by main().
| string batch_commands::batch_temp_directory |
Definition at line 16 of file batch_command.h.
Referenced by ParseMacroFiles().
| string batch_commands::check_status_command |
Definition at line 15 of file batch_command.h.
Referenced by main().
| string batch_commands::container_run_command |
Definition at line 15 of file batch_command.h.
Referenced by main().
| string batch_commands::job_begin |
Definition at line 17 of file batch_command.h.
Referenced by main().
| string batch_commands::job_dependency_option |
Definition at line 9 of file batch_command.h.
Referenced by main().
| string batch_commands::operative_memory1_option |
Definition at line 11 of file batch_command.h.
Referenced by main().
| string batch_commands::run_command |
Definition at line 15 of file batch_command.h.
Referenced by main(), and ParseMacroFiles().
| string batch_commands::scheduler_run_job |
Definition at line 8 of file batch_command.h.
Referenced by main().
| string batch_commands::set_job_variables |
Definition at line 15 of file batch_command.h.
Referenced by main().
| string batch_commands::sheduler_exclude_hosts_option |
Definition at line 13 of file batch_command.h.
Referenced by main().
| string batch_commands::sheduler_hosts_option |
Definition at line 12 of file batch_command.h.
Referenced by main().
| char batch_commands::sheduler_hosts_separation |
Definition at line 14 of file batch_command.h.
Referenced by main().
| string batch_commands::sheduler_priority_option |
Definition at line 10 of file batch_command.h.
Referenced by main().
| string batch_commands::sheduler_qos_option |
Definition at line 10 of file batch_command.h.
Referenced by main().
| string batch_commands::sheduler_queue_option |
Definition at line 10 of file batch_command.h.
Referenced by main().
| string batch_commands::sheduler_workdir_option |
Definition at line 10 of file batch_command.h.
Referenced by main().