Skip to content

issue with finding MPI when building with spack #30

@gonsie

Description

@gonsie

I'm getting a very strange issue when building with spack. It appears that configure finds MPI correctly, but then fails.

     77    checking for stdlib.h... (cached) yes
     78    checking for GNU libc compatible malloc... yes
     79    checking for /usr/local/bin/mpicc... /usr/local/bin/mpicc
     80    Checking whether /usr/local/bin/mpicc responds to '-showme:compile'.
           .. no
     81    Checking whether /usr/local/bin/mpicc responds to '-showme'... no
     82    Checking whether /usr/local/bin/mpicc responds to '-compile-info'...
            yes
  >> 83    configure: error: You should check to see if MPI is setup properly.

This does not happen when manually building libcircle. Does the build system properly detect the MPI that spack passes, or does it rely on hard coded paths?

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