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

Make Serial Issue #3

Open
mcasebee opened this issue Jul 27, 2020 · 1 comment
Open

Make Serial Issue #3

mcasebee opened this issue Jul 27, 2020 · 1 comment

Comments

@mcasebee
Copy link

I've gotten through most of the Quick Start guide, but when I try to "make serial" I get the following error:

g++ -O -fPIC -I. -c mpi.c

clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]

ar rs libmpi_stubs.a mpi.o

ar: creating archive libmpi_stubs.a

Gathering installed package information (may take a little while)

make[1]: *** [angle_orient.cpp] Error 1

make: *** [serial] Error 2

I'm running this on macOS catalina. Any idea on how can I fix this?

@lequieu
Copy link
Owner

lequieu commented Jul 28, 2020

I do all of my development in Linux, and so would just be shooting in the dark trying to help you debug macOS. Do you have access to a linux cluster? I'd be glad to help you troubleshoot the build if you're in a Linux environment.

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