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

Code no longer builds serially #6

Open
guadabsb15 opened this issue Jul 11, 2024 · 1 comment
Open

Code no longer builds serially #6

guadabsb15 opened this issue Jul 11, 2024 · 1 comment

Comments

@guadabsb15
Copy link

This comment is also part of the review openjournals/joss-reviews#6637

With the changes in commit 54875fa, the preprocessor directives for #ifdef NUDUSTC_ENABLE_MPI were commented out in src/main.cpp at lines 21 and 23, 60 and 65. Therefore, this code sections are being compiled even when building serially.

If these lines are uncommented, the code can be built again by running cmake -DNUDUSTC_ENABLE_MPI=OFF .. and make

@steven-murray
Copy link

Ah, this is why my compilation fails :-)

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