Describe Current Status and Possible Solution
We can seperate the time consumed by the program into several parts collected in the end of screem or OUT.suffix/running_scf.txt outputs.
For example:
|CLASS_NAME---------|NAME---------------|TIME(Sec)-----|CALLS----|AVG------|PER%-------
Gint_k vlocal 46.585 10 4.7 33 %
We can focus on PER% > 1% and mark NAME, CALLS, AVG;
another significant feature is cores in this calculation.
Better to note what type of machine and note which compiler.
Describe Current Status and Possible Solution
We can seperate the time consumed by the program into several parts collected in the end of screem or OUT.suffix/running_scf.txt outputs.
For example:
|CLASS_NAME---------|NAME---------------|TIME(Sec)-----|CALLS----|AVG------|PER%-------
Gint_k vlocal 46.585 10 4.7 33 %
We can focus on PER% > 1% and mark NAME, CALLS, AVG;
another significant feature is cores in this calculation.
Better to note what type of machine and note which compiler.