由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - how to submit multi-tasks to HPC linux cluster? (转载)
相关主题
Execute file under a UNC path in Matlab做comp vision需要用milticore Programming吗?
how to undo triangulation?Postdoctoral Scholar Research Opportunity at UCSD (SDSC)
We are building new cluster now!NVIDIA HPC position in Beijing
[合集] 你们有没有用windows 进行并行计算的?PhD第三年 痛苦死了 求开导
中国在干嘛?睡大觉? (转载)hadoop能否替代high performance computing?
The Return of the Vector Processor z长期求审稿机会
HPC platformmatlab能管理多大的内存?>1G
High-performance computingqsub callback question (转载)
相关话题的讨论汇总
话题: hpc话题: submit话题: cluster话题: username话题: ssh
进入Computation版参与讨论
1 (共1页)
e****e
发帖数: 179
1
【 以下文字转载自 Linux 讨论区 】
发信人: engine (boxing cat), 信区: Linux
标 题: how to submit multi-tasks to HPC linux cluster?
发信站: BBS 未名空间站 (Thu Sep 20 23:04:14 2007)
Here is what I do manual:
$ ssh node1
$ username: engine
$ password: xxxxx
$ run1.exe
Repeat
$ ssh node2
$ username: engine
$ password: xxxxx
$ run2.exe
$ ssh node3
$ username: engine
$ password: xxxxx
$ run3.exe
How can I write a script to submit these job automatically?
Thanks.
j**u
发帖数: 6059
2
what kind of cluster are you using? It should have a job scheduler.

【在 e****e 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 发信人: engine (boxing cat), 信区: Linux
: 标 题: how to submit multi-tasks to HPC linux cluster?
: 发信站: BBS 未名空间站 (Thu Sep 20 23:04:14 2007)
: Here is what I do manual:
: $ ssh node1
: $ username: engine
: $ password: xxxxx
: $ run1.exe
: Repeat

1 (共1页)
进入Computation版参与讨论
相关主题
qsub callback question (转载)中国在干嘛?睡大觉? (转载)
万能的水版,谁能帮我解决 100% disk use 的问题 (转载)The Return of the Vector Processor z
问最小窗口覆盖的面试题HPC platform
Least Common Ancester算法最优解High-performance computing
Execute file under a UNC path in Matlab做comp vision需要用milticore Programming吗?
how to undo triangulation?Postdoctoral Scholar Research Opportunity at UCSD (SDSC)
We are building new cluster now!NVIDIA HPC position in Beijing
[合集] 你们有没有用windows 进行并行计算的?PhD第三年 痛苦死了 求开导
相关话题的讨论汇总
话题: hpc话题: submit话题: cluster话题: username话题: ssh