We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: