cctools
Deprecated List
Global chirp_reli_chown (const char *host, const char *path, INT64_T uid, INT64_T gid, time_t stoptime)
Note that the current Chirp file server does not make use of the Unix owner field, see chirp_reli_setacl instead.
Global chirp_reli_fchown (struct chirp_file *file, INT64_T uid, INT64_T gid, time_t stoptime)
Note that the current Chirp file server does not make use of the Unix owner field, see chirp_reli_setacl instead.
Global chirp_reli_lchown (const char *host, const char *path, INT64_T uid, INT64_T gid, time_t stoptime)
Note that the current Chirp file server does not make use of the Unix owner field, see chirp_reli_setacl instead.
Global nvpair_create ()
{
Global work_queue_specify_estimate_capacity_on (struct work_queue *q, int estimate_capacity_on)
This feature is always enabled.
Global work_queue_specify_manager_mode (struct work_queue *q, int mode)
Enabled automatically when work_queue_specify_name is used.
Global work_queue_stats::avg_capacity
Use capacity_cores instead.
Global work_queue_stats::capacity
Use capacity_cores.
Global work_queue_stats::committed_gpus
: broken.
Global work_queue_stats::efficiency
. broken.
Global work_queue_stats::idle_percentage
.
Global work_queue_stats::max_gpus
: broken.
Global work_queue_stats::min_gpus
: broken.
Global work_queue_stats::port
Use work_queue_port Port of the queue.
Global work_queue_stats::priority
Not used.
Global work_queue_stats::start_time
Use time_when_started.
Global work_queue_stats::tasks_complete
Use tasks_with_results.
Global work_queue_stats::total_bytes_received
Use bytes_received.
Global work_queue_stats::total_bytes_sent
Use bytes_sent.
Global work_queue_stats::total_execute_time
Use time_workers_execute.
Global work_queue_stats::total_exhausted_attempts
Use tasks_exhausted_attempts instead.
Global work_queue_stats::total_exhausted_execute_time
Use time_workers_execute_exhaustion.
Global work_queue_stats::total_good_execute_time
Use time_workers_execute_good.
Global work_queue_stats::total_good_transfer_time
Use time_send_good + time_receive_good.
Global work_queue_stats::total_gpus
: broken.
Global work_queue_stats::total_receive_time
Use time_receive.
Global work_queue_stats::total_send_time
Use time_send.
Global work_queue_stats::total_tasks_cancelled
Use tasks_cancelled instead.
Global work_queue_stats::total_tasks_complete
Use tasks_done instead.
Global work_queue_stats::total_tasks_dispatched
Use tasks_dispatched instead.
Global work_queue_stats::total_tasks_failed
Use tasks_failed instead.
Global work_queue_stats::total_worker_slots
Use tasks_running instead.
Global work_queue_stats::total_workers_connected
Use workers_connected instead.
Global work_queue_stats::total_workers_fast_aborted
Use workers_fast_aborted instead.
Global work_queue_stats::total_workers_idled_out
Use workers_idled_out instead.
Global work_queue_stats::total_workers_joined
Use workers_joined instead.
Global work_queue_stats::total_workers_lost
Use workers_lost instead.
Global work_queue_stats::total_workers_removed
Use workers_removed instead.
Global work_queue_stats::workers_blacklisted
Use workers_blocked instead.
Global work_queue_stats::workers_full
Use workers_busy insead.
Global work_queue_stats::workers_ready
Use workers_idle instead.
Global work_queue_task::cmd_execution_time
Use time_workers_execute_last instead.
Global work_queue_task::time_app_delay
The time spent in upper-level application (outside of work_queue_wait).
Global work_queue_task::time_committed
Use time_when_commit_start.
Global work_queue_task::time_execute_cmd_finish
Use time_when_retrieval instead.
Global work_queue_task::time_execute_cmd_start
Use time_when_commit_end instead.
Global work_queue_task::time_receive_output_finish
Use time_when_done instead.
Global work_queue_task::time_receive_output_start
Use time_when_retrieval.
Global work_queue_task::time_receive_result_finish
Use time_when_done instead.
Global work_queue_task::time_receive_result_start
Use time_when_retrieval instead.
Global work_queue_task::time_send_input_finish
Use time_when_commit_end.
Global work_queue_task::time_send_input_start
Use time_when_commit_start.
Global work_queue_task::time_task_finish
Use time_when_done.
Global work_queue_task::time_task_submit
Use time_when_submitted.
Global work_queue_task::total_bytes_received
Use bytes_received instead.
Global work_queue_task::total_bytes_sent
Use bytes_sent instead.
Global work_queue_task::total_bytes_transferred
Use bytes_transferred instead.
Global work_queue_task::total_cmd_execution_time
Use time_workers_execute_all instead.
Global work_queue_task::total_cmd_exhausted_execute_time
Use time_workers_execute_exhaustion instead.
Global work_queue_task::total_time_until_worker_failure
Use time_workers_execute_failure instead.
Global work_queue_task::total_transfer_time
Use (time_when_commit_end - time_when_commit_start) + (time_when_done - time_when_retrieval).
Global work_queue_task_specify_input_buf (struct work_queue_task *t, const char *buf, int length, const char *rname)
Use work_queue_task_specify_buffer instead.
Global work_queue_task_specify_input_file (struct work_queue_task *t, const char *fname, const char *rname)
See work_queue_task_specify_file instead.
Global work_queue_task_specify_input_file_do_not_cache (struct work_queue_task *t, const char *fname, const char *rname)
See work_queue_task_specify_file instead.
Global work_queue_task_specify_output_file (struct work_queue_task *t, const char *rname, const char *fname)
See work_queue_task_specify_file instead.
Global work_queue_task_specify_output_file_do_not_cache (struct work_queue_task *t, const char *rname, const char *fname)
See work_queue_task_specify_file instead.