Item | Presenter | Notes |
---|
Support for torsion benchmarks | MT | |
YDS updates
| MT
| |
Trello updates | MT | https://trello.com/b/dzvFZnv4/infrastructure?filter=label:benchmarking |
| | MT – What are other things that people might want out of benchmarking infrastructure in the future? LW – Not many fleshed-out ideas. My workflow is vaguely painful though. Sometimes we run run FE calcs and visualize the outputs with bootstrapping, and I currently have dozens of versions of the script that I’ve modified for different runs. … LW – What is envisioned as the interface for SFEs? Evaluator? JC – This reminds me of a package someone was making at nist - iprpy - they used it to test FFs for metals. It sounds like this does something similar to what YAMMBS does, but possibly more generalized. It has general calculation classes that can dispatch to ex. LAMMPS, and also have a web-based visualization frontend… I used this as an engine to run a hyperparameter scan, and it also has a job orchestrator - handles database side using homemade pacakge called yabbadabba. Suggested devs could generalize further but they were bandwidth-constrained. MT – … How is compute scaling handled here? JC – Runs on HPC, internally uses python multitasking to distribute jobs, some homegrown results storage and task distribution… My workflow in general benefitted from have my analysis pre-generate all plots so I could browse through them. Had issues with rerunning just a subset of calcs, would often require rerunning all calcs to get a second run of just a subset.
|