CL_MEM_OBJECT_ALLOCATION_FAILURE error

Post Reply
ValentinD
Posts: 26
Joined: Tue Jun 04, 2013 1:13 pm

CL_MEM_OBJECT_ALLOCATION_FAILURE error

Post by ValentinD » Mon Jul 29, 2013 2:43 pm

Hello everyone !

I have an error in my nogui batch : CL_MEM_OBJECT_ALLOCATION_FAILURE

What is it ? Where does it come from ? Is it important ? It seems that the simulation still work...

Thanks for any explanation !

ValentinD

User avatar
LuisMiguel
Posts: 528
Joined: Fri Jun 04, 2010 2:37 pm

Re: CL_MEM_OBJECT_ALLOCATION_FAILURE error

Post by LuisMiguel » Mon Jul 29, 2013 3:04 pm

Hey,

That is a problem with the openGL memory. It is indicating that the simulation is out of memory and the simulation can not be stored in the gpu. No worries, it will keep simulating in the CPU.

luisM.

ValentinD
Posts: 26
Joined: Tue Jun 04, 2013 1:13 pm

Re: CL_MEM_OBJECT_ALLOCATION_FAILURE error

Post by ValentinD » Mon Jul 29, 2013 3:25 pm

Ok, thanks !

Post Reply