-
Notifications
You must be signed in to change notification settings - Fork 929
Closed
Labels
Description
Hi,
I downloaded Openmpi-4.1.4 and tried to install on my server with instructions mentioned in INSTALL file. But it failed. I'm not sure what this error message means.
Steps taken to install:
$ sudo ../configure --with-cuda
$ sudo autoreconf -f -i ../configure.ac
$ sudo make all install
Error after make install step:
....
....
Making all in mca/compress
make[2]: Entering directory '/usr/local/openmpi-4.1.4/build/opal/mca/compress'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/local/openmpi-4.1.4/build/opal/mca/compress'
Making all in mca/crs
make[2]: Entering directory '/usr/local/openmpi-4.1.4/build/opal/mca/crs'
GENERATE opal_crs.7
Option package-version requires an argument
Usage: ../../../../config/make_manpage.pl --package-name=<package name> --package-version=<package version> --ompi-date=<ompi date> --opal-date=<opal date> --orte-date=<orte date> --input=<input file> --output=<output file> [--nocxx] [ --nofortran] [--nof08]
make[2]: *** [Makefile:2245: opal_crs.7] Error 1
make[2]: Leaving directory '/usr/local/openmpi-4.1.4/build/opal/mca/crs'
make[1]: *** [Makefile:2430: all-recursive] Error 1
make[1]: Leaving directory '/usr/local/openmpi-4.1.4/build/opal'
make: *** [Makefile:1912: all-recursive] Error 1
I'm not sure why it's failing.
Please help me out here.
Thanks.