Skip to content

Address local files as ./file not file, to avoid mpi looking in $PATH for lalinference_mcmc

Description

mpirun wasn't recognising the --path option in !1014 (merged) This MR takes an alternative approach and specifies the exe as ./lalinference_mcmc not lalinference_mcmc, which should work.

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

Merge request reports