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
I included the following line by replacing cpp by cu for proper compilation strgpu = replace(strgpu, "cpp" => "cu");
And it worked. But not sure how it affects the other examples.
Any other examples for multiple equation models?
The text was updated successfully, but these errors were encountered:
edk261
changed the title
GPU compilation error: Applications/Poisson/MuiltipleEquations/pdeapp.jl
GPU compilation error and Possible solution: Applications/Poisson/MuiltipleEquations/pdeapp.jl
Mar 6, 2021
Suggested Solution @exapde
After the line
Exasim/Version0.3/Julia/Gencode/gencodeelemface.jl
Line 111 in 377427f
I included the following line by replacing cpp by cu for proper compilation
strgpu = replace(strgpu, "cpp" => "cu");
And it worked. But not sure how it affects the other examples.
Any other examples for multiple equation models?
The text was updated successfully, but these errors were encountered: