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

Allow extra command line arguments for the executable to be added with TemplateEvaluator #243

Open
lboult opened this issue Aug 19, 2024 · 1 comment

Comments

@lboult
Copy link

lboult commented Aug 19, 2024

Hi all,

In my current workflow I'm trying to chain together some calculations that I have to do before hand and then pass the results of these to a HiPACE simulation.

The solution I have at the moment relies on me passing some extra command line arguments to HiPACE but I don't think the current implementation of TemplateEvaluator supports this. I mistakenly thought that the extra_args argument was for this, but this was ofcourse for mpirun arguments 🙃

Is there a way of passing extra command line arguments to the executable/ could it be implemented as a feature? Perhaps its just a matter of exposing more of the functionality of libE in optimas, but I'm not experienced enough with it to tell.

Cheers,
Lewis

@shuds13
Copy link
Collaborator

shuds13 commented Oct 17, 2024

In libEnsemble, app_args is used for this in the executor submit line. But Optimas passes the template script. @RemiLehe is there a standard approach for this?

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