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

Add BATCHES= environment variable to overwrite # of batches for GMLS problems #224

Open
kuberry opened this issue Dec 2, 2020 · 0 comments
Assignees
Labels

Comments

@kuberry
Copy link
Collaborator

kuberry commented Dec 2, 2020

In the GMLS generateAlphas() call, look for environment variable BATCHES and overwrite the # of batches requested if specified. Because a true/false flag follows in the argument list for the function, this will fail if batches>1 for a call where polynomial coefficients were to be retained (which is fine). However, for problems where the polynomial coefficients do not need to be retained, this gives the user much greater runtime flexibility.

@kuberry kuberry added the TOOLKIT label Dec 2, 2020
@kuberry kuberry self-assigned this Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant