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

Support for IDL virtual machine application #126

Open
mdruby opened this issue Nov 2, 2023 · 1 comment
Open

Support for IDL virtual machine application #126

mdruby opened this issue Nov 2, 2023 · 1 comment

Comments

@mdruby
Copy link

mdruby commented Nov 2, 2023

Our group does not have access to an IDL license through our institution, and the cost of a license has increased significantly (We would only use IDL for the OSIRIS DRP). It seems they have recently implemented a virtual machine runtime that allows users to run distributed .SAV files without a license (https://www.nv5geospatialsoftware.com/docs/VirtualMachineApplicationsIntro.html).

I'm not sure how difficult this would be to implement (or if it's even possible), but are there any plans to support this method of distribution?

@jlyke-keck
Copy link
Contributor

The OSIRIS pipeline is partially written in C, which is accessed via an EXECUTE(CALL_EXTERNAL) function. Use of EXECUTE is not allowed with the IDL virtual machine. Removing this would be a serious re-write of the pipeline and currently is not planned.

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

2 participants