ALTree / PLISCuda

PLIS on CUDA
MIT License
1 stars 0 forks source link

driver.cu: when logging to file, always include the final state #51

Closed ALTree closed 8 years ago

ALTree commented 8 years ago

Right now, setting endTime=8, logFreq=2 makes PLISCuda log the state at t = {2, 4, 6}. The log-to-file code should always save the state at t = endTime, regardless of the logFreq value (right now it prints it on stdout, which is not that useful).