-
Notifications
You must be signed in to change notification settings - Fork 28
Document exe_prefix configuration option #578
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
Comments
I just realised there is pre-existing Lines 625 to 629 in 028805b
It looks like this can be configured along with the submodels:
- name: atmosphere
model: um
exe: um_hg3.exe
exe_prefix: <aps -r aps-output-dir> It currently isn't documented, but if it works then we should add it in! |
I am cautiously optimistic that the |
It works 😀🎉 |
Just re-opening this as a reminder to update the documentation to include |
I would benefit if payu had a way to prepend an arbitrary string in front of the model exe. For example, when I am running the vtune profilers, my mpirun command looks like:
Now, from what I can tell, there is currently no way to specify the arbitrary string
<aps -r aps-output-dir>
to prepend the actual exe. Would it be possible to add such an "exe-loader" feature? I could also use it to runvalgrind
- that would help me debug the division by zero error affecting the oneAPI ESM1.6 PI config at the moment.Such a feature could also be used for "LD_PRELOAD" and swap out dynamic libraries at runtime.
The text was updated successfully, but these errors were encountered: