PBS脚本的作业执行时间(串行作业)

发布于 2024-12-02 07:05:56 字数 117 浏览 0 评论 0原文

我试图计算出使用便携式批处理系统 (PBS) 完成的串行作业的执行时间。该信息是否位于“尾声”部分的“资源”下的输出文件 (task.o*) 中?是walltime吗?

I'm trying to figure out the execution time of a serial job that was done using Portable Batch System (PBS). Is that information in the output file (task.o*), under Resources in the Epilogue section? Is it walltime?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半葬歌 2024-12-09 07:05:56

有时walltime包括你的项目最后的时间+被接受的时间
我认为由服务器开始运行。您可以使用:

time ./executable

其中executable 是可执行文件的名称,“time”是来自linux 的命令。然后
您可以在输出文件中看到模拟持续的时间。

sometimes walltime includes both the time your program last + the time of being accepted
by the server in order to start running, i think. you can use:

time ./executable

where executable is the name of your executable and 'time' a command from linux. Then
you can see the time your simulation lasts in the output file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文