|
[Sponsors] |
March 14, 2024, 10:47 |
cputime & clock time
|
#1 |
New Member
Aymen
Join Date: May 2023
Posts: 1
Rep Power: 0 |
Hello,
I am interested in conducting a scalability study on OpenFOAM. I have added tags to calculate the execution time of each task. I would like to understand the difference between cputime and clock time? And which one is more suitable for scalability studies? Thank you. |
|
March 19, 2024, 11:19 |
|
#2 |
Member
Shravan
Join Date: Mar 2017
Posts: 73
Rep Power: 9 |
Hello,
The CPU time is basically the ExecutionTime that you see in your log file/terminal when your solver is running and is the time taken by the processor. Going by the documentation of OpenFOAM, the ExecutionTime is the elapsedCPUTime from the start. clockTime is the real time. The clockTime will also depend on the other processes/software that are running in your PC. I would use the CPU time for scalability study. Thanks |
|
Tags |
clock time, cputime, openfoam, parallel calculation, scalability |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
bash script for pseudo-parallel usage of reconstructPar | kwardle | OpenFOAM Post-Processing | 42 | May 8, 2024 00:17 |
Convergence problem of OF | WUYing | OpenFOAM Running, Solving & CFD | 2 | September 20, 2021 11:09 |
Slow calculation time on CFD server | killian153 | Hardware | 4 | July 27, 2021 08:28 |
AMI speed performance | danny123 | OpenFOAM | 21 | October 24, 2020 05:13 |
Extrusion with OpenFoam problem No. Iterations 0 | Lord Kelvin | OpenFOAM Running, Solving & CFD | 8 | March 28, 2016 12:08 |