GPU CUDA Known Issues and Limitations
The EDEM 2022.3 GPU CUDA Solver Engine contains the following known issues.
Data Save
All data saved to the EDEM
.h5
files is carried out using the CPU. The CUDA solver engines
have different ways of handling Time Steps that require data saves. Passing
simulation data from the GPU to the CPU is not available (unless specified within a
GPU-API plugin). The is not the same for the CUDA solver. With the CUDA solver as
the selected engine, all Time Steps are performed on the GPU and the data is passed
back to the CPU for saving the data.
Contact Models
For a complete list of compatible models, see EDEM Solver Capabilities.
Track Collisions
Track collisions is not supported in EDEM GPU CUDA.
Time Integration
Position Verlet and Velocity Verlet time integration methods are not supported in EDEM GPU CUDA. Only Euler time integration is supported.