Raise an error when fetching a variable which persistable=False
Created by: reyoung
Executor.run
and ParallelExecutor.run
only support to fetch a variable that is persistable (and in block0). If it is not persistable, there is no guarantee to fetch the correct result. We should raise an error in this situation.