-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEVC "GAUGE HEAT FLUX GAS" #13866
Comments
Did you compare the timestep and number of iterations? |
In two example I have made I noticed that they got to 900 iterations (46.38s) in just two different time. Time step number and simulation time seems not to change between the two cases, it is just the computational time to get there which is higher |
I cannot run the case. There are vents that are not attached to any surface.
|
OK, I'll run the cases. My first guess is that by using these "_GAS" devices, you are creating some overhead having to do with particles. Any "_GAS' device is a particle that records information. |
In read at 5792 we have: IF (TARGET_ONLY) THEN Should we be setting SOLID_PARTICLES=T here? This causes us to evaluate particle interactions with radiation, but a TARGET_ONLY particle isn't meant to exchange energy with the gas, just be able to record data. However, the amount of extra code tied to this doesn't look like enough though to give a 20+ % change. I deleted all but the OPEN VENTs and ran for 10 s with and without particles on our cluster and the runtimes were 526 (no particles) and 543 (with particles) or 3.3 % slower. Ran for 30 s and results were 1542 and 1556 or 0.9 % slower. |
By the way, you can see the timings of the major subroutines in the file |
Could you post the |
Hi there,
sorry but I have had busy days before Christmas. Well, I should re-generate
the CPU files ... I'll try to do that after Christmas!
Merry Christmas to everyone!
*Ruggero Poletto - **Managing director*
*VideoCall*: calendly.com/ruggero-poletto | *Mobile*: +39 378 30 33 133
…________________________________________
CFD FEA SERVICE SRL P.IVA 04545570238 - via Borgo Grande 19, 37044 Cologna
Veneta VR
*PRIVACY and statement*
All information in this e-mail message, as well as any files included, are
intended for the exclusive use of the recipient (s) indicated above /
indicated, and therefore subject to protection pursuant to law no. 675 and
of the Legislative Decree of 30 June 2003 n. 196. Anyone who receives this
message by mistake, is requested to notify the writer of the incorrect
receipt, and proceed with the immediate cancellation of the same from the
system. Your cooperation is appreciated. Check our privacy policy here
<https://cloudhpc.cloud/privacy-policy-2/>.
On Tue, 17 Dec 2024 at 22:22, Kevin McGrattan ***@***.***> wrote:
Could you post the _cpu.csv files for the cases that show a large
difference in CPU time.
—
Reply to this email directly, view it on GitHub
<#13866 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXMUCJNZAGHB635M7KFX6D2GCI2RAVCNFSM6AAAAABTLICR4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBZGY3DCNZRG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Describe the bug
The following fds simulation has a two different behaviour: if the DEVC "GAUGE HEAT FLUX GAS" are present in the file the simulation is about 50% slower than the same simulation without these devices
To Reproduce
Run the analysis with and without the DEVC "GAUGE HEAT FLUX GAS" on FDS 6.9.1 and FDS nighly
Expected behavior
I wonder if such a slow down is normal or it could be reduced. What I notice is the CPU usage decreases with time in the simulation with DEVC, while it does not decreas with time without DEVC
Desktop (please complete the following information):
TestGAUGE_TestGAUGE_Cleaned.fds.txt
The text was updated successfully, but these errors were encountered: