Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure fails on Mac OS 11.3 (Big Sur) #383

Open
pkoning2 opened this issue Jul 29, 2021 · 8 comments
Open

Configure fails on Mac OS 11.3 (Big Sur) #383

pkoning2 opened this issue Jul 29, 2021 · 8 comments

Comments

@pkoning2
Copy link

Downloaded ior 3.3.0, tried ./configure, which failed:
MacBook-Pro:ior-3.3.0 pkoning$ ./configure checking metadata... yes checking build system type... x86_64-apple-darwin20.6.0 checking host system type... x86_64-apple-darwin20.6.0 checking for a BSD-compatible install... /usr/local/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports the include directive... yes (GNU style) checking for mpicc... no checking for mpixlc_r... no checking for mpixlc... no checking for hcc... no checking for mpxlc_r... no checking for mpxlc... no checking for sxmpicc... no checking for mpifcc... no checking for mpgcc... no checking for mpcc... no checking for cmpicc... no checking for cc... cc checking for gcc... (cached) cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for function MPI_Init... no checking for function MPI_Init in -lmpi... no checking for function MPI_Init in -lmpich... no configure: error: in /Users/pkoning/Downloads/ior-3.3.0':
configure: error: MPI compiler requested, but could not use MPI.
See config.log' for more details
Tried ./configure --without-mpiio -- that switch was accepted but the terminal output is identical, same failure to configure.

@JulianKunkel
Copy link
Collaborator

Can you share config.log?

@pkoning2
Copy link
Author

Here it is.
config.log

@hjelmn
Copy link
Collaborator

hjelmn commented Jul 29, 2021

Error message is quite clear. You need either Open MPI or MPICH installed to build.

@pkoning2
Copy link
Author

Ok, but isn't the intent of --without-mpiio to say "I don't want to use Open MPI"?

@JulianKunkel
Copy link
Collaborator

JulianKunkel commented Jul 29, 2021 via email

@pkoning2
Copy link
Author

My goal was simply to do a basic build to explore the tool for the first time. I don't know MPI. Will read the documentation more carefully. Thanks!

@pkoning2
Copy link
Author

Hm. The documentation says to run configure as usual, no mention of any dependencies. What are they (and if not obvious, where can these be found)?

@JulianKunkel
Copy link
Collaborator

I suppose you did resolve the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants