-
Notifications
You must be signed in to change notification settings - Fork 937
Open
Description
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.)
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
configure from git clone
If you are building/installing from a git clone, please copy-n-paste the output from git submodule status.
9f297ce 3rd-party/openpmix (v1.1.3-3648-g9f297ce)
004d0e8f52bcdafe124eb56f10c2e6c3430cfe7f 3rd-party/prrte (psrvr-v2.0.0rc1-4492-g004d0e8)
+51f3f7de884049c880f45144ae4a63eb6f66f4e4 config/oac (heads/main)
Please describe the system on which you are running
- Operating system/version: Ubuntu 16.04.7 LTS
- Computer hardware: lsf cluster
- Network type: None
Details of the problem
I try to configure with '--with-lsf' option but failed in the master branch or 5.0.0rc8 tarball, but succeeded in 4.1.4 tarball.
My command:
shell$ ../configure --with-lsfThe error log in master branch or 5.0.0rc8:
--- MCA component ess:lsf (m4 configuration macro)
checking for MCA component ess:lsf compile mode... static
checking for library containing yp_all... -lnsl
checking for library containing shm_open... -lrt
checking for lsf pkg-config name... /home/abc/opt/lib/lsf/pkgconfig/lsf.pc
checking if lsf pkg-config module exists... no
checking for lsf header at /home/abc/opt/include... found
checking for lsf library (lsf) in /home/abc/opt/lib/lsf... found
checking for lsf cppflags... -I/home/abc/opt/include
checking for lsf ldflags... -L/home/abc/opt/lib/lsf
checking for lsf libs... -llsf -lnsl -lrt
checking for lsf static libs... -llsf -lnsl -lrt
checking lsf/lsf.h usability... yes
checking lsf/lsf.h presence... yes
checking for lsf/lsf.h... yes
checking for ls_info... no
checking for libevent conflict... No conflict found. -levent is not being explicitly used.
configure: WARNING: LSF support requested (via --with-lsf) but not found.
configure: error: Aborting.
configure: ===== done with 3rd-party/prrte configure =====
configure: error: PRRTE configuration failed. Cannot continue.
But I succeed in 4.1.4.
Upload the config_failed_for_main.log as required in #10943 (comment)
config_failed_for_main.log
I also upload the successful log:
config_4.1.4.log