exapde / Exasim

Exasim: Generating Discontinuous Galerkin Codes For Extreme Scalable Simulations
MIT License
65 stars 19 forks source link

Modification to Version0.3/Kernel/Main/main.cpp #7

Open edk261 opened 3 years ago

edk261 commented 3 years ago

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] + "_np" + NumberToString(pdemodel[i]->disc.common.mpiRank) + ".bin";

Also, the following code snippets in Sec 6.2 of ExaSim0.3 manual requires update. mpirun -np mpiprocs ./mpiapp nomodels ../datain/ ../dataout/out mpirun -gpu -np mpiprocs ./gpumpiapp nomodels ../datain/ ../dataout/out

exapde commented 3 years ago

Thank you! We appreciate your comment.