SLURM API Reference

SLURM API Refence

cancel:

API Description

int slurm_kill_job (uint32_t job_id, uint16_t signal, uint16_t flags)

 

int slurm_kill_job_step (uint32_t job_id, uint32_t step_id, uint16_t signal)

 

int slurm_kill_job2(const char *job_id, uint16_t signal, uint16_t batch_flag)

batch_flag并没有用 

allocate:

API Description

int slurm_allocate_resources (job_desc_msg_t *req, resource_allocation_response_msg_t **resp)

 

resource_allocation_response_msg_t * slurm_allocate_resources_blocking (const job_desc_msg_t *user_req, time_t timeout, void(*pending_callback)(uint32_t job_id))

 

int slurm_job_will_run (job_desc_msg_t *req)

 

int slurm_job_step_create (job_step_create_request_msg_t *req, job_step_create_response_msg_t **resp)

 

int slurm_allocation_lookup(uint32_t jobid,  job_alloc_info_response_msg_t **info)

 

int slurm_allocation_lookup_lite(uint32_t jobid, resource_allocation_response_msg_t **info)

只查看资源分配 

int slurm_sbcast_lookup(uint32_t jobid, job_sbcast_cred_msg_t **info)

 

char *slurm_read_hostfile(char *filename, int n)

 helper function
时间: 2024-10-20 23:41:57

SLURM API Reference的相关文章

angular API Reference

https://code.angularjs.org/1.1.0/docs/#!/api angular API Reference,布布扣,bubuko.com

Chrome-Console( Command Line API Reference)

来源于:https://developers.google.com/web/tools/chrome-devtools/console/command-line-reference The Command Line API contains a collection of convenience functions for performing common tasks: selecting and inspecting DOM elements, displaying data in read

WebSocket API Reference

订阅 KLine 数据 market.$symbol.kline.$period 成功建立和 WebSocket API 的连接之后,向 Server 发送如下格式的数据来订阅数据: { "sub": "market.$symbol.kline.$period", "id": "id generate by client" } 参数名称 是否必须 类型 描述 默认值 取值范围 symbol true string 交易对  

SLURM RPC Reference

一, controller端: controller在启动过程中,会专门创建一个线程:slurmctld_rpc_mgr,来处理RPC请求, slurmctld_rpc_mgr调用_service_connection,进而调用RPC处理主函数slurmctld_req. RPC的type和action如下: TYPE ACTION DESCRIPTION REQUEST_RESOURCE_ALLOCATION _slurm_rpc_allocate_resources   REQUEST_BU

ASP.NET Web Pages (Razor) API Quick Reference

By Tom FitzMacken|February 10, 2014 Print This page contains a list with brief examples of the most commonly used objects, properties, and methods for programming ASP.NET Web Pages with Razor syntax. Descriptions marked with "(v2)" were introduc

深入浅出Zabbix 3.0 -- 第十五章 Zabbix 协议与API

今天是六.一儿童节,祝小朋友们节日快乐!发完此文就带我家小朋友出去玩耍了. 第十五章 Zabbix 协议与API 本章将介绍和开发相关的Zabbix协议和API的内容,通过对Zabbix协议和API的深入了解,你可以利用Zabbix协议编写客户端程序并将其嵌入的产品或系统中,并将数据发送到Zabbix server,这在无法安装Zabbixagent等程序的场景(例如专用的嵌入式系统)中非常有用.你也可以利用Zabbix API开发自己的业务系统,或灵活的与现有系统整合集成. 15.1 Zabb

Pandas Api 不完全翻译

原文地址 http://pandas.pydata.org/pandas-docs/stable/api.html API Reference Input/Output Pickling read_pickle(path) Load pickled pandas object (or any other pickled object) from the specified Flat File read_table(filepath_or_buffer[, sep, ...]) Read gene

ArcGIS API for JavaScript 4.2学习笔记[5] 官方API大章节概述与内容转译

内容如上,截图自ESRI官网,连接:ArcGIS API for JavaScript 4.2 [Get Started] 类似于绪论一样的东西,抽取了最需要关注的几个例子.如:加载Map和View,加载layers,使用弹出窗口,视觉化,与使用窗口小部件.(wtf居然没有分析你想搞事情啊web除了展示难道不应该有()&&*--@) [Mapping and Views] (点击进入我写的章节详细介绍) 最基础的,知道地图和视图的区别,能使用2D和3D地图,对地图的布局有一定的了解,对地图

ArcGIS API for JavaScript 4.2学习笔记[1] 显示地图

ArcGIS API for JavaScript 4.2直接从官网的Sample中学习,API Reference也是从官网翻译理解过来,鉴于网上截稿前还没有人发布过4.2的学习笔记,我就试试吧. 什么是ArcGIS API for JS?这里就不多介绍了,最关键的一点是4.x版本与3.x版本的变化,按官方的意思是重新写了底层. 笔记中规定: ArcGIS API for JavaScript简称AJS 使用CDN(即不配置本地环境)进行测试开发 其余根据需要进行修改.增删. 要将地图显示在h