Hi,
I wanted to know if the free slip boundary condition has been implemented on the GPU. As soon as I used the function “setSlipBoundary(sLattice, superGeometry, 2);”, I received a runtime error message displayed as follows:
terminate called after throwing an instance of ‘std::runtime_error’
what(): Legacy post processors not supported on GPU_CUDA
Is there a way to avoid this error while using the free slip boundary condition on the GPU. If not, is there a way to modify the current free slip code to avoid this error. I guess possible solutions might be to have it run on the GPU completely or to run the free slip code on the CPU somehow and rest of the code on GPU.
Any thoughts or suggestions will be very valuable.