I'm not sure I've really tested your scenario.
>>
>>
>> On Sep 29, 2014, at 10:55 AM, Ralph Castain wrote:
>>
>>> Okay, so regression-test.py is calling MPI_Init as a singleton, correct?
>>> Just trying to fully understand the scenario
I > 1.6 ?
On Sep 29, 2014, at 10:28 AM, Ralph Castain wrote:
> Can you pass us the actual mpirun command line being executed? Especially
> need to see the argv being passed to your application.
>
>
> On Sep 27, 2014, at 7:09 PM, Amos Anderson wrote:
>
>> FWIW, I
s=0x7fffe220)
at Python/pythonrun.c:752
#61 0x2b2a7497 in Py_Main (argc=3, argv=0x7fffe3a8) at
Modules/main.c:640
#62 0x004006f3 in main (argc=3, argv=0x7fffe3a8) at
./Modules/python.c:23
(gdb) p argv
$1 = (char **) 0xa39398
(gdb) p *argv
$2 = 0xa26390 "test/
Hello all --
I'm trying to get a working configuration for my application and I can get
OpenMPI 1.6.5 to work, while OpenMPI 1.8.2 segfaults.
Here's how I compile OpenMPI:
OPENMPI = openmpi-1.8.2
FLAGS = --enable-static
cd $(OPENMPI) ; ./configure $(FLAGS) --with-tm=/opt/torque-2.5.9/
--prefi
Hello OpenMPI User List --
I'm looking into making a binary distribution of my software. On my system, I
link it to OpenMPI compiled with `--with-tm=/opt/torque/` to get Torque
integration as suggested [here][1]. How do I accomplish this in a binary
distribution of my program for use in an arbi