Skip to content

data type mismatch  #2

@wadudmiah

Description

@wadudmiah

Hi,

the variable nstages is an integer, but you are passing MPI_DOUBLE_PRECISION to the MPI call in fortress_smc_t.f90:

       call mpi_bcast(self%temp%nstages, 1, MPI_DOUBLE_PRECISION, &
            0, MPI_COMM_WORLD, mpierror)

This is clearly a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions