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

makefile/manual out of date? #11

Open
austinmcdannald opened this issue Mar 15, 2022 · 1 comment
Open

makefile/manual out of date? #11

austinmcdannald opened this issue Mar 15, 2022 · 1 comment

Comments

@austinmcdannald
Copy link

The manual states to build pygenarris from the makefile, but the makefile has pygenarris.o commented out. (aside: line 73 of makefile also appears to be missing an indent).

What's the recommended method to build pygenarris?

@ritwit
Copy link
Collaborator

ritwit commented Jun 17, 2022

Sorry for the late reply.
Yes, the manual is out of date. I will update it when I get a chance.

You can build the binary (cgenarris) using Cmake.

mkdir build
cd build
cmake ..
make

For pygenarris_mpi,
python setup_mpi.py develop

Pygenarris, the serial version, is deprecated.
Thanks

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