Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Collect software path and binaries information in extmodules workflow #18

Open
ericblau opened this issue Dec 6, 2024 · 1 comment

Comments

@ericblau
Copy link

ericblau commented Dec 6, 2024

The OnDemand folks want to be able to allow users to run GUI executables from ACCESS-CI resources from the OnDemand portal. To do this, they need the actual executable and path information.

It appears that, at least for lmod, the path information is easily obtained from the lmod cache, and slightly less easily parsed from the lua module files.

I have yet to investigate how easily obtainable this info is from sites running modules (or Valet, or anything else).

Getting the binaries list will require filesystem operations to find all executable files at that path.

Open questions include:

  • Whether to try to scope this to only GUI packages, and, if so, how
  • Whether this information should be gathered for all packages
  • Whether this information should be scraped on every run of the workflow
  • Whether this should be in the extmodules workflow, as it could possibly be a separate workflow
  • Schema for storing this info (I think it will have to be in Extensions, as I'm pretty sure Glue2 doesn't include binaries or binary paths in its schema)
@ericblau
Copy link
Author

JP suggested that we could look as storing this info as a handle_type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant