Exasim
Exasim copied to clipboard
Modification to Version0.3/Kernel/Main/main.cpp
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
Thank you! We appreciate your comment.