Re: [OMPI devel] v1.8 - compile/dist problem

2014-07-25 Thread Peter Breitenlohner
On Thu, 24 Jul 2014, Bert Wesarg wrote: On 07/24/2014 02:52 PM, Peter Breitenlohner wrote: This typically occurs when you try to create a file (symlink) in a nonexistent directory. In such situations the make rules must ensure that such directories exist, e.g., via some_target

Re: [OMPI devel] v1.8 - compile/dist problem

2014-07-24 Thread Peter Breitenlohner
that such directories exist, e.g., via some_target: Some_prerequisite $(MKDIR_P) hooks $(LN_S) $(srcdir)/hooks/vt_unify_hooks_base.cc hooks/vt_unify_hooks_base.cc Regards Peter Breitenlohner

[OMPI devel] patch for mpirun.1 manpage

2008-01-15 Thread Peter Breitenlohner
Hi, in the mpirun/mpiexec/orterun manpage (openmpi V1.2.5) the Multiple Instruction Multiple Data (MIMD) Mode command line syntax is badly garbled and hard to understand. I'd like to suggest the attached patch. regards Peter Breitenlohner diff -ur openmpi-1.2.5.orig/orte/tools/orterun/or