how to submit multi-tasks to HPC linux cluster? (转载)# Computation - 科学计算
e*e
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.
发信人: 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.