> A plain `qsh` is working for you? This is an old startup method due
to the insecure X11 startup it shouldn't be used any longer IMO.
I think it's a typo, I should have written 'qrsh'
All machines are the same regarding speed and core count?
yes
i've blogged about my first OMPI program her
This is a good sign, as it tries to use `qrsh -inherit ...` already. Can you
confirm the following settings:
$ qconf -sp orte
...
control_slaves TRUE
$ qconf -sq all.q
...
shell_start_mode unix_behavior
-- Reuti
qconf -sp orte
pe_nameorte
slots 4
( cross-posted on SO: http://stackoverflow.com/questions/14775451 )
Hi,
I'm very new to OpenMpi and I'm trying tosubmit OMPI to SGE:
I've installed openmpi , not in
/usr/...
but in
/commun/data/packages/openmpi/
it was compiled with --with-sge.
I've added a new PE in SGE with qconf as des