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 Ed,
Could you post the output of ompi_info? It would also help to know which
variant of the collective ops
your doing. If you could post the output when you run with
mpirun --mca coll_base_verbose 10 "other mpirun args you've been using"
that would be great
Also, if you know the sizes (
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