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

Update lsf module to avoid using -N with -g option #122

Open
dawson6 opened this issue Apr 7, 2023 · 0 comments
Open

Update lsf module to avoid using -N with -g option #122

dawson6 opened this issue Apr 7, 2023 · 0 comments

Comments

@dawson6
Copy link
Member

dawson6 commented Apr 7, 2023

If a test case has nn=2 or some other nn option specified, and uses the ATS 'lrun' option, ats gives lrun a line like so:

lrun -N2 -n4 -g1 -c1 --pack

for example. But lrun states that -N2 and -g and the --pack options conflict, it does generate a line anyway.

In practice the generated line causes gpu issues and the code crashes.

Update the lrun module such that if running lrun with the -pack option to ignore the -nn option. Perhaps print a notice taht we are ignoring 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

1 participant