-
Notifications
You must be signed in to change notification settings - Fork 6
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
Test failing #53
Comments
Remember that I am testing in a "clean" environment, not your environment. I strongly suggest that you try it in a clean environment (e.g. a fresh AWS instance,
I'm pretty sure it will crash (well, I know it will). Think about it - what did you change in your environment during the experiments, |
ok I'm now able to get the segfault on a different machine, I should be able to fix this. thakns |
@jjd06 Do we need to include default parameter values for HPCE_FFT_RECURSION_K and HPCE_FFT_LOOP_K in order to pass test cases 33-38? Because at the moment, I get
My code currently looks like this:
|
Yes. These parameters are for you to experiment with during development (environment variables make this easy), then fix to the values you find to be "best." |
Seems my executable segfaults? But it doesn't segfault when I test it with all the parameters required for the graphs.
The same happens for all tests 33-38
The text was updated successfully, but these errors were encountered: