# VSWMC Command-Line Interface
Install with pip:
pip install --upgrade vswmc-cli
This will install a `vswmc` command on your system. The `vswmc` command has a few global options:
`-u USER`
SSA Username
`-p PASSWORD`
SSA Password
## List available simulations
vswmc simulations list
This shows the parameters that a run requires.
## Start a run
vswmc run [--param-file PARAM_FILE] [--param PARAM=VALUE ...] -- SIMULATION
This command returns the ID of the new run via stdout. You can use this ID to fetch the log or fetch result files.
OPTIONS
<dl>
<dt><tt>--param-file PARAM_FILE</tt></dt>
<dd>Read parameters from a file.</dd>
<dt><tt>--param PARAM=VALUE ...</tt></dt>
<dd>Set parameters.</dd>
</dl>
Each simulation supports different parameters. To know what parameters you need for a particular simulation, run:
vswmc simulations describe SIMULATION
## List runs
vswmc ps [--simulation SIMULATION] [-a, --all]
OPTIONS
<dl>
<dt><tt>--simulation SIMULATION</tt></dt>
<dd>Filter on simulation.</dd>
<dt><tt>-a, --all</tt></dt>
<dd>List all runs (default shows only ongoing)</dd>
</dl>
## Copy a result file to disk
vswmc cp SRC DST
Downloads a remote result file to local disk. The source should be specified in the format <tt>RUN:FILE</tt>. The <tt>DST</tt> argument can be a local file or directory.
## Fetch the logs of a run
vswmc logs RUN
## List the results of a run
vswmc ls [-l] RUN
OPTIONS
<dl>
<dt><tt>-l</tt></dt>
<dd>Print long listing</dd>
</dl>
## Save all results of a run
vswmc save RUN
Saves all result files of a run. The results of each individual task in this run are compressed and saved into a zip archive named after the model for that task.
## Stop one or more runs
vswmc stop RUN ...
## Remove one or more runs
vswmc rm RUN ...
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:vswmc-cli-2.0.5.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
vswmc-cli-2.0.5.tar.gz (34个子文件)
vswmc-cli-2.0.5
MANIFEST.in 34B
PKG-INFO 3KB
vswmc_cli.egg-info
PKG-INFO 3KB
requires.txt 49B
not-zip-safe 1B
SOURCES.txt 704B
entry_points.txt 51B
top_level.txt 6B
namespace_packages.txt 6B
dependency_links.txt 1B
vswmc
core
auth.py 148B
helpers.py 748B
__init__.py 0B
exceptions.py 564B
client.py 6KB
__init__.py 96B
sockjs.py 2KB
cli
logs.py 752B
cp.py 724B
save.py 459B
models.py 975B
utils.py 2KB
__main__.py 3KB
run.py 2KB
__init__.py 0B
simulations.py 1KB
rm.py 352B
ps.py 996B
ls.py 672B
stop.py 352B
LICENSE 7KB
setup.cfg 61B
setup.py 2KB
README.md 2KB
共 34 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- bdwptqmxgj11.zip
- onnxruntime-win-x86
- onnxruntime-win-x64-gpu-1.20.1.zip
- vs2019 c++20 语法规范 头文件 <ratio> 的源码阅读与注释,处理分数的存储,加减乘除,以及大小比较等运算
- 首次尝试使用 Win,DirectX C++ 中的形状渲染套件.zip
- 预乘混合模式是一种用途广泛的三合一混合模式 它已经存在很长时间了,但似乎每隔几年就会被重新发现 该项目包括使用预乘 alpha 的描述,示例和工具 .zip
- 项目描述 DirectX 引擎支持版本 9、10、11 库 Microsoft SDK 功能相机视图、照明、加载网格、动画、蒙皮、层次结构界面、动画控制器、网格容器、碰撞系统 .zip
- 项目 wiki 文档中使用的代码教程的源代码库.zip
- 面向对象的通用GUI框架.zip
- 基于Java语言的PlayerBase游戏角色设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功