NeuroDataDesign / fngs-f16s17

Apache License 2.0
3 stars 1 forks source link

fix memory issue w epi_reg #7

Open ebridge2 opened 7 years ago

ebridge2 commented 7 years ago

if system runs out of memory, epi_reg will still produce an output even though it is killed that is incorrect. get the output back from execute_cmd and evaluate whether the string has "Killed" present to determine whether or not the bbr output is usable in memory error cases.