-
Notifications
You must be signed in to change notification settings - Fork 218
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
fix missing ptx code within the binary #1960
fix missing ptx code within the binary #1960
Conversation
embedded ptx code within the binary was accidentally removed with ComputationalRadiationPhysics#1933
Runtime Test
As can be seen: the runtime test fails at the end of the simulation. CUDA-MEMCHECK
|
@n01r Could you please post the error message from |
@n01r Have you removed you build folder to start with a clean project? |
@psychocoderHPC I ran picongpu from terminal, so I posted the output from there. |
I tried the test case 10 from the LWFA example with but with
Environment
Run
No errors visible. @n01r After you started PIConGPU in the interactive shell did it take ~45 second or more before the first output from the simulation was shown on the terminal? If not than something is wrong with your setup. |
configure for |
@ax3l Test case 10 is BSI |
ok found it: I need to change
|
@psychocoderHPC That is true but I changed the and in |
if #1953 is not fixed with this PR, let's move the discussion about the ADK/RNG cleanup problem back to its issue because it is definitely two independent problems then |
Embedded ptx code within the binary was accidentally removed with #1933.
If the code is compiled with
sm_20
and than performed on e.g.sm_35
it can result in segfaults, see #1953, #1954fix Double Free for Ionization (RNG-using) Simulations #1953not yet fixed@PrometheusPi, @n01r could you please check if out issues are solved