Re: [OMPI users] newbie: Submitting Open MPI jobs to SGE (, `qsh, -pe orte 4` fails)

2013-02-12 Thread Pierre Lindenbaum
> 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

Re: [OMPI users] newbie: Submitting Open MPI jobs to SGE ( `qsh, -pe orte 4` fails)

2013-02-11 Thread Pierre Lindenbaum
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

[OMPI users] newbie: Submitting Open MPI jobs to SGE ( `qsh -pe orte 4` fails)

2013-02-08 Thread Pierre LINDENBAUM
( 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