Package: openmpi Version: 1.1-2.3 Ability for multi-threaded operation within a process with all thread being able to make MPI call is one of the strengths of openmpi which sets itself apart from other MPI implementations. However I noticed that the flags required are *not* included in the ./configure in the current debian/rules, yet this is a feature needed in many case. For example, implementing distributed task queue with task stealing in MPI would require a listener thread which listens to requests for jobs and send jobs, but the main thread must also be able to make mpi calls to steal jobs form others.
Therefore would you please add the following flags in debian/rules ./configure: --enable-mpi-threads --enable-progress-threads -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]