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

Error installing dpo/openblas/scalapack on MacOS #86

Closed
seokhojeong opened this issue Feb 12, 2020 · 1 comment
Closed

Error installing dpo/openblas/scalapack on MacOS #86

seokhojeong opened this issue Feb 12, 2020 · 1 comment

Comments

@seokhojeong
Copy link

Hello,

I was trying to install mumps on my Mac. While scalapack was being installed in the process, I am getting the following error message. Any idea what went wrong? Many thanks.

==> Installing dpo/openblas/mumps dependency: dpo/openblas/scalapack
==> Downloading http://www.netlib.org/scalapack/scalapack-2.0.2.tgz
######################################################################## 100.0%
==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/scalapack/2.0.2 -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DBUILD_
==> make all
Last 15 lines from /Users/sjeong/Library/Logs/Homebrew/scalapack/02.make:
ierr=MPI_Type_struct(i, len, disp, dtypes, &MyType);
^
/usr/local/Cellar/open-mpi/4.0.2/include/mpi.h:2850:31: note: expanded from macro 'MPI_Type_struct'
make[2]: *** [CMakeFiles/scalapack.dir/BLACS/SRC/dgamx2d_.c.o] Error 1
#define MPI_Type_struct(...) THIS_SYMBOL_WAS_REMOVED_IN_MPI30(MPI_Type_struct, MPI_Type_create_struct)
^
make[2]: *** Waiting for unfinished jobs....
/usr/local/Cellar/open-mpi/4.0.2/include/mpi.h:322:57: note: expanded from macro 'THIS_SYMBOL_WAS_REMOVED_IN_MPI30'
make[2]: *** [CMakeFiles/scalapack.dir/BLACS/SRC/igamx2d_.c.o] Error 1
#define THIS_SYMBOL_WAS_REMOVED_IN_MPI30(func, newfunc) Static_assert(0, #func " was removed in MPI-3.0. Use " #newfunc " instead.")
^
1 error generated.
make[2]: *** [CMakeFiles/scalapack.dir/BLACS/SRC/sgamx2d
.c.o] Error 1
make[1]: *** [CMakeFiles/scalapack.dir/all] Error 2
make: *** [all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/dpo/homebrew-openblas/issues

These open issues may also help:
enhancement: much faster build via modern CMake for Scalapack and Mumps #84

@dpo
Copy link
Owner

dpo commented Feb 12, 2020

This repository isn't maintained anymore. Please use https://github.com/brewsci/homebrew-num.

@dpo dpo closed this as completed Feb 12, 2020
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

2 participants