You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ..
andmake
The text was updated successfully, but these errors were encountered: