Exasim icon indicating copy to clipboard operation
Exasim copied to clipboard

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

Open edk261 opened this issue 3 years ago • 1 comments

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

edk261 avatar Mar 03 '21 19:03 edk261

Thank you! We appreciate your comment.

exapde avatar Mar 15 '21 14:03 exapde