Skip to content
  • Christopher Subich's avatar
    Environment-sensitive MPI for hood.math · aeb4966e
    Christopher Subich authored
    This commit amends the 'hood' system-sepcific makefile to use the MPI
    libraries loaded from the user's shell profile.  This is handy because
    hood.math supports multiple versions of OpenMPI, which need to be used
    consistently.
    
    Now, the makefile generation process on hood locks in the MPI version
    **when the makefile is generated**.  This should carry through in using
    the makefile-specified MPI version at compile time, but if the user's
    environment is inconsistent they'll encounter a runtime error.
    aeb4966e