cellmodeller / CellModeller

GPU-accelerated multicellular modelling framework
http://cellmodeller.github.io/CellModeller/
Other
57 stars 48 forks source link

Save output False #32

Closed YMVio closed 2 years ago

YMVio commented 3 years ago

Hi everyone,

I managed to see the GUI and now I'm trying to load models however it gives me error saying:

Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more. "to see more.", CompilerWarning
saveOutput  False

And no pickle files were generated. Does anybody know why? My laptop is Macbook Pro version 11.2.3 big sur.

avimanyu786 commented 3 years ago

Hi,

Are you trying to load a .pickle file? I'd faced some issues loading a pickle file or a python model if it was based on an older version of CellModeller.

If you are loading a .py model and want to generate pickle files, it's better to click on "Save Pickles" first before running the model. As for the error, this might help: https://stackoverflow.com/questions/20722242/compilerwarning-with-opencl

Hope you are able to resolve it soon. All the best.