Hi, I am currently in the process of launching a large number of simulations.
I conducted some simulations on a cluster to see the most beneficial numbers of processors to use for this particular case and see which speedup is better for this case.
The cluster gives me two different types of time for the duration of the simulation. Real and user time, the user time is the same you can see printed by the script telemac2d.py at the end of a run. Real time is much shorter and only accounts for the time use for the algorithm.
User time accounts for MPI transfers and prints on screen. In some cases the user time its quite larger than the real one. I can not remove MPI time usage but i can lose print on screen time.
Is there a way to run telemac2d.py in silent mode as in whit no prints on screen?
So far i have change my FortranFile and commented out the lines that print this information. It seems that there would be a better way to do this.
Greetings,
Chelo.