softmaterialslab / nanoconfinement-md

This code allows users to simulate ions confined between material surfaces that are nanometers apart, and extract the associated ionic structure.
Apache License 2.0
5 stars 13 forks source link

Caching output data #40

Open kadupitiya opened 6 years ago

kadupitiya commented 6 years ago

Hi All, Output caching has a bigger advantage (as long as we are not employing random parameter initialization in velocity and location) in our application as it is taking so much time to do the simulation. What do you(@smarru and @jadhao ) think about this? Nanohub is using session based file hierarchy as I understood from our last discussion. Can we have some static location without session based directory structure to do the caching? Thank you!

jadhao commented 6 years ago

@kadupitiya @smarru I think this is a great idea. Lets get our other issues resolved and have our rappture training complete; then we can implement caching.