0
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Free the array of pointers gdata->GPUWORKERS More... over 11 years ago
Initialize keep_going to true More... over 11 years ago
Manually fill s_hStartPerDevice in case of single-GPU More... over 11 years ago
Only fill the deviceMap if not single-GPU More... over 11 years ago
Added missing initializations in GPUSPH::initialize() More... over 11 years ago
Do not create nor upload the compact device map when single-GPU More... over 11 years ago
Fix in calcHash in case the hashkey is 64 bits long More... over 11 years ago
Fix in deallocation of double buffers More... over 11 years ago
Let the used know if initialization was successful More... over 11 years ago
Fixed a bug in GPUSPH::~GPUSPH() which led to double free More... over 11 years ago
Handling the second SIGINT More... over 11 years ago
Initialize GlobalData::dts[] More... over 11 years ago
Minor formatting correction More... over 11 years ago
Fix: no host sorting if #devices == 1 More... over 11 years ago
WriterType moved to GlobalData.h + workaround More... over 11 years ago
main() switch: using new main More... over 11 years ago
Increasing t and #iteratinos in main simulation cycle, + checks More... over 11 years ago
General improvements in main simulation cycle More... over 11 years ago
Choosing minimum dt among devices More... over 11 years ago
"Step" parameter in GlobalData to control the predictor/corrector More... over 11 years ago
Parentheses style fix More... over 11 years ago
Cleanup or unused kernel_*() methods parameters More... over 11 years ago
Static pointer to GlobalData for the signal handlers More... over 11 years ago
Now positions of fluid particles are copied in pos array. More... over 11 years ago
Corrected bug in calc_grid_pos (clamping to edge now at the right place). More... over 11 years ago
Renaming some fields of GlobalData More... over 11 years ago
Using createWriter() and not using PS More... over 11 years ago
Fixed a bug in mass in calc_localpos_and_hash. More... over 11 years ago
Added GPUSPH::createWriter() More... over 11 years ago
Writer and WriterType in GlobalData More... over 11 years ago