Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitxx/spacemesh-utils

顾名思义。spacemesh中用到的一些便捷工具,自身根据实际情况编写的
https://github.com/bitxx/spacemesh-utils

blockchain nvidia spacemesh

Last synced: 18 days ago
JSON representation

顾名思义。spacemesh中用到的一些便捷工具,自身根据实际情况编写的

Awesome Lists containing this project

README

        

# spacemesh-utils
顾名思义。spacemesh中用到的一些便捷工具,自身根据实际情况编写的

## 功能介绍
1. [multi_thread_p.sh](script/multi_thread_p.sh_p.sh) 单机多卡p盘。自动将文件平均划分到每张卡上,避免了手动逐个计算带来的失误,需要放在`postcli`程序所在目录执行。主要针对不能平均划分时,做了处理:比如有10个文件,分到4张卡,每张卡2个文件,那还剩的两个文件就分别放到0号卡和1号卡上,也就是其中两张卡,各多p一个文件。