Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Old code, new NgSolve -> extremly slow

More
3 years 8 months ago #3035 by mary
Hi,

I needed to redo some simulations and ran an old py file (2 years ?) using the following version of NgSolve
NGSolve-6.2.2004-16-g91ed268b

The program is the (certainly not most efficient and shortest) implementation for a nonlinear Fokker-Planck equation (4th order IMEX scheme). But still - in the past the simulation was quick, now every time step takes 'forever'. If my colleague runs the file (with an 1.5 year old version of NgSolve) it runs as fast as I would expect it to be.

I attached the respective file - what is causing this 'slow down' ?

Thank you very much
Mary
Attachments:
More
3 years 8 months ago #3036 by joachim
how long does it take now, how long does the old version take ?
on what kind of computer ?
More
3 years 8 months ago #3037 by matthiash
Hi Mary,

The example is running in 3.6 seconds on my machine (without visualization, the Redraw(blocking=True) is slowing down quite a bit).

I advise to test following things:
- Is it faster or slower without TaskManager()?
- Try inv = hmat.Inverse(fes.FreeDofs(), inverse='sparsecholesky')
- Run a few steps and produce trace output: with TaskManager(10**9):
Have a look at ng0.trace.html and attach this file and ng0.trace

Best,
Matthias
More
3 years 8 months ago #3038 by mary
Good morning,

I have Suse 15.2 running on an HP Elitebook (8 cores, 1.8Ghz).

Couple of times:
*) No gui, with taskmanager: 15.5 sec
*) No gui, without taskmanager 8.6 sec
*) Gui with taskmanager: terminated after 15 minutes
*) Gui without taskmanager: didn't time it, but runs 'reasonably' fast

So it seems like the taskmanager is causing the issue - which is strange, isn't it ? I also attached the two files.

Thanks a lot !
Attachments:
Time to create page: 0.124 seconds