-
Notifications
You must be signed in to change notification settings - Fork 936
Closed
Description
With the recent additions of the prrte man page content into mpirun(1), something isn't quite right when configuring --without-prrte; building results in the following error:
make[1]: warning: -jN forced in submake: disabling jobserver mode.
MKDIR prrte-rst-content
MKDIR schizo-ompi-rst-content
if test ! -d "$dir"; then mkdir "$dir"; fi
mkdir: .: No such file or directory
make[1]: *** [schizo-ompi-rst-content/schizo-ompi-cli.rstxt] Error 1
make: *** [all-recursive] Error 1