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

Compilation problem "error: ‘MPI_part1d_forwardmodel’ was not declared in this scope" #3

Open
volkerrath opened this issue Jun 2, 2022 · 1 comment

Comments

@volkerrath
Copy link

Hi,
I'm compiling under ubuntu 20.04 with gcc 9.4, and openmpi 4.0.3. However I get the error:
../src/rjmcmcmt.cpp: In member function ‘int cRjMcMCMT::run()’:
../src/rjmcmcmt.cpp:319:30: error: ‘MPI_part1d_forwardmodel’ was not declared in this scope; did you mean ‘part1d_forwardmodel’?
319 | resultset1dfm_t* results = MPI_part1d_forwardmodel(burninsamples,
| ^~~~~~~~~~~~~~~~~~~~~~~
| part1d_forwardmodel
make: *** [rjmcmcmt.make:24: ../src/rjmcmcmt.o] Error 1
Can you help?

@rcb547
Copy link
Collaborator

rcb547 commented Jun 4, 2022 via email

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