LoLab-MSM / pysb

Python framework for Systems Biology modeling [Lopez Lab Mods]
BSD 2-Clause "Simplified" License
6 stars 8 forks source link

cupSODA: Raise exception when simulation fails #30

Open alubbock opened 8 years ago

alubbock commented 8 years ago

Currently, if the simulation fails, the trajectories are returned as zeroes. Initially, we'll check for this condition after the simulation runs and raise an exception to warn the user. Further down the line, it'd be nice to work out if the model will fit in GPU memory prior to attempted execution. That should probably be done by cupSODA itself rather than the interface.