mpiexec conf file versus pg file

Christopher D. Maestas cdmaest at sandia.gov
Fri Feb 7 12:19:18 EST 2003


Hello,

I was wondering if it would be possible to do something like:

1) Say I have a conf file like:
---
io202 : /usr/local/mpich.new/examples/cpi
io201 : /usr/local/mpich.new/examples/cpi 
eu302 : echo hello
eu301 : echo goodbye
---

2) when I launch mpiexec -conf=./t I get:
---
[cdmaest at eu302 ds]$ mpiexec --verbose --config=./t
node  0: name = eu302, cpu = 1
node  1: name = eu302, cpu = 0
node  2: name = eu301, cpu = 1
node  3: name = eu301, cpu = 0
node  4: name = io202, cpu = 0
node  5: name = io201, cpu = 0
resolve_exe: using absolute exe "/usr/local/mpich.new/examples/cpi"
resolve_exe: using absolute exe "/usr/local/mpich.new/examples/cpi"
resolve_exe: found exe "echo" in path
resolve_exe: found exe "echo" in path
6CBD3B5BF47E047025F2A102028A59A4wait_one_task_start: evt = 2, task 0 host eu302
6CBD3B5BF47E047025F2A102028A59A4wait_one_task_start: evt = 3, task 1 host eu301
6CBD3B5BF47E047025F2A102028A59A4wait_one_task_start: evt = 4, task 2 host io202
wait_one_task_start: evt = 5, task 3 host io201
All 4 tasks started.
read_gm_startup_ports: waiting for info
read_gm_startup_ports: id 2 port 2 board 0 gm_node_id 203 pid  2878
read_gm_startup_ports: id 3 port 2 board 0 gm_node_id 202 pid 20417
6CBD3B5BF47E047025F2A102028A59A46CBD3B5BF47E047025F2A102028A59A46CBD3B5BF47E047025F2A102028A59A4hello
goodbye
---

And it hangs ... Is it not possible to do a multiple program job launch with mpiexec using two
mpiprograms?

Regards,

-- Chris






More information about the mpiexec mailing list