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 and sishype 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 and sishype in silent mode as in whit no prints on screen?
I have already ask this question in the telemac2d forum and the keyword, and I have come to the conclusion that using LISTING PRINTOUT = NO works only for telemacd2d.py prints but I still get the sishype prints on screen.
I have tried to set LISTING PRINTOUT PERIOD = 50 on the sishpe cas file but it appears to do nothing.
Greetings,
Chelo.