radiasoft / sirepo

Sirepo is a framework for scientific cloud computing. Try it out!
https://sirepo.com
Apache License 2.0
64 stars 32 forks source link

reaching inside other run directories #1950

Open robnagler opened 5 years ago

robnagler commented 5 years ago

There needs to be a clearer way to get access to data from other simulations and run directories. Right now, it's informal, and makes assumptions that the directories are all shared on all nodes. This isn't going to be the case with NERSC or clusters. For example, jspec.get_elegant_sim_list looks inside elegant's directories to find those simulations which have twiss parameters. There's been some clean up by explicitly coupling the names, but more needs to be done.

robnagler commented 5 years ago

See #2028

bruhwiler commented 4 years ago

@robnagler -- can this issue be closed?

robnagler commented 4 years ago

No, it's still a problem. We need to build an API that supports asking the db for the appropriate information.

robnagler commented 2 years ago

Break out into separate issues for each code.