You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It looks like running SOLLVE VV with split compile and run results in incorrect results with C tests. That is, when I run the "split version"
# compile
make ... compile
# run
make ... run
vs. the "compile and run together version"
make ... all
I see 0% pass for the split version for the C tests. It looks like there's an issue with the makefile, see the Expected behavior section.
Expected behavior
We expect running the compile and run commands separately should work. We can get it to work if we make this change, but I'm not sure enough of the code to know if it effects other things:
Describe the bug
It looks like running SOLLVE VV with split compile and run results in incorrect results with C tests. That is, when I run the "split version"
vs. the "compile and run together version"
I see 0% pass for the split version for the C tests. It looks like there's an issue with the makefile, see the Expected behavior section.
Test that it applies to
C tests, looks like an issue with the Makefile.
To Reproduce
Steps to reproduce the behavior:
and then compare to
Expected behavior
We expect running the compile and run commands separately should work. We can get it to work if we make this change, but I'm not sure enough of the code to know if it effects other things:
Compiler
Nvidia SDK 21.9
Accelerator hardware
Nvidia A100
h/t to Brian Homerding (https://github.com/homerdin)
The text was updated successfully, but these errors were encountered: