Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GPU Cluster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
紫光 李
GPU Cluster
Commits
6607ff70
Commit
6607ff70
authored
2 years ago
by
Yuanpb
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
c10c9f65
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
6607ff70
...
...
@@ -139,7 +139,7 @@ G101 和 Gproc 均可以从 gwork 直接 ssh 进入,其中 Gproc 还可以从
```
这里 -N 后面是job名称,-O 和 -e 分别给出输出和错误文件路径,-l给出资源类型,startdocker是给出该job要运行的docker镜像以及相应命令。
**
注意pbs文件最后必须保留一空白行。
**
$
\c
olor{red}{
注意
:
pbs文件最后必须保留一空白行。
}$
**提交 job**
...
...
@@ -183,9 +183,9 @@ job 运行以后 (状态是 R),可以查看输出文件,获得 job 运行的
返回信息的第三列代表 job 数目,第四列代表卡时。
**注意和提醒**
**
$\color{red}{
注意和提醒
}$
**
+
**绝对禁止在 pbs 脚本或其调用的 shell (python) 脚本中对环境变量 CUDA_VISIBLE_DEVICES 进行赋值,因为这会破坏调度系统的正确调度,一经发现就封帐号**
。
+
**绝对禁止在 pbs 脚本或其调用的 shell (python) 脚本中对环境变量 CUDA_VISIBLE_DEVICES 进行赋值,因为这会破坏调度系统的正确调度,一经发现就封帐号
。
**
+
在 G101 机器上,登录后系统会随机自动分配一张 GPU 卡,如果需要调试多卡任务,可以通过 export CUDA_VISIBLE_DEVICES 环境变量来实现。
更多 Torque PBS 的用法,可以参考相关pbs文档。
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment