node-osg:节点 OSG 客户端

时间:2024-06-25 22:54:06
【文件属性】:

文件名称:node-osg:节点 OSG 客户端

文件大小:2.38MB

文件格式:ZIP

更新时间:2024-06-25 22:54:06

JavaScript

节点osg 在 nodejs 中打开科学网格客户端。 它主要是 htcondor 的包装器,通过提供提交到 Open Science Grid 的作业经常使用的功能,可以更轻松地在 OSG 环境中提交/监控作业。 由于这是一个节点客户端,节点可执行文件将自动发送到远程集群,但您可以在工作节点上运行非 JavaScript 代码。 您可以使用 node-osg 作为提交/动态工作流管理工具。 安装 npm install node-osg 提交作业并监控事件 var osg = require('osg'); var fs = require('fs'); var path = require('path'); var workflow = new osg.Workflow(); var job = workflow.submit({ executable: 'job.sh'


【文件预览】:
node-osg-master
----.gitignore(32B)
----README.md(4KB)
----test()
--------mocha.opts(16B)
--------basic.js(3KB)
----LICENSE(1KB)
----package.json(701B)
----index.js(35KB)
----sample()
--------simple()
--------wordcount()
--------history.js(587B)
--------time.js(129B)
--------test.sh(37B)
--------limit()
--------griduniv()
--------nt.100.fasta(33KB)
--------btsync()

网友评论