Open ahmedsrizk95 opened 3 years ago
I have found that simulation sometimes does not stop writing in the output file, resulting in an output file of size 1.5 GB. The following lines are being repeated infinite number of times:
> Affinities - rank 0: > Main: 20 > ******************************************************** > CPU time = inf > Lattice update rate (per core)= 0.000000 MLUPS > Lattice update rate (per MPI process)= 0.000000 MLUPS > ********************************************************************* > Updated fractional flow with saturation change = 0.000000 > Used protocol = default > ********************************************************************* > Affinities - rank 0: > Main: 20 > ******************************************************** > CPU time = inf > Lattice update rate (per core)= 0.000000 MLUPS > Lattice update rate (per MPI process)= 0.000000 MLUPS > ********************************************************************* > Updated fractional flow with saturation change = 0.000000 > Used protocol = default > ********************************************************************* > Affinities - rank 0: > Main: 20 > ******************************************************** > CPU time = inf > Lattice update rate (per core)= 0.000000 MLUPS > Lattice update rate (per MPI process)= 0.000000 MLUPS > ********************************************************************* > Updated fractional flow with saturation change = 0.000000 > Used protocol = default > *********************************************************************
Why is this happening?
Can you share your input file? It is probably because of an issue with one of the input parameters. I should be able to tell you how to fix it.
I have found that simulation sometimes does not stop writing in the output file, resulting in an output file of size 1.5 GB. The following lines are being repeated infinite number of times:
Why is this happening?