-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.xml
More file actions
105 lines (85 loc) · 5.1 KB
/
index.xml
File metadata and controls
105 lines (85 loc) · 5.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Lab SCUT-CCMP DOCUMENTATION BLOG</title>
<link>/</link>
<description>Recent content on Lab SCUT-CCMP DOCUMENTATION BLOG</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Sat, 09 Jul 2022 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>使用slurm在集群上使用python</title>
<link>/posts/slurm-running-python/</link>
<pubDate>Sat, 09 Jul 2022 00:00:00 +0000</pubDate>
<guid>/posts/slurm-running-python/</guid>
<description>1. Conda 环境初始化(使用普通用户lfpara作为演示) 输入conda init,会自动将conda的初始环境写入~/.bashrc文件,随后sou</description>
</item>
<item>
<title>cmp集群:用户手册</title>
<link>/posts/cluster-users/</link>
<pubDate>Thu, 20 Aug 2020 00:00:00 +0000</pubDate>
<guid>/posts/cluster-users/</guid>
<description><h2 id="集群名称和描述">集群名称和描述</h2>
<p>现有的集群采用SLURM任务管理,安装CentOS 7.5操作系统,使用openhpc仓库的<code>WareWulf</code>集群管理软件。</p></description>
</item>
<item>
<title>使用slurm在集群上使用julia</title>
<link>/posts/slurm-running-julia/</link>
<pubDate>Mon, 01 Apr 2019 00:00:00 +0000</pubDate>
<guid>/posts/slurm-running-julia/</guid>
<description>以任务的方式提交julia任务(recommoned) slurm脚本模板为job.sh: #!/bin/bash #SBATCH -J long-time #SBATCH -p sonmi_2 -N 1 -n 40 module load julia/1.8.5 echo &#39;This program is running at&#39; `hostname` julia -t 40 ./Operator-j-BLP-v2-applycutoff=1E-6-2023-3-15-V=3-longTime.jl ~</description>
</item>
<item>
<title>使用slurm在集群上使用matlab</title>
<link>/posts/slurm-running-matlab/</link>
<pubDate>Mon, 01 Apr 2019 00:00:00 +0000</pubDate>
<guid>/posts/slurm-running-matlab/</guid>
<description><h2 id="以任务的方式提交matlab任务recommoned">以任务的方式提交matlab任务(recommoned)</h2>
<ul>
<li><!-- raw HTML omitted -->切记在要运行的 <code>.m</code> 文件的结尾加入 <code>quit</code>, 否则在任务结束后无法释放节点。<!-- raw HTML omitted --></li>
</ul></description>
</item>
<item>
<title>cmp集群管理手册</title>
<link>/posts/cluster-admin/</link>
<pubDate>Fri, 26 Oct 2018 00:00:00 +0000</pubDate>
<guid>/posts/cluster-admin/</guid>
<description>新建用户 获取root [root] # useradd -m username [root] # passwd username [root] # usermod -a -G labuser test123 (将test123用户加入labuser组) [root] # sacctmgr add user test123 account=local (将新建test123用户加入</description>
</item>
<item>
<title>天河帐号使用列表</title>
<link>/posts/tianhe2-user/</link>
<pubDate>Wed, 24 Oct 2018 00:00:00 +0000</pubDate>
<guid>/posts/tianhe2-user/</guid>
<description>帐号密钥申请和管理指南 Account User xbyang_1 廖jh xbyang_2 周xy xbyang_3 谢wq xbyang_4 程yh xbyang_5 何cc 刘lu yjzhao_1 彭yh 廖cw yjzhao_2 蒋yl yjzhao_3 黄mx 林jy yjzhao_4 杨sq 李dz yjzhao_5 余js 陈wy 用户</description>
</item>
<item>
<title>内容的发布与格式</title>
<link>/posts/how-to-post/</link>
<pubDate>Mon, 15 Oct 2018 00:00:00 +0000</pubDate>
<guid>/posts/how-to-post/</guid>
<description>内容的发布与语法格式 该文主要内容为给出在本网站中发布的内容所要遵循的格式,有需要发布文章的同学和老师可以按照该内容准备好 .md文件用于发布。</description>
</item>
<item>
<title>Docker Nginx网页服务搭建(附服务器购买续费指南)</title>
<link>/posts/nginx-docker/</link>
<pubDate>Fri, 12 Oct 2018 00:00:00 +0000</pubDate>
<guid>/posts/nginx-docker/</guid>
<description>Docker Nginx 网页服务搭建 服务器租赁和续费 登录GigsGigs注册帐号并购买服务器。 这里购买的是CLOUDLET K1+ MEGA。购买时选择使用了CentO</description>
</item>
<item>
<title>软件列表</title>
<link>/posts/sagar/</link>
<pubDate>Wed, 10 Oct 2018 00:00:00 +0000</pubDate>
<guid>/posts/sagar/</guid>
<description>Sagar 仓库地址, 手册地址 pyvaspflow 仓库地址, 手册地址 开发协助 有使用的问题,将问题整理,包含输入和错误提示发至issue.</description>
</item>
<item>
<title>常见问题及解答</title>
<link>/posts/trouble_reshooting/</link>
<pubDate>Wed, 19 Sep 2018 00:00:00 +0000</pubDate>
<guid>/posts/trouble_reshooting/</guid>
<description></description>
</item>
</channel>
</rss>