node-htcondor:htcondor CLI的nodejs钩子

时间:2024-05-27 01:31:42
【文件属性】:

文件名称:node-htcondor:htcondor CLI的nodejs钩子

文件大小:15KB

文件格式:ZIP

更新时间:2024-05-27 01:31:42

JavaScript

node-htcondor包含用于htcondor的各种nodejs挂钩。 安装: npm install htcondor 提交工作 您可以提交一份秃鹰作业,并注意作业日志。 var htcondor = require ( 'htcondor' ) ; //create condor submit object var submit_options = { universe : "vanilla" , executable : "test.sh" , arguments : "hello" , notification : "never" , //transfer_output_files: 'bogus', requirements : '(Arch == "INTEL") || (Arch == "X86_64") && (ma


【文件预览】:
node-htcondor-master
----.gitignore(113B)
----README.md(8KB)
----test()
--------basic.js(4KB)
----LICENSE(1KB)
----package.json(672B)
----adparser.js(2KB)
----index.js(19KB)
----sample()
--------q.js(1KB)
--------test.sh(88B)
--------stderr.txt(0B)
--------submit_and_die.js(861B)
--------submit.js(2KB)
--------dumpconfig.js(196B)
--------eventlog.js(216B)
--------bosco_test.js(397B)

网友评论