软件列表
| 名称 | 版本 | 简介 | 依赖 |
|---|---|---|---|
HPL | 2.3 | 并行计算集群cpu性能测试工具 | OpenMPI 4.1.4 |
OpenMPI | 4.1.4 | MPI |
|
IOzone | 3.494 | 磁盘性能测试工具 |
|
MPICH | 4.0.3 | MPI |
|
Osu-Micro-Benchmarks | 7.2 | MPI通信效率评测工具 | OpenMPI 4.1.4 |
Slurm | 25.05.2 | 高性能计算集群调度器 |
|
| HPCG | 3.1 | 超算稀疏共轭梯度基准 | OpenMPI 4.1.4 |
| PMIx | 5.0.3 | HPC并行进程管理标准 | |
| UCX | 1.14.1 | 高性能通信框架 |
软件仓库
1. 软件仓库简介
由天翼云统一管理的全局软仓, 用户可按需下载目标软件
5类资源数据管理:
software 天翼云自定义构建软件
model AI大模型
database 科学数据集, 如生信数据库
apptainer 容器镜像
app 业务软件
通配符等模糊处理, 如prefix*, *suffix, prefix*suffix等
并发下载
各类资源元数据管理
$ cthpc [-h] [RES_TYPE] [OPTION] [PARAMS]位置参数
RES_TYPE
software, 天翼云自定义构建的软件, 如openmpi
model, AI模型, 如DeepSEEK模型
apptainer, 容器镜像
database, 数据集, 如生信数据库, 工具等
app, 业务软件, 如openfoam等
OPTION
list, list available package列出可获取的包
makecache, 更新元数据
install, 安装
命名参数
PARAMS
以model为例, 其他类似
$ cthpc model install PACKAGE_NAME [--dir DST_PATH] [--parallel PARALLEL]--dir DIR_PATH
目标安装目录
--parallel PARALLEL
并发数, 默认是8
2. software下载
注意
自定义编译构建的软件, 下载且需安装, 如ucx等。
2.1模糊识别
2.1.1prefix*
$ cthpc software install ucx*
[main] Software ucx-1.14.1-gcc-4.8.5 will be installed
[main] Software ucx-1.14.1-gcc-4.8.5-cuda-12.4 will be installed
[main] Split into 2 groups (parallel=8, total files=2)
[main] Starting up to 2 sub processes ...
[55224] Downloading ucx-1.14.1-gcc-4.8.5.tar.gz
[55225] Downloading ucx-1.14.1-gcc-4.8.5-cuda-12.4.tar.gz
[55224] Download completed: ucx-1.14.1-gcc-4.8.5.tar.gz
[55225] Download completed: ucx-1.14.1-gcc-4.8.5-cuda-12.4.tar.gz
[55224] ucx-1.14.1-gcc-4.8.5/
ucx-1.14.1-gcc-4.8.5/install.sh
ucx-1.14.1-gcc-4.8.5/ucx-1.14.1-gcc-4.8.5.squashfs
[55225] ucx-1.14.1-gcc-4.8.5-cuda-12.4/
ucx-1.14.1-gcc-4.8.5-cuda-12.4/install.sh
ucx-1.14.1-gcc-4.8.5-cuda-12.4/ucx-1.14.1-gcc-4.8.5-cuda-12.4.squashfs
[55224] Parallel unsquashfs: Using 96 processors
125 inodes (166 blocks) to write
[===============================================================\] 166/166 100%
created 113 files
created 52 directories
created 12 symlinks
created 0 devices
created 0 fifos
[55224] download elapsed Time: 0 seconds
[55224] setup elapsed Time: 1 seconds
[55224] total elapsed Time: 1 seconds
[55225] Parallel unsquashfs: Using 96 processors
145 inodes (187 blocks) to write
[===============================================================\] 187/187 100%
created 125 files
created 52 directories
created 20 symlinks
created 0 devices
created 0 fifos
[55225] download elapsed Time: 0 seconds
[55225] setup elapsed Time: 1 seconds
[55225] total elapsed Time: 1 seconds
[main] ==================================================
[main] Total: 2
[main] Success: 2
[main] Failed: 0
[main] total elapsed Time : 1 seconds
[main] Complete!2.1.2 *suffix
$ cthpc software install *4.8.5
[main] Software ucx-1.14.1-gcc-4.8.5 will be installed
[main] Software openmpi-4.1.4-gcc-4.8.5 will be installed
[main] Split into 2 groups (parallel=8, total files=2)
[main] Starting up to 2 sub processes ...
[55961] Downloading openmpi-4.1.4-gcc-4.8.5.tar.gz
[55960] Downloading ucx-1.14.1-gcc-4.8.5.tar.gz
[55961] Download completed: openmpi-4.1.4-gcc-4.8.5.tar.gz
[55960] Download completed: ucx-1.14.1-gcc-4.8.5.tar.gz
[55961] openmpi-4.1.4-gcc-4.8.5/
openmpi-4.1.4-gcc-4.8.5/install.sh
openmpi-4.1.4-gcc-4.8.5/openmpi-4.1.4-gcc-4.8.5.squashfs
[55960] ucx-1.14.1-gcc-4.8.5/
ucx-1.14.1-gcc-4.8.5/install.sh
ucx-1.14.1-gcc-4.8.5/ucx-1.14.1-gcc-4.8.5.squashfs
[55960] Parallel unsquashfs: Using 96 processors
125 inodes (166 blocks) to write
[===============================================================\] 166/166 100%
created 113 files
created 52 directories
created 12 symlinks
created 0 devices
created 0 fifos
[55960] download elapsed Time: 0 seconds
[55960] setup elapsed Time: 1 seconds
[55960] total elapsed Time: 1 seconds
[55961] Parallel unsquashfs: Using 96 processors
1599 inodes (1600 blocks) to write
[==============================\ ] 800/1600 50%
[=============================================================|] 1600/1600 100%
created 1533 files
created 235 directories
created 66 symlinks
created 0 devices
created 0 fifos
[55961] download elapsed Time: 0 seconds
[55961] setup elapsed Time: 7 seconds
[55961] total elapsed Time: 7 seconds
[main] ==================================================
[main] Total: 2
[main] Success: 2
[main] Failed: 0
[main] total elapsed Time : 7 seconds
[main] Complete!2.1.3 *xxx*
$ cthpc software install *1.14.1*
[main] Software ucx-1.14.1-gcc-4.8.5 will be installed
[main] Software ucx-1.14.1-gcc-4.8.5-cuda-12.4 will be installed
[main] Split into 2 groups (parallel=8, total files=2)
[main] Starting up to 2 sub processes ...
[56384] Downloading ucx-1.14.1-gcc-4.8.5-cuda-12.4.tar.gz
[56383] Downloading ucx-1.14.1-gcc-4.8.5.tar.gz
[56384] Download completed: ucx-1.14.1-gcc-4.8.5-cuda-12.4.tar.gz
[56383] Download completed: ucx-1.14.1-gcc-4.8.5.tar.gz
[56384] ucx-1.14.1-gcc-4.8.5-cuda-12.4/
ucx-1.14.1-gcc-4.8.5-cuda-12.4/install.sh
ucx-1.14.1-gcc-4.8.5-cuda-12.4/ucx-1.14.1-gcc-4.8.5-cuda-12.4.squashfs
[56383] ucx-1.14.1-gcc-4.8.5/
ucx-1.14.1-gcc-4.8.5/install.sh
ucx-1.14.1-gcc-4.8.5/ucx-1.14.1-gcc-4.8.5.squashfs
[56383] Parallel unsquashfs: Using 96 processors
125 inodes (166 blocks) to write
[===============================================================\] 166/166 100%
created 113 files
created 52 directories
created 12 symlinks
created 0 devices
created 0 fifos
[56383] download elapsed Time: 0 seconds
[56383] setup elapsed Time: 1 seconds
[56383] total elapsed Time: 1 seconds
[56384] Parallel unsquashfs: Using 96 processors
145 inodes (187 blocks) to write
[===============================================================|] 187/187 100%
created 125 files
created 52 directories
created 20 symlinks
created 0 devices
created 0 fifos
[56384] download elapsed Time: 0 seconds
[56384] setup elapsed Time: 1 seconds
[56384] total elapsed Time: 1 seconds
[main] ==================================================
[main] Total: 2
[main] Success: 2
[main] Failed: 0
[main] total elapsed Time : 1 seconds
[main] Complete!2.1.4 prefix*suffix
$ cthpc software install ucx*4.8.5
[main] Software ucx-1.14.1-gcc-4.8.5 will be installed
[main] Split into 1 groups (parallel=8, total files=1)
[main] Starting up to 1 sub processes ...
[56617] Downloading ucx-1.14.1-gcc-4.8.5.tar.gz
[56617] Download completed: ucx-1.14.1-gcc-4.8.5.tar.gz
[56617] ucx-1.14.1-gcc-4.8.5/
ucx-1.14.1-gcc-4.8.5/install.sh
ucx-1.14.1-gcc-4.8.5/ucx-1.14.1-gcc-4.8.5.squashfs
[56617] Parallel unsquashfs: Using 96 processors
125 inodes (166 blocks) to write
[===============================================================\] 166/166 100%
created 113 files
created 52 directories
created 12 symlinks
created 0 devices
created 0 fifos
[56617] download elapsed Time: 0 seconds
[56617] setup elapsed Time: 0 seconds
[56617] total elapsed Time: 1 seconds
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 1 seconds
[main] Complete!2.1.5 *part1*part2*
$ cthpc software install *ucx*1.14.1*
[main] Software ucx-1.14.1-gcc-4.8.5 will be installed
[main] Software ucx-1.14.1-gcc-4.8.5-cuda-12.4 will be installed
[main] Split into 2 groups (parallel=8, total files=2)
[main] Starting up to 2 sub processes ...
[56739] Downloading ucx-1.14.1-gcc-4.8.5-cuda-12.4.tar.gz
[56738] Downloading ucx-1.14.1-gcc-4.8.5.tar.gz
[56739] Download completed: ucx-1.14.1-gcc-4.8.5-cuda-12.4.tar.gz
[56738] Download completed: ucx-1.14.1-gcc-4.8.5.tar.gz
[56739] ucx-1.14.1-gcc-4.8.5-cuda-12.4/
ucx-1.14.1-gcc-4.8.5-cuda-12.4/install.sh
ucx-1.14.1-gcc-4.8.5-cuda-12.4/ucx-1.14.1-gcc-4.8.5-cuda-12.4.squashfs
[56738] ucx-1.14.1-gcc-4.8.5/
ucx-1.14.1-gcc-4.8.5/install.sh
ucx-1.14.1-gcc-4.8.5/ucx-1.14.1-gcc-4.8.5.squashfs
[56739] Parallel unsquashfs: Using 96 processors
145 inodes (187 blocks) to write
[=================================- ] 100/187 53%
[===============================================================|] 187/187 100%
created 125 files
created 52 directories
created 20 symlinks
created 0 devices
created 0 fifos
[56739] download elapsed Time: 0 seconds
[56739] setup elapsed Time: 1 seconds
[56739] total elapsed Time: 1 seconds
[56738] Parallel unsquashfs: Using 96 processors
125 inodes (166 blocks) to write
[===============================================================/] 166/166 100%
created 113 files
created 52 directories
created 12 symlinks
created 0 devices
created 0 fifos
[56738] download elapsed Time: 0 seconds
[56738] setup elapsed Time: 1 seconds
[56738] total elapsed Time: 1 seconds
[main] ==================================================
[main] Total: 2
[main] Success: 2
[main] Failed: 0
[main] total elapsed Time : 1 seconds
[main] Complete!2.1.6 组合
$ cthpc software install ucx* *4.8.5
[main] Software ucx-1.14.1-gcc-4.8.5 will be installed
[main] Software ucx-1.14.1-gcc-4.8.5-cuda-12.4 will be installed
[main] Software openmpi-4.1.4-gcc-4.8.5 will be installed
[main] Split into 3 groups (parallel=8, total files=3)
[main] Starting up to 3 sub processes ...
[56970] Downloading ucx-1.14.1-gcc-4.8.5.tar.gz
[56971] Downloading ucx-1.14.1-gcc-4.8.5-cuda-12.4.tar.gz
[56972] Downloading openmpi-4.1.4-gcc-4.8.5.tar.gz
[56970] Download completed: ucx-1.14.1-gcc-4.8.5.tar.gz
[56971] Download completed: ucx-1.14.1-gcc-4.8.5-cuda-12.4.tar.gz
[56972] Download completed: openmpi-4.1.4-gcc-4.8.5.tar.gz
[56972] openmpi-4.1.4-gcc-4.8.5/
openmpi-4.1.4-gcc-4.8.5/install.sh
openmpi-4.1.4-gcc-4.8.5/openmpi-4.1.4-gcc-4.8.5.squashfs
[56970] ucx-1.14.1-gcc-4.8.5/
ucx-1.14.1-gcc-4.8.5/install.sh
ucx-1.14.1-gcc-4.8.5/ucx-1.14.1-gcc-4.8.5.squashfs
[56971] ucx-1.14.1-gcc-4.8.5-cuda-12.4/
ucx-1.14.1-gcc-4.8.5-cuda-12.4/install.sh
ucx-1.14.1-gcc-4.8.5-cuda-12.4/ucx-1.14.1-gcc-4.8.5-cuda-12.4.squashfs
[56970] Parallel unsquashfs: Using 96 processors
125 inodes (166 blocks) to write
[===============================================================\] 166/166 100%
created 113 files
created 52 directories
created 12 symlinks
created 0 devices
created 0 fifos
[56970] download elapsed Time: 0 seconds
[56970] setup elapsed Time: 1 seconds
[56970] total elapsed Time: 1 seconds
[56971] Parallel unsquashfs: Using 96 processors
145 inodes (187 blocks) to write
[===============================================================\] 187/187 100%
created 125 files
created 52 directories
created 20 symlinks
created 0 devices
created 0 fifos
[56971] download elapsed Time: 0 seconds
[56971] setup elapsed Time: 1 seconds
[56971] total elapsed Time: 1 seconds
[56972] Parallel unsquashfs: Using 96 processors
1599 inodes (1600 blocks) to write
[=============================================================|] 1600/1600 100%
created 1533 files
created 235 directories
created 66 symlinks
created 0 devices
created 0 fifos
[56972] download elapsed Time: 0 seconds
[56972] setup elapsed Time: 11 seconds
[56972] total elapsed Time: 11 seconds
[main] ==================================================
[main] Total: 3
[main] Success: 3
[main] Failed: 0
[main] total elapsed Time : 11 seconds
[main] Complete!2.2 元数据更新
$ cthpc software makecache
[58813] Downloading software.json
[58813] Download completed: software.json
software makecache done2.3 列表查询
2.3.1 查看所有可用软件
$ cthpc software list
ucx-1.14.1-gcc-4.8.5
ucx-1.14.1-gcc-4.8.5-cuda-12.4
openmpi-4.1.4-gcc-4.8.5
openmpi-4.1.4-gcc-4.8.5-cuda-12.4
gdrcopy-2.3.1-gcc-4.8.5-cuda-12.4
nccl-tests-2.13.12-gcc-4.8.5-openmpi-4.1.4-cuda-12.42.3.2 查看已安装软件
$ cthpc software list installed
cthpc software list installed
ucx-1.14.1-gcc-4.8.5
ucx-1.14.1-gcc-4.8.5-cuda-12.4
openmpi-4.1.4-gcc-4.8.52.3.3 模糊查询
$ cthpc software list *ucx*
ucx-1.14.1-gcc-4.8.5
ucx-1.14.1-gcc-4.8.5-cuda-12.43. model下载
注意
deepseek等AI大模型文件。
3.1 元数据更新
$ cthpc model makecache
[63200] Downloading model.json (Total: 8.9 KB)
[63200] 100% - 764.3 KB/s
[63200] Download completed: model.json
model makecache done3.2 批量文件并行下载
注意
默认最大8并发, 可--parallel N自定义并发数。
$ cthpc model install DeepSeek-R1-0528 --dir=/mnt/nvme0n1/model
[main] Model DeepSeek-R1-0528 will be installed (total files: 169)
[main] Split into 8 groups (parallel=8, total files=169)
[main] Starting up to 8 sub processes ...
[60851] Downloading model-00065-of-000163.safetensors (Total: 4.0 GB)
[60850] Downloading model-00044-of-000163.safetensors (Total: 4.0 GB)
[60849] Downloading model-00023-of-000163.safetensors (Total: 4.0 GB)
[60854] Downloading model-00128-of-000163.safetensors (Total: 4.0 GB)
[60853] Downloading model-00107-of-000163.safetensors (Total: 4.0 GB)
[60855] Downloading model-00149-of-000163.safetensors (Total: 4.0 GB)
[60852] Downloading model-00086-of-000163.safetensors (Total: 4.0 GB)
[60848] Downloading model-00001-of-000163.safetensors (Total: 4.9 GB)
[60851] 100% - 410.6 MB/s
[60851] Download completed: model-00065-of-000163.safetensors
......
[60849] download elapsed Time: 4 minutes
[60849] setup elapsed Time: 0 seconds
[60849] total elapsed Time: 4 minutes
[60848] 100% - 373.2 MB/s
[60848] Download completed: model-00022-of-000163.safetensors
[60848] installed path: /mnt/nvme0n1/model/DeepSeek-R1-0528/model-00022-of-000163.safetensors
[60848] download elapsed Time: 4 minutes
[60848] setup elapsed Time: 0 seconds
[60848] total elapsed Time: 4 minutes
[main] Model DeepSeek-R1-0528 installed to: /mnt/nvme0n1/model/DeepSeek-R1-0528
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 4 minutes
[main] Complete!3.3 列表查询
3.3.1 查看所有可用model
$ cthpc model list
DeepSeek-R1-05283.3.2 查看已安装model
$ cthpc model list installed
DeepSeek-R1-05283.3.3 模糊查询
$ cthpc model list *Deep*
DeepSeek-R1-05284. apptainer下载
注意
apptainer的sif镜像文件
4.1 模糊识别
4.1.1 prefix*
$ cthpc apptainer install vllm*
[main] Apptainer vllm-openai_v0.8.4 will be installed (total files: 1)
[main] Split into 1 groups (parallel=8, total files=1)
[main] Starting up to 1 sub processes ...
[61598] Downloading vllm-openai_v0.8.4.sif (Total: 6.8 MB)
[61598] 100% - 185.7 MB/s
[61598] Download completed: vllm-openai_v0.8.4.sif
[61598] installed path: /opt/galaxy/cache/cthpc/apptainer/amd64/vllm-openai_v0.8.4.sif
[61598] download elapsed Time: 0 seconds
[61598] setup elapsed Time: 0 seconds
[61598] total elapsed Time: 0 seconds
[main] Apptainer vllm-openai_v0.8.4 installed to: /opt/galaxy/cache/cthpc/apptainer/amd64
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!4.1.2 *suffix
$ cthpc apptainer install *0.8.4
[main] Apptainer vllm-openai_v0.8.4 will be installed (total files: 1)
[main] Split into 1 groups (parallel=8, total files=1)
[main] Starting up to 1 sub processes ...
[61613] Downloading vllm-openai_v0.8.4.sif (Total: 6.8 MB)
[61613] 100% - 177.8 MB/s
[61613] Download completed: vllm-openai_v0.8.4.sif
[61613] installed path: /opt/galaxy/cache/cthpc/apptainer/amd64/vllm-openai_v0.8.4.sif
[61613] download elapsed Time: 0 seconds
[61613] setup elapsed Time: 0 seconds
[61613] total elapsed Time: 0 seconds
[main] Apptainer vllm-openai_v0.8.4 installed to: /opt/galaxy/cache/cthpc/apptainer/amd64
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!4.1.3 *xxx*
$ cthpc apptainer install *openai*
[main] Apptainer vllm-openai_v0.8.4 will be installed (total files: 1)
[main] Split into 1 groups (parallel=8, total files=1)
[main] Starting up to 1 sub processes ...
[61635] Downloading vllm-openai_v0.8.4.sif (Total: 6.8 MB)
[61635] 100% - 168.8 MB/s
[61635] Download completed: vllm-openai_v0.8.4.sif
[61635] installed path: /opt/galaxy/cache/cthpc/apptainer/amd64/vllm-openai_v0.8.4.sif
[61635] download elapsed Time: 0 seconds
[61635] setup elapsed Time: 0 seconds
[61635] total elapsed Time: 0 seconds
[main] Apptainer vllm-openai_v0.8.4 installed to: /opt/galaxy/cache/cthpc/apptainer/amd64
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!4.1.4 prefix*suffix
$ cthpc apptainer install vllm*0.8.4
[main] Apptainer vllm-openai_v0.8.4 will be installed (total files: 1)
[main] Split into 1 groups (parallel=8, total files=1)
[main] Starting up to 1 sub processes ...
[61651] Downloading vllm-openai_v0.8.4.sif (Total: 6.8 MB)
[61651] 100% - 158.4 MB/s
[61651] Download completed: vllm-openai_v0.8.4.sif
[61651] installed path: /opt/galaxy/cache/cthpc/apptainer/amd64/vllm-openai_v0.8.4.sif
[61651] download elapsed Time: 0 seconds
[61651] setup elapsed Time: 0 seconds
[61651] total elapsed Time: 0 seconds
[main] Apptainer vllm-openai_v0.8.4 installed to: /opt/galaxy/cache/cthpc/apptainer/amd64
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!4.1.5 *part1*part2*
$ cthpc apptainer install *vllm*openai*
[main] Apptainer vllm-openai_v0.8.4 will be installed (total files: 1)
[main] Split into 1 groups (parallel=8, total files=1)
[main] Starting up to 1 sub processes ...
[61666] Downloading vllm-openai_v0.8.4.sif (Total: 6.8 MB)
[61666] 100% - 177.1 MB/s
[61666] Download completed: vllm-openai_v0.8.4.sif
[61666] installed path: /opt/galaxy/cache/cthpc/apptainer/amd64/vllm-openai_v0.8.4.sif
[61666] download elapsed Time: 0 seconds
[61666] setup elapsed Time: 0 seconds
[61666] total elapsed Time: 0 seconds
[main] Apptainer vllm-openai_v0.8.4 installed to: /opt/galaxy/cache/cthpc/apptainer/amd64
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!4.2 安装目录
4.2.1 默认安装目录
$ cthpc apptainer install vllm-openai_v0.8.4
[main] Apptainer vllm-openai_v0.8.4 will be installed (total files: 1)
[main] Split into 1 groups (parallel=8, total files=1)
[main] Starting up to 1 sub processes ...
[61769] Downloading vllm-openai_v0.8.4.sif (Total: 6.8 MB)
[61769] 100% - 175.8 MB/s
[61769] Download completed: vllm-openai_v0.8.4.sif
[61769] installed path: /opt/galaxy/cache/cthpc/apptainer/amd64/vllm-openai_v0.8.4.sif
[61769] download elapsed Time: 0 seconds
[61769] setup elapsed Time: 0 seconds
[61769] total elapsed Time: 0 seconds
[main] Apptainer vllm-openai_v0.8.4 installed to: /opt/galaxy/cache/cthpc/apptainer/amd64
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!4.2.2 自定义安装目录
$ cthpc apptainer install vllm-openai_v0.8.4 --dir /mnt/nvme0n1/apptainer
[main] Apptainer vllm-openai_v0.8.4 will be installed (total files: 1)
[main] Split into 1 groups (parallel=8, total files=1)
[main] Starting up to 1 sub processes ...
[61874] Downloading vllm-openai_v0.8.4.sif (Total: 6.8 MB)
[61874] 100% - 188.0 MB/s
[61874] Download completed: vllm-openai_v0.8.4.sif
[61874] installed path: /mnt/nvme0n1/apptainer/vllm-openai_v0.8.4.sif
[61874] download elapsed Time: 0 seconds
[61874] setup elapsed Time: 0 seconds
[61874] total elapsed Time: 0 seconds
[main] Apptainer vllm-openai_v0.8.4 installed to: /mnt/nvme0n1/apptainer
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!4.3 元数据更新
$ cthpc apptainer makecache
[61924] Downloading apptainer.json (Total: 213 B)
[61924] 100% - 17.9 KB/s
[61924] Download completed: apptainer.json
apptainer makecache done4.4 列表查询
4.4.1 查看所有可用镜像
$ cthpc apptainer list
vllm-openai_v0.8.44.4.2 查看已安装镜像
$ cthpc apptainer list installed
vllm-openai_v0.8.44.4.3 模糊查询$ cthpc apptainer list *vllm*
vllm-openai_v0.8.45. database下载
注意
生信数据库文件
5.1 模糊识别
5.1.1 prefix*
$ cthpc database install db*
[main] Database db1 will be installed (total files: 2)
[main] Split into 2 groups (parallel=4, total files=2)
[main] Starting up to 2 sub processes ...
[62602] Downloading file1 (Total: 3 B)
[62602] 100% - 295.99190797675897 B/s
[62602] Download completed: file1
[62602] installed path: /opt/galaxy/cache/cthpc/database/db1/file1
[62602] download elapsed Time: 0 seconds
[62602] setup elapsed Time: 0 seconds
[62602] total elapsed Time: 0 seconds
[62603] Downloading file2 (Total: 3 B)
[62603] 100% - 291.1497986949882 B/s
[62603] Download completed: file2
[62603] installed path: /opt/galaxy/cache/cthpc/database/db1/subdir/file2
[62603] download elapsed Time: 0 seconds
[62603] setup elapsed Time: 0 seconds
[62603] total elapsed Time: 0 seconds
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!5.1.2 *suffix
$ cthpc database install *1
[main] Database db1 will be installed (total files: 2)
[main] Split into 2 groups (parallel=4, total files=2)
[main] Starting up to 2 sub processes ...
[62631] Downloading file2 (Total: 3 B)
[62630] Downloading file1 (Total: 3 B)
[62631] 100% - 237.39551731944758 B/s
[62631] Download completed: file2
[62631] installed path: /opt/galaxy/cache/cthpc/database/db1/subdir/file2
[62631] download elapsed Time: 0 seconds
[62631] setup elapsed Time: 0 seconds
[62631] total elapsed Time: 0 seconds
[62630] 100% - 255.44391887776854 B/s
[62630] Download completed: file1
[62630] installed path: /opt/galaxy/cache/cthpc/database/db1/file1
[62630] download elapsed Time: 0 seconds
[62630] setup elapsed Time: 0 seconds
[62630] total elapsed Time: 0 seconds
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!5.1.3 *xxx*
$ cthpc database install *db*
[main] Database db1 will be installed (total files: 2)
[main] Split into 2 groups (parallel=4, total files=2)
[main] Starting up to 2 sub processes ...
[62651] Downloading file1 (Total: 3 B)
[62651] 100% - 253.1518358314053 B/s
[62651] Download completed: file1
[62651] installed path: /opt/galaxy/cache/cthpc/database/db1/file1
[62651] download elapsed Time: 0 seconds
[62651] setup elapsed Time: 0 seconds
[62651] total elapsed Time: 0 seconds
[62652] Downloading file2 (Total: 3 B)
[62652] 100% - 263.7816443754979 B/s
[62652] Download completed: file2
[62652] installed path: /opt/galaxy/cache/cthpc/database/db1/subdir/file2
[62652] download elapsed Time: 0 seconds
[62652] setup elapsed Time: 0 seconds
[62652] total elapsed Time: 0 seconds
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!5.1.4 prefix*suffix
$ cthpc database install db*1
[main] Database db1 will be installed (total files: 2)
[main] Split into 2 groups (parallel=4, total files=2)
[main] Starting up to 2 sub processes ...
[62663] Downloading file2 (Total: 3 B)
[62663] 100% - 260.83980099502486 B/s
[62663] Download completed: file2
[62663] installed path: /opt/galaxy/cache/cthpc/database/db1/subdir/file2
[62663] download elapsed Time: 0 seconds
[62663] setup elapsed Time: 0 seconds
[62663] total elapsed Time: 0 seconds
[62662] Downloading file1 (Total: 3 B)
[62662] 100% - 281.8942133207877 B/s
[62662] Download completed: file1
[62662] installed path: /opt/galaxy/cache/cthpc/database/db1/file1
[62662] download elapsed Time: 0 seconds
[62662] setup elapsed Time: 0 seconds
[62662] total elapsed Time: 0 seconds
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!5.1.5 *part1*part2*
$ cthpc database install *d*b*
[main] Database db1 will be installed (total files: 2)
[main] Split into 2 groups (parallel=4, total files=2)
[main] Starting up to 2 sub processes ...
[62674] Downloading file2 (Total: 3 B)
[62674] 100% - 264.3080219295482 B/s
[62674] Download completed: file2
[62674] installed path: /opt/galaxy/cache/cthpc/database/db1/subdir/file2
[62674] download elapsed Time: 0 seconds
[62674] setup elapsed Time: 0 seconds
[62674] total elapsed Time: 0 seconds
[62673] Downloading file1 (Total: 3 B)
[62673] 100% - 288.7247194878502 B/s
[62673] Download completed: file1
[62673] installed path: /opt/galaxy/cache/cthpc/database/db1/file1
[62673] download elapsed Time: 0 seconds
[62673] setup elapsed Time: 0 seconds
[62673] total elapsed Time: 0 seconds
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 0 seconds
[main] Complete!5.2 元数据刷新
$ cthpc database makecache
[62687] Downloading database.json (Total: 275 B)
[62687] 100% - 22.0 KB/s
[62687] Download completed: database.json
database makecache done5.3 列表查询
5.3.1 全量可用database查询
$ cthpc database list
db15.3.2 模糊查询
$ cthpc database list *db*
db16. app下载
注意
应用软件, 以openfoam为例, 实际会按需分发并提供。
6.1 list查询
$ cthpc app list
openfoam116.2 下载
$ cthpc app install openfoam11 --dir /mnt/nvme0n1/
[main] App openfoam11 will be installed (total files: 38)
[main] Split into 8 groups (parallel=8, total files=38)
[main] Starting up to 8 sub processes ...
[468777] Downloading openfoam11_part_00 (Total: 4 GB)
[468777] 0% - 544.4 MB/s
[468779] Downloading openfoam11_part_10 (Total: 4 GB)
[468782] Downloading openfoam11_part_25 (Total: 4 GB)
[468777] 0% - 561.1 MB/s
[468780] Downloading openfoam11_part_15 (Total: 4 GB)
[468777] 1% - 604.6 MB/s
......
[main] ==================================================
[main] Total: 1
[main] Success: 1
[main] Failed: 0
[main] total elapsed Time : 2m5s
[main] Complete!