由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 如何在多nodes上运行1000多个单独的程序?
相关主题
UNIX文件系统一问这个abs*********文件是什么东东啊?
Re: for cluster, which is better operating system?MPI问题求助。Help! (转载)
如何在程序中调用双(多)CPU进行计算?MPI 编程可以再
parallel computationopenMP or boost::thread (pthread) for multithreading ?
How to MATLAB in a 32-node Unix machine.Re: Bash一问:怎么include
anybody debuged MPI programs?which shell is best?
请教:哪有cluster上run的基于MPI的图形演示程序DD weijing!
有没有sun unix的高手呀?shell programming
相关话题的讨论汇总
话题: fff话题: nodes话题: z01话题: z02话题: 运行
进入Unix版参与讨论
1 (共1页)
s**p
发帖数: 275
1
请教各位:
我是一个MPI的新手,
现在我有1000个小程序,每个程序的运行script为:
fff <1.a> z01
fff <2.a> z02
...
其中 fff 为应用程序, 1.a, 2.a 为我的input, z01,z02 为输出
我想用多nodes加快运行速度,如何写script?
B******e
发帖数: 48
2
you should read machine file in MPI doc

【在 s**p 的大作中提到】
: 请教各位:
: 我是一个MPI的新手,
: 现在我有1000个小程序,每个程序的运行script为:
: fff <1.a> z01
: fff <2.a> z02
: ...
: 其中 fff 为应用程序, 1.a, 2.a 为我的input, z01,z02 为输出
: 我想用多nodes加快运行速度,如何写script?

s*******d
发帖数: 59
3
why not use rsh?
rsh node1 command1&
rsh node2 command2&
simpler, write a loop to create and execute these lines.
s**p
发帖数: 275
4
This method worked when I used a Linux based workstation in which each node
can be accessed directly.
But now I am using a super computer. I can only enter one node, not all
nodes.

【在 s*******d 的大作中提到】
: why not use rsh?
: rsh node1 command1&
: rsh node2 command2&
: simpler, write a loop to create and execute these lines.

1 (共1页)
进入Unix版参与讨论
相关主题
shell programmingHow to MATLAB in a 32-node Unix machine.
有关Unix shell script的问题anybody debuged MPI programs?
where can I find some good website for C Shell ?请教:哪有cluster上run的基于MPI的图形演示程序
Shell Script有没有sun unix的高手呀?
UNIX文件系统一问这个abs*********文件是什么东东啊?
Re: for cluster, which is better operating system?MPI问题求助。Help! (转载)
如何在程序中调用双(多)CPU进行计算?MPI 编程可以再
parallel computationopenMP or boost::thread (pthread) for multithreading ?
相关话题的讨论汇总
话题: fff话题: nodes话题: z01话题: z02话题: 运行