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
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
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