Skip to content

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

Open
@volkerrath

Description

@volkerrath

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions