Exasim icon indicating copy to clipboard operation
Exasim copied to clipboard

Exasim: Generating Discontinuous Galerkin Codes For Extreme Scalable Simulations

Results 15 Exasim issues
Sort by recently updated
recently updated
newest added

``` Error: In file included from gpuApp.cu:4: gpuFlux.cu:1:10: fatal error: gpuFlux1.cpp: No such file or directory #include "gpuFlux1.cpp" ^~~~~~~~~~~~~~ compilation terminated. ERROR: LoadError: failed process: Process(`nvcc -D_FORCE_INLINES -O3 -c --compiler-options...

It seems the following modifications are required for successful generation of production codes in v0.3 Line 61: printf("Usage: ./cppfile **nomodels** InputFile OutputFile\n"); and Line 303: string filename = pdemodel[i]->disc.common.fileout **[i]**...

There are a few issues compiling GPU code with Julia or Python apps. 1. Compilation will fail with 4 errors of the form ``` gpuFbou.cu(32): error: identifier "gpuFbou1" is undefined...

Hello, I'm trying to implement my numerical flux but as soon as I define it in the model file, two problems arise: 1. the following error appear: ``` opuFhat.cpp: In...