-
Notifications
You must be signed in to change notification settings - Fork 9
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
is 'mpi_bloom.h' mandatory and included? #129
Comments
@brainstorm Very strange. I ll take care of that. My local version doesn't have mpi_bloom.h |
Any progress on this please? Otherwise the size of the data that needs to be filtered makes single CPU FACS unusable. |
@brainstorm i'm on it now... |
hi @dbrami , could you please pull the latest master branch and try to compile again? Thanks, |
I compiled again and this time successfully.
I also went through the mpi_bloom.c file and looked at line 79-111 and did not find a param for number of processors |
Hi @dbrami, if you want to run facs_mpi, do it like this: |
I am trying to compile for multi-cpu support using openmpi.
Here is my command and the result:
It seems to be complaining about a missing file 'mpi_bloom.h' that is not included in source nor in the repository.
Any ideas?
The text was updated successfully, but these errors were encountered: