作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当将bsub
与LSF一起使用时,-o
选项提供了许多详细信息,例如,作业何时开始和结束以及该作业花费了多少内存和CPU时间。使用SLURM,我得到的是与运行没有LSF的脚本时得到的标准输出相同的标准输出。
例如,给出以下Perl 6脚本:
warn "standard error stream";
say "standard output stream";
sbatch -o test.o%j -e test.e%j -J test_warn --wrap 'perl6 test.p6'
test.o34380
:
Testing standard output
test.e34380
:
Testing standard Error in block <unit> at test.p6:2
Sender: LSF System <lsfadmin@my_node>
Subject: Job 347511: <test> Done
Job <test> was submitted from host <my_cluster> by user <username> in cluster <my_cluster_act>.
Job was executed on host(s) <my_node>, in queue <normal>, as user <username> in cluster <my_cluster_act>.
</home/username> was used as the home directory.
</path/to/working/directory> was used as the working directory.
Started at Mon Mar 16 13:10:23 2015
Results reported at Mon Mar 16 13:10:29 2015
Your job looked like:
------------------------------------------------------------
# LSBATCH: User input
perl6 test.p6
------------------------------------------------------------
Successfully completed.
Resource usage summary:
CPU time : 0.19 sec.
Max Memory : 0.10 MB
Max Swap : 0.10 MB
Max Processes : 2
Max Threads : 3
The output (if any) follows:
standard output stream
PS:
Read file <test.e_347511> for stderr output of this job.
-v
的一个或多个
sbatch
标志可提供更多的初步信息,但不会更改标准输出。
最佳答案
在每项工作结束时,我都会使用sstat -j $SLURM_JOB_ID.batch --format=JobID,MaxVMSize
将RAM使用情况添加到标准输出中。
关于slurm - 如何从SLURM获取详细的作业运行信息(例如,类似于LSF为 "standard output"生成的信息)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29928925/
我是一名优秀的程序员,十分优秀!