Skip to content
Snippets Groups Projects
Commit 860088a2 authored by nadolski's avatar nadolski
Browse files

Add extra Flag (JZ) for fmap and fmap dp giving particle loss information

parent 4f24ef71
No related branches found
No related tags found
No related merge requests found
......@@ -461,7 +461,8 @@ int main(int argc, char *argv[]) {
UserCommandFlag[i]._FmapFlag_ymax,
UserCommandFlag[i]._FmapFlag_delta,
UserCommandFlag[i]._FmapFlag_diffusion,
numprocs,myid);
UserCommandFlag[i]._FmapFlag_printloss,
numprocs,myid);
//Synchronize all cores, till all cores finish fmap of different region,then all cores will proceed.
MPI_Barrier(MPI_COMM_WORLD);
......@@ -542,7 +543,8 @@ int main(int argc, char *argv[]) {
UserCommandFlag[i]._FmapdpFlag_emax,
UserCommandFlag[i]._FmapdpFlag_z,
UserCommandFlag[i]._FmapdpFlag_diffusion,
numprocs,myid);
UserCommandFlag[i]._FmapFlag_printloss
numprocs,myid);
//Synchronize all cores, till all cores finish fmap of different region,then all cores will proceed.
MPI_Barrier(MPI_COMM_WORLD);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment