Re: [OMPI users] OpenMPI 1.2.1: cannot install on IBM SP4

2007-05-10 Thread Tim Prins
On Thursday 10 May 2007 11:35 am, Laurent Nguyen wrote: > Hi Tim, > > Ok, I thank you for all theses precisions. I also add "static int > pls_poe_cancel_operation(void)" similary to you, and I can continue the > compilation. But, I had another problem. In ompi/mpi/cxx/mpicxx.cc, > three variables a

Re: [OMPI users] OpenMPI 1.2.1: cannot install on IBM SP4

2007-05-10 Thread Laurent Nguyen
Hi Tim, Ok, I thank you for all theses precisions. I also add "static int pls_poe_cancel_operation(void)" similary to you, and I can continue the compilation. But, I had another problem. In ompi/mpi/cxx/mpicxx.cc, three variables are already defined. The preprocessor set them to the constant

Re: [OMPI users] OpenMPI 1.2.1: cannot install on IBM SP4

2007-05-10 Thread Tim Prins
Hi Laurent, Unfortunately, as far as I know, none of the current Open MPI developers has access to a system with POE, so the POE process launcher has fallen into disrepair. Attached is a patch that should allow you to compile (however, you may also need to add #include to pls_poe_module.c).