#! /usr/bin/env bash
set -e
export OMP_NUM_THREADS=1
`which pycbc_inference` $*
