Skip to content

Fixes for MCMC local running

John Douglas Veitch requested to merge john-veitch/lalsuite:local_mcmc into master

Description

Fixes a couple of issues that crept up when running MCMC in local mode (see !970 (merged)):

  • getenv must be true for proper linking
  • MCMC should ignore empty resume files created by the wrapper script

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